Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5672
    jopic
    Participant

    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

    #5675
    Avatar photoJohnPercy
    Participant

    This 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

    #5677
    jopic
    Participant

    thank you for your answer

    #7873
    Steve8x8
    Participant

    So 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?

    #7877
    Avatar photoTobias
    Keymaster

    Power 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.