< Mkgmap < help

Mkgmap/help/style examples

Examples of style rules.

Need more examples

Alternatives

Two or more osm tags resolve to the same element in the garmin map.

highway=footway | highway=path [0x16 level 1]

This is exactly the same as writing the two lines:

highway=footway [0x16 level 1]
highway=path [0x16 level 1]

White space

Space and new lines don't matter except to separate words that have to be separate. You can add as much space and as many newlines to the rule to make it look good. Or remove them depending on taste. For example the following two rules are exactly the sam:

highway = primary 
  | highway=primary_link
[
	0x2
       level 3
]
highway=primary|highway=primary_link[0x2 level 3]
This article is issued from Openstreetmap. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.