OpenSeaMap / online_chart

OpenSeaMap fullscreen browser chart.
http://map.openseamap.org/
59 stars 32 forks source link

rendering of rocks #190

Open quantenschaum opened 1 month ago

quantenschaum commented 1 month ago

Currently rock are rendered as shown in https://wiki.openstreetmap.org/wiki/Tag:seamark:type%3Drock. This is fine, the 3 symbols are those defined in the INT1 for covering, awash and submerged (seamark:rock:water_level) rocks.

But there is more data that can be attached to a rock and should be shown on a nautical chart.

  1. depth - number should be displayed in parentheses next to the rock (INT1 section K)
    image
  2. depth:exposition - The blue background and dotted line around the rock should only be displayed if it is outside it's surrounding depth contour (dangerous to surface navigation) depth:exposition=shoaler.
    image

That would declutter the map and put emphasis on the dangerous rocks.

compare those

image

quantenschaum commented 1 month ago

https://github.com/osmandapp/OsmAnd/issues/18092