Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39781
    Juanjo
    Participant

    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

    #39787
    Avatar photoChristianK
    Keymaster

    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

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.