-
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
Backfill kind_detail on aerodromes based on iata codes #1873
Comments
Would you also expect to see Perhaps we could use this list of international airports to override |
Huh, that's odd! Maybe it's got an IATA code because it's an emergency landing strips for international flights that need a quick landing spot in the middle of the outback? Rather than relying on an external list... what about allowing the OSM tags to drive this? In this proposal, since the Arrabury Airport doesn't have an Alternatively, we could opt to only do the backfill when the airport has a polygon? Because Arrabury is a node it'd fail that test. |
Bunbury airport has a polygon, Bunbury has a However, Kerang airport has no tags which obviously exclude it from being an international airport. It has I'm not sure that simply having an IATA code indicates that an airport is of international importance. I agree that it would be better to drive this from OSM tags, but it seems like There are 913 such airports, according to my researches (probably not all of them are indeed international airports) and most (484) are simply lacking Ironically, a small number of airports tagged |
@zerebubuth can you take another pass at this, please? It's working on the POIs (great!): But I was expecting I think that's not right because the POIs logic needs to be applied also to the landuse polygon? |
Ooops! Well spotted, thanks. Looks like I meant to apply the same logic to polygons, but just forgot. Should be fixed in #1893. |
In #1277 we added
kind_detail
for aerodrome landuse (AOI), pois, and roads (runway) layers features. But it turns outaerodrome:type
isn't very consistently filled in. We want to use this property to filter features at low zooms – there are a medium amount of not international airports at the low and mid-zooms that are large but not meaningful to show that early.public
on SFO airport south of San Francisco, California, USA.international
, based on it having a 3-char IATA code (SFO)It is on the landuse:
It is passing to the POI:
I expect the runway lines to also have a
aerodrome_kind_detail
property via #1854:The text was updated successfully, but these errors were encountered: