Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mkgmap/resources/styles/default/inc/contour_lines
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
13 lines (13 sloc)
454 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Contours take their name from the elevation setting. | |
| contour=elevation & contour_ext=elevation_minor | |
| { name '${ele|conv:m=>ft}'; } | |
| [0x20 resolution 23] | |
| contour=elevation & contour_ext=elevation_medium | |
| { name '${ele|conv:m=>ft}'; } | |
| [0x21 resolution 21] | |
| contour=elevation & contour_ext=elevation_major | |
| { name '${ele|conv:m=>ft}'; } | |
| [0x22 resolution 20] | |
| contour=elevation | contour_ext=elevation | |
| { name '${ele|conv:m=>ft}'; } | |
| [0x21 resolution 20] |