-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add kind_detail for aerodrome #1277
Comments
Passing the kind_detail onto runway lines is covered in #1852. |
Aerodrome polygons are (usually) used to map the footprint of an airport, and often have an `aerodrome:type` tag to indicate whether it's an international or domestic airport. We added that as `kind_detail` in #1277, but it's useful to know that information on runways also. This allows us to hide runways of smaller airports and emphasise those of bigger (international) ones. This extends the intercut / overlap methods to add "where" clauses, so that we can select those features within the layer which are being cut or used for cutting. We can then overlap the aerodrome polygons with the runways (lines in `roads` layer, polygons in `landuse`) to assign the `kind_detail`. Worth noting; we already had a `kind_detail` on the runway lines in the `roads` layer, so I've called this new attribute `aerodrome_kind_detail` instead.
We still need to pass this to the POI. |
Since we generate the POI label point and polygon from the same feature, and the rules for |
Sadly not very many airports have this tagged, but it is working as designed per this PR. We should probably backfill this for It is on the landuse: It is passing to the POI: I expect the runway lines to also have a |
Looks like there's disambiguation between types of airports:
Common values include:
We probably shouldn't include all these...
The text was updated successfully, but these errors were encountered: