Replies: 1 comment 3 replies
-
There's no out-of-the-box way to do this now, although it would be relatively straightforward to add this to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way to generate a JSON or even just a text file of the possible geom types for each layer for a given schema, like OMT?
For example:
park -> ["Polygon"]
water -> ["Polygon"]
... -> ["MultiPolygon"]
I was thinking of parsing a full planet mbtiles for this, but planetiler needs to have this information inside, I guess. Or does it depend on the OSM dump?
Beta Was this translation helpful? Give feedback.
All reactions