Hi all,
a few weeks ago we discussed the tags which should trigger the
link-pois-to-ways option.
The current implementation works like this:
Each node with a tag access=*, barrier=*, or highway=*
is handled as a POI (before style processing).
Ways with such a node are tagged with mkgmap:way-has-pois=true.
If the style assigns mkgmap:road-class=* or mkgmap:road-speed=*
or one of the access tags (mkgmap:bicycle,mkgmap:foot,...,mkgmap:delivery)
the node may change routing.
WanMil suggested to remove access=* from the list of triggers,
as it is too likely to be something like amenity=parking, access=private .
This was forgotten during the merge of the mergeroads branch,
so I've done it now with r3115.
Gerd