From 2723f378b558e9b5cbdcb630bdc1b01ede9b2d87 Mon Sep 17 00:00:00 2001 From: Benjamin Kreuscher Date: Mon, 26 Sep 2022 20:55:49 +0200 Subject: [PATCH] include POIs per default by defaulting tag wahoo xml file --- docs/USAGE.md | 11 +++-------- wahoomc/input.py | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 3942ff60..a0b59a91 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -69,18 +69,13 @@ To create maps for only one tile and not a whole country, one can use the X/Y co ## POIs - Points of Interest For creating maps which include POIs and have them displayed on your Wahoo device, these steps need to be done: -1. Create custom maps including POIs - - a) via CLI - - `python -m wahoomc cli -co malta -tag tag-wahoo-poi.xml` - - b) via GUI - - `python -m wahoomc gui` - - Fill into Advanced-->Tag wahoo XML file: `tag-wahoo-poi.xml` +1. Create custom maps including POIs like [normally](#run-wahoomapscreator-for-your-country), POI's are included per default. -By using the tag-wahoo-poi.xml file, wahooMapsCreator includes fuel stations, backeries, cafes and railway stations POI's into the generated maps. +Actually, wahooMapsCreator includes fuel stations, backeries, cafes and railway stations POI's into the generated maps. 2. Copy POIs relevant files to your device - [:floppy_disk: docu](COPY_TO_WAHOO.md#copy-relevant-files-for-pois) -1. Activate VTM rendering if needed +3. Activate VTM rendering if needed - [see here](COPY_TO_WAHOO.md#activate-vtm-rendering) - see also: https://github.com/treee111/wahooMapsCreator/wiki/Enable-hidden-features diff --git a/wahoomc/input.py b/wahoomc/input.py index 5b3fa337..dc3b93c5 100644 --- a/wahoomc/input.py +++ b/wahoomc/input.py @@ -149,7 +149,7 @@ def __init__(self): self.save_cruiser = False self.only_merge = False - self.tag_wahoo_xml = "tag-wahoo.xml" + self.tag_wahoo_xml = "tag-wahoo-poi.xml" # Way of calculating the relevant tiles for given input (country) # True - Use geofabrik index-v1.json file