I'm interested in building a layer for "places" derived from OSM. In this case, "places" means places of interest.
Would there be interest in such a layer in layercake? If so, I'd like to use this as a place to discuss it.
There are a couple critical decisions to be considered:
- Points or points+polygons? Points would probably make data consumers' lives easier, but including polygons for large places (airports, parks, shopping malls, etc.) would be really handy for constructing containment hierarchies.
- Categories? Normalizing OSM tags to category would make data consumers' lives dramatically easier. Should we make our own schema? Use someone else's?
- IDs? This is probably a stretch goal, but data consumers that need to do more than just render places on a slippy map would probably prefer identifiers that are at least somewhat persistent between node->way merges/splits, node->node moves, etc.
It's probably enough to start with a layer that extracts nodes with tags that match amenity=*, tourism=*, leisure=*, etc. and grow from there.
I'm interested in building a layer for "places" derived from OSM. In this case, "places" means places of interest.
Would there be interest in such a layer in layercake? If so, I'd like to use this as a place to discuss it.
There are a couple critical decisions to be considered:
It's probably enough to start with a layer that extracts nodes with tags that match
amenity=*,tourism=*,leisure=*, etc. and grow from there.