-
AutorBeiträge
-
Dezember 25, 2024 um 21:47 Uhr #57046
vsa
TeilnehmerHallo Christian,
please, is possible add this?
man_made=tower
tower:type=watchtower
https://www.openstreetmap.org/node/12451430001and convert to display a similar symbol (tower:type=observation) ?
Dezember 26, 2024 um 12:32 Uhr #57050Tobias
AdministratorAs it’s use is primarily military, I think that a different rendering to a observation tower makes sense for a map for outdoor use, and maybe make use of access tags, e.g. only render with access=yes.
Developer of Elevate mapstyle
Dezember 31, 2024 um 14:55 Uhr #57069ChristianK
AdministratorI added tower=watchtower to tagmapping
conversion as usual
<translation> <name>Transform Towers</name> <description>Mapsforge cannot rendert tower:type for some reasons so we have to transform into tower=tower:type, Tower without a type stay untouched</description> <match mode="or"> <tag k="tower:type" match_id="type" v="(.*)"/> </match> <output> <copy-unmatched/> <tag k="tower" from_match="type" v="{1}"/> </output> </translation> <translation> <name>Transform man_made=communications_tower to tower=communication</name> <description>Transform man_made=communications_tower to tower=communication</description> <match mode="or"> <tag k="man_made" v="communications_tower"/> </match> <output> <copy-unmatched/> <tag k="tower" v="communication"/> </output> </translation>
1 Teilnehmer(n) gefällt dieser Beitrag
März 27, 2025 um 21:15 Uhr #57840Tobias
AdministratorHi Christian,
just wanted to add tower=watchtower, but only with access=acc_yes|permissive|destination|permit. But access=acc_yes and permissive is missing in tag-mapping… probably wasn’t needed till now because of tagtransform. But adding in for just this case would add 2 million of unneeded access=yes to all kinds of POIs/tags… what now? Only add accessible watchtowers? Or separate them in tower=watchtower_private and tower=watchtower_accessible?
Thanks,
TobiasDeveloper of Elevate mapstyle
März 28, 2025 um 08:19 Uhr #57841ChristianK
AdministratorHello Tobias,
I would go the other way and skip tower=watchtower if there is an access=acc_no|private|…. in the theme
I Checked tower:type=watchtower and man_made=tower in my area and there are some I know open for public and none has a positive access tag.
I added access=permissive to tagmapping.
Christian
März 29, 2025 um 16:01 Uhr #57842Tobias
AdministratorI wouldn’t assume that all watchtowers without access=no are accessible. As the wiki says „it’s primary use is military“, so access=no would be the default in my opinion and access=yes the rare exception.
Developer of Elevate mapstyle
März 30, 2025 um 17:01 Uhr #57847ChristianK
AdministratorThis would bring 16 watchtowers in whole europe on the map.
None of the, so far I know none_military, watchtowers in lower and upper_austria has access=yes.
Well, thats basicly not our fault that readings manuals is totaly out of fashinon and tagging by chance is common – however it makes rendering watchtowers with access=yes IMO useless.
So the question is how to handle – I can, of couse, eliminate watchtowers w/o access=yes per tagtransform…..
https://overpass-turbo.eu/s/21kt
-
Diese Antwort wurde vor vor 2 Monaten, 2 Wochen von
ChristianK bearbeitet.
März 30, 2025 um 21:43 Uhr #57850Tobias
AdministratorThere are some more if you include access=permit and access=customers:
https://overpass-turbo.eu/s/21l7The problem for me – I think the tag is only relevant in my usage with Elevate if a tower is accessible, either as a tourist attraction or like an observation tower. I don’t want to render a symbol for every tower on a medieval city wall, a castle or a prison. So of course lots of those would not be rendered.
I can also live with them not having shown at all – as at the moment the mapping doesn’t really allow to differ between every kind of watch tower and those that are more relevant for Elevate.Developer of Elevate mapstyle
1 Teilnehmer(n) gefällt dieser Beitrag
März 31, 2025 um 09:52 Uhr #57851ChristianK
AdministratorI will eliminate all watchtowers w/o
access=yes|permit|customers
per tagTransform.
Then its up to the mappers to tag things in a correct way.
The rule looks a little bit strange but its working.<translation> <name>eliminate watchtowers w/o access</name> <description>eliminate watchtowers w/o access</description> <match mode="and"> <tag k="tower" v="watchtower"/> <notag k="access" v="yes|permit|permissive|customers|customer"/> </match> <output> <copy-unmatched/> </output> </translation>
-
Diese Antwort wurde vor vor 2 Monaten, 2 Wochen von
ChristianK bearbeitet.
März 31, 2025 um 11:02 Uhr #57858JohnPercy
TeilnehmerBest, I think. Locally, someone has mapped all the CCTV masts on the university campus as watchtowers. Hopeless!
Voluntary and Velocity themes - https://voluntary.nichesite.org
2 Teilnehmer(n) gefällt dieser Beitrag
Juni 2, 2025 um 21:38 Uhr #58021Tobias
AdministratorNow included in Elevate 5.6, rendered as equivalent to observation towers.
Developer of Elevate mapstyle
1 Teilnehmer(n) gefällt dieser Beitrag
-
Diese Antwort wurde vor vor 2 Monaten, 2 Wochen von
-
AutorBeiträge
- Sie müssen angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.