What you need to do is to extract the POIs from openstreetmap pbf from the Netherlands (as your mentioned POIs are only Dutch POIs) from https://download.geofabrik.de/
You could also use the https://overpass-turbo.eu/ website to search You could use this query: [out:json][timeout:25]; // fetch area “Netherlands” to search in {{geocodeArea:Netherlands}}->.searchArea; // gather results nwr["amenity"="cafe"]["brand"="Rustpunt.nu"](area.searchArea); // print results out geom; Export as raw osm data and make a POI only OsmAnd map. Put that map in your OsmAnd map folder. Some years ago I made the UK-postcodes map ( https://github.com/hvdwolf/OsmAnd-UKpostcodes/tree/master). You could take script 2 and the xml as example. Op zo 28 apr 2024 om 10:02 schreef P Wat <[email protected]>: > OSM has much data for nodes of "rustpunt.nu" (sorry I spelt it wrong in > my initial post). > For example' "Node: Rustpunt Wormenkwekerij de Lange Pier (10801251207)", > " Node: Rustpunt Timpelsteed (10964815931)", "Node: Rustpunt > Boerderijwinkel Goudbeek (10964815794)". There are thousands more. > > Is that data available to Osmand? (PW says yes because Osmand+ found them > when searched in "Configure Map", "POI overlay".) > Similarly Osmand+ "Configure Map", "POI overlay" finds, for example; Lidl, > Asda, Tesco, etc. > > What is required to customise "Configure Map", "POI overlay" to include " > rustpunt.nu" (or any other personally wanted Category/Type) in the list > "Accommodation - Water" between "Public transport" and "Shop"? > PW > > > On Saturday 27 April 2024 at 18:42:51 UTC+1 [email protected] wrote: > >> the answer in NO >> > -- > You received this message because you are subscribed to the Google Groups > "OsmAnd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/osmand/6a61178c-4c61-432d-861c-fac69e7b06ffn%40googlegroups.com > <https://groups.google.com/d/msgid/osmand/6a61178c-4c61-432d-861c-fac69e7b06ffn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "OsmAnd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osmand/CAGARPpv2qT2sRqYRr83jWJ9mzG-6%2B4O17dmj3mdEYfBWppCd0Q%40mail.gmail.com.
