- AuthorPosts
- July 30, 2015 at 23:39 #5672jopicParticipant
How should I modify the mapstyle to display camping at zoomlevel =10 ?
I have tried to change the zoom-min value on this line but the rendering is not changing with oruxmap<rule e="any" k="tourism" v="camp_site" zoom-min="12"> <symbol src="file:/symbols/s_camp_site.png" />
thank you for your help
July 31, 2015 at 00:15 #5675JohnPercyParticipantThis is hardwired in the map. In most maps of urban Europe from this site, camp_site does not appear before zoom=12. You can delay this until say zoom=14 but not make it appear any sooner.
Voluntary and Velocity themes - https://voluntary.nichesite.org
July 31, 2015 at 00:22 #5677jopicParticipantthank you for your answer
January 18, 2016 at 16:31 #7873Steve8x8ParticipantSo I presume the same is true for power {,minor_}line-s, only present at zoom levels 16 and up? I’ve been looking for a map theme that would show power lines and towers/poles at levels down to about 12, possibly with reference numbers (if any). Am I lost?
January 18, 2016 at 20:14 #7877TobiasKeymasterPower lines are displayed with Elevate starting zoom level 14, and with Elements (Elevate sub theme) as soon as they are contained in the map, which depends on the tag-mapping. This can be somewhere between 12 and 14. But poles are not contained in the maps at all.
Reference numbers are not displayed, and I don’t know any theme that displays them, but they are contained in the map. If you know your way around an XML file, it’s pretty easy to add this to the power line rules at the end of the xml file:
<pathText k="ref" font-style="bold" font-size="12" fill="#000000" stroke="#FFFFFF" stroke-width="2" />
Replace “pathText” with “caption” if you prefer more reliable labels but which aren’t drawn along the line but in the area.Developer of Elevate mapstyle
- AuthorPosts
- You must be logged in to reply to this topic.