you will have to install the follwing external tools:
- make
filter-nodesexecutable - move/copy it to a directory of your choice that is on your
PATHor add your desired directory to yourPATH - now you can run it from anywhere using
filter-nodes - NOTE: the directory you're running the script from is going to be your
working_directory
1. Download desired area as *.pbf mapfile from https://extract.bbbike.org/
- The file has to be in your
working_path - Define POI categories
- Define a radius (in meter) around each POI in which other POIs of the same category are deleted. Set this to a really really large number to keep all POIs
- Define
keys andvaluess of Map Features that you want extract from the map
3. Download POI-Icons as *.bmp (for example from this website)
- The icons have to be named the same as the categories and be placed into
{working_path}/Icons
- You don't need to specify the
*.pbffile if there is only one in the directory. The script will automatically choose the first*.pbffile in the directory, if there are more than one present and no-pbfargument was given.