Betrachte 2 Beiträge - 1 bis 2 (von insgesamt 2)
  • Autor
    Beiträge
  • #39781
    Juanjo
    Teilnehmer

    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-FotoChristianK
    Administrator

    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 Teilnehmer(n) gefällt dieser Beitrag
Betrachte 2 Beiträge - 1 bis 2 (von insgesamt 2)
  • Sie müssen angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.