-
AuthorPosts
-
January 17, 2026 at 10:32 #58801
LaurentG
ParticipantGreat !
And thank for having re-generated France.poi, I’m using as default POI database on Oruxmaps (Database used when current map is not a mapsforge map).
January 17, 2026 at 13:35 #58805Juanjo
ParticipantIt’s notag rule, so a and/not.
And if true it destroys the tag.
It’s working korrekt.My point is that it would be desirable to add artworks which do have a website tag to the POIs database even if they lack the name and description ones
January 17, 2026 at 15:12 #58806LaurentG
Participant@juanjo : Not sure it’s worth implementing this change. It seems that there are very few of such artworks !
if we have a look on France.poi file, generated by EMUX on mapsforge server (that do not implement this “filtering”), In full France, only 7 artworks (out of 1977) have these characteristics : Website, but neither name nor description)…
January 17, 2026 at 17:02 #58807
ChristianKKeymasterwell, its no problem to enhance the rule:
<translation> <name>noname tourlsm</name> <description>only viewpoints, peaks, volcanos, etc with name or description or url survive in POI</description> <match mode="and"> <tag k="tourism" v="viewpoint|attraction|artwork"/> <notag k="name|description|wikidata|wikipedia|website" v=".*"/> </match> <output> <copy-all/> <tag k="tourism" v="tourism_noname"/> </output> </translation>
There only a few out there but – why not.
1 user thanked author for this post.
January 18, 2026 at 10:08 #58808
EmuxParticipantPOI writer has the option “names”: add only named entities.
It is disabled by default.Christian, do you enable the “names” option?
Do OpenAndroMaps POI only contain named entities?
Cruiser and Mapsforge developerJanuary 18, 2026 at 19:03 #58809
ChristianKKeymasterChristian, do you enable the „names“ option?
Hi EMUX,
No, its disabled.Do OpenAndroMaps POI only contain named entities?
Only for the most common tags producing a lot of useless overhead.
-
AuthorPosts
- You must be logged in to reply to this topic.