Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
# 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]