Replies: 3 comments 3 replies
-
Thanks for raising this Michael. (And by the way, that planetiler demo with the Overture roads is very cool.) This seems to be an open question right now.
Could you go into a bit more detail about the technical difficulty you're facing? Is the issue that for a "logical road" (i.e. the thing that a person would recognize as being a road), you want to show it on the map at a particular zoom level if any sub-segment of that road rates at or above a certain road class? |
Beta Was this translation helpful? Give feedback.
-
Separately, I'm curious about your opinion on using an ordinal system of road class numbers versus an enumeration of strings.... |
Beta Was this translation helpful? Give feedback.
-
Also (and this might be a separate issue) for fields that linearly-referenced it would be a lot more convenient to work with them if they always had a consistent structure, like: {
"at": [0, 0.5],
"values": ["a", "b"]
} for a partial-length attribute, or {
"at": null,
"values": ["a"]
} instead of just |
Beta Was this translation helpful? Give feedback.
-
Highways often go back and forth between motorway/trunk or trunk/primary, so if you use class to decide which zoom to show them in leads to broken road segments:
https://msbarry.github.io/planetiler-overture-demo/#4.99/37.15/-83.06
OpenStreetMap has a concept of route relations that connect long continuous roads composed of many segments that go back and forth between classes so you can more easily decide to show them at lower zooms on a map. Is there any plan to add something similar in Overture?
Beta Was this translation helpful? Give feedback.
All reactions