logo separator

[mkgmap-dev] Style Rules for naming objects

From Minko ligfietser at online.nl on Tue Apr 9 16:01:30 BST 2013

Hi,
In the default style there is a file called "name" in the inc directory which leads to unwanted names at for instance cities.

# Rules for naming objects, based on the following tags:
# name, brand, operator, ref

One of the rules puts operator in front of the name tag.

 name '${operator}: ${ref} ${name}' |
      '${operator}: ${name}' |
      '${operator}: ${ref}' |
      '${operator}' |
      '${ref}'


In the case of the city of Leuven this leads to strange rendering of the city Leuven:
"Toerisme Vlaams-Brabant: Leuven" 
http://www.openstreetmap.org/browse/node/1448497912

Suggestion for improvement:
Better use these rules only where it is meant for (amenity=* | shops=*)? and not for city pois.



More information about the mkgmap-dev mailing list