Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove highway=runway and highway=taxiway rendering #206

Closed
wants to merge 1 commit into from

Conversation

pnorman
Copy link
Collaborator

@pnorman pnorman commented Oct 1, 2013

These tags are wrong and there are no occurances in the database.

See #204

These tags are wrong and there are no occurances in the database.

See gravitystorm#204
@tyrasd
Copy link
Contributor

tyrasd commented Oct 1, 2013

are you sure this isn't actually used to render the refs of runways and taxiways? I see that highway and aeroway are coalesced in the sql:

coalesce(highway,aeroway) as highway

In that case: wouldn't it make sense to use the "standard" feature=key_value coalescing scheme here?

@pnorman
Copy link
Collaborator Author

pnorman commented Oct 1, 2013

hmm, good point. I checked the rendering at the local airport but I'm not sure if I checked the refs

@gravitystorm
Copy link
Owner

@tyrasd yes, this is just an artifact of the coalesce, which should be changed to follow the feature=key_value convention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new features Requests to render new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants