OpenHistoricalMap / issues

File your issues here, regardless of repo until we get all our repos squared away; we don't want to miss anything.
Creative Commons Zero v1.0 Universal
18 stars 1 forks source link

Hide highway ramps at low zoom levels #796

Closed 1ec5 closed 2 months ago

1ec5 commented 4 months ago

At zoom level 7 (vector zoom level 6), highway=motorway_link ways are still visible, but due to their typically short length and proximity to each other, they appear on the map as awkward “knots” along the freeway. At this zoom level, the highway ramps can only communicate that there’s an interchange at the location, but it’s too low of a zoom level for users to tell the interchanges apart:

New York, New Jersey, Pennsylvania I-75 and I-275 in Ohio

Consider filtering out highway=motorway_link at this zoom level. Perhaps also at z8 (vector z7), as long as it doesn’t result in too many gaps between highway=motorway ways. (Unfortunately, we’ve yet to map some notable examples of long freeway-to-freeway ramp connections, such as North Carolina Highway 74 and U.S. Route 421 in the Winston-Salem area.)

vknoppkewetzel commented 3 months ago

Ok I think it aws mostly the casing that needed hiding until higher zooms, it's now looking better now that I adjusted that:

Before: Image

After (currently in map-styles): Image

will be in next production release

vknoppkewetzel commented 3 months ago

Oh I just need to adjust some zoom lvel styling as last bit:

Image

vknoppkewetzel commented 3 months ago

Okay updated that here now: Image

But now noticing z8 needs work: Image

vknoppkewetzel commented 3 months ago

ok z8 now resolved:

Image

draft style: https://openhistoricalmap.github.io/mbgl-timeslider/demo/#8.723/51.40427/-0.10365/2023,-4000-2023

1ec5 commented 3 months ago

Much better, thanks!

vknoppkewetzel commented 2 months ago

In OHM ✅