Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
would it be possible to remove private residential gardens from the POI database?
The reason why I ask this is that, in oruxmaps, it is possible to search for POIs around a position by just touching the screen. In areas with a lot of residential gardens those are popping up polluting the search results.
Regards
Yes, I see…
I will add a step to preprozessing for POIs :
<translation>
<name>noname leisure</name>
<description>...</description>
<match mode="and">
<tag k="leisure" v="garden"/>
<notag k="name|description|operator|ref" v=".*"/>
</match>
<output>
<copy-unmatched/>
<tag k="skipped" v="skipped_leisure"/>
</output>
</translation-->
So only leisure=gerden with an additional name/etc will stored in Poi Database