Betrachte 6 Beiträge - 31 bis 36 (von insgesamt 36)
  • Autor
    Beiträge
  • #58801
    LaurentG
    Teilnehmer

    Great !

    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).

    #58805
    Juanjo
    Teilnehmer

    It’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

    #58806
    LaurentG
    Teilnehmer

    @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)…

    #58807
    Avatar-FotoChristianK
    Administrator

    well, 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 Teilnehmer(n) gefällt dieser Beitrag
    #58808
    Avatar-FotoEmux
    Teilnehmer

    POI 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 developer

    #58809
    Avatar-FotoChristianK
    Administrator

    Christian, 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.

Betrachte 6 Beiträge - 31 bis 36 (von insgesamt 36)
  • Sie müssen angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.