-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display depth of submerged rocks in nautical style #18092
Comments
+1 |
I tried to find the parts in the code that are responsible for rendering the rock. I did not find them. Could someone point me to the right spot, please? |
Not sure if this what you are asking ...
Maybe also this might be useful: |
Yes, these lines I did find. But how can I change the size of the icon? |
setting |
I found this commit "Increase size of barrier=debris icon": |
Unfortunately yes AFAIK. There seems to be no setting in the render.xml that allows changing the icon size. |
The shield (circle around the rock symbol) is used in paper charts to mark rocks dangerous to surface navigation or outside the corresponding depth area. To be able to add the shield dynamically, there must be
To display the depth value, the OBF creation has to be adjusted to include this data? |
This maybe would be dificult as only about 11% of seamark:type=rock having depth=* Would'nt be enough to just add depth to rock? BTW depth for submerged wrecks would be great too ;) |
Sure, this is is just advanced stuff. Display of the depth value should be 1st priority. Is just have been thinking about it. side question concerning depth data: Is there some documentation on how to generate an OBF containing depth contours? #12502 |
I used phyghtmap program to generate contours file when I builded my own maps for garmin years ago. According to man pages it can use GeoTiff file and generat pbf/xml file Never tried this program to generate depht contour but I used it a lot before for contours You will need some depth data ... maybe from here? |
This can be implemented easily with #18116 (comment) |
I think subscript values are better to display with textSize2 i.e. instead of "4.3" -> "4 (3)" so then it could be a separate text tag value |
Could you please explain this a little more in detail? Is there some magic happening when a string like |
There is no |
There is nameTag2, it suggests that for 1 object 2 texts needs to be displayed, so it's automatically puts 1 text in brackets, in future we could have a feature to say |
I still do not understand how this actually works. The docs are very short and hard to understand. So, what exactly needs to be in Currently there is
Simply adding What is the |
👉 In ENCs there is the attribute |
With Rocks outside (shoaler) of the surrounding depth contour area get the shield. |
🚀 feature request
Description
When a
seamark:type=rock
has an attacheddepth
tag, the depth value should be displayed next to the rock symbol since this information is very important.Additionally, the symbols for rocks should be made smaller, the dotted circle and the colored background should be removed.
Describe the solution you'd like
see above
Describe alternatives you've considered
no alternative
The text was updated successfully, but these errors were encountered: