I have a suspicion why Dmyro's method showed fewer Rustpunten than mine. Dmytro used the search criterion "Cafe". Many Rustpunten do not identify themselves as Cafe on the Rustpunt website, and hence probably not on OSM. Maybe the full number of locations will be revealed by Harry's method, (or another?)? Paul W
On Monday 29 April 2024 at 17:26:20 UTC+1 P Wat wrote: > Dmytro's method seems straightforward but when I do it:- > a) I was invited to give the new filter a name - I called it Rustpunt. > b) The esult seemed to find fewer Rustpunt locations than my method > "Search", enter "Rustpun.nu", hit "Show on map". > See these two screen-prints. > (I've not yet tried Harry's method). > Paul W > > > On Monday 29 April 2024 at 16:52:11 UTC+1 [email protected] wrote: > >> Thanks for your answer. >> >> I wanted to first share this, but it did not work when I tried it. >> Yes, the filtering works indeed, but only if you type rustpunt, not if >> you type Rustpunt.nu (which I had done). >> Then I took another search filter and pressed "Enter" and that also >> worked and showed the filtered values, but in that case you never never get >> the 3-dot menu back. >> You have to type the filter and then immediately save it via the 3 dots. >> That is not very intuitive. >> >> Harry >> >> Op ma 29 apr 2024 om 16:11 schreef Dmytro Prodchenko <[email protected]>: >> >>> Hi! You can save current search as Custom category. >>> * Open *Search* – search for *Cafe* >>> * Select proposed category >>> * Tap on *Filter* icon below search bar >>> * Enter "Rustpunt" into *Filter by name* text field >>> * Tap on 3 dot's menu in the upper right corner >>> * Save filter >>> >>> On Monday 29 April 2024 at 01:02:05 UTC+3 [email protected] wrote: >>> >>>> Hello Harry. Thanks for that. You're a gem. I've not fully digested >>>> it but will have a go over the next few days. (Probably not needed till >>>> our next visit to Overijssel/Friesland in >>>> September.) >>>> Further feedback in a few days when I hope to have mastered it. >>>> >>>> On Sunday 28 April 2024 at 12:11:56 UTC+1 [email protected] wrote: >>>> >>>>> 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/2cbff8eb-0815-4ae2-94f3-d631582102f5n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/osmand/2cbff8eb-0815-4ae2-94f3-d631582102f5n%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/7f0f2953-806b-4f8e-b99b-483d92ae54e8n%40googlegroups.com.
