Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #56539
    troNpo
    Participant

    Hello, I live in Seville I have noticed that they lack tourism=viewpoint In the archive pois of Spain Portugal.
    On the map they are represented with the theme Elevate, but they do not appear in the pois file. In the pois file of the Mapsforge repository if they are

    tourism=viewpoint

    I attach the OSM file with the data of the nodes.

    https://drive.google.com/file/d/1ZId0rfIRjBMczoHlVcnEkMn1X8qvK3Yl/view?usp=drivesdk

    I have Checked that the file corresponding to locus map is also not
    Other points tourism=viewpoint From the city if they exist in the archive
    Thank you for your work.

    #56545
    Avatar photoChristianK
    Keymaster

    Hello,

    You can find the viewpoints in Locus under the group: Hike/Cycle

    Best regards
    Christian

    #56547
    troNpo
    Participant

    Thank you for replying. I am referring to the pois file that is attached with the Openandromaps map.
    In the Pois file corresponding to LoMaps, if these viewpoints are shown
    It’s just about this particular place. Maybe it’s because of some tagging in OSM. But it is not shown in the pois files of Openandromaps Spain Portugal.
    I attach a video

    #56551
    Avatar photoChristianK
    Keymaster

    Ah, I see.

    There are so many viewpoints that we decided to include those only if additional tags are included in POI search.
    At least a name or description.

    Same applies for some other points

    	<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" v=".*"/>
    		</match>
    		<output>
    			<copy-all/>
    			<tag k="tourism" v="tourism_noname"/>
    		</output>
    	</translation>

    This rule applies only for POI-Database and not for the map.

    #56552
    troNpo
    Participant

    Aaa, thanks for the explanation now I understand.
    Perfect I will visit the place Soon, if there is a physical sign where the point of view is named I will edit it in OSM. Thanks a lot

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