Updated HD Map Configuration (markdown)

mikeprimm 2011-08-06 13:45:59 -07:00
parent ade0be2f6e
commit 33888f8347
1 changed files with 3 additions and 3 deletions

@ -122,8 +122,8 @@ HDMaps support a number of additional, optional settings, that allow more contro
- _background_ : this setting provides a color value for the background on the map. Color values are formatted as typical for CSS styles: #rrggbb. If undefined, the background is black (#000000).
-_backgroundday_ : this setting provides a color value for the background of the map during daytime - it overrides the _background_ setting, if defined, when daytime maps are shown. Formatting is CSS style: #rrggbb. Only applicable to night-and-day type maps.
- _backgroundday_ : this setting provides a color value for the background of the map during daytime - it overrides the _background_ setting, if defined, when daytime maps are shown. Formatting is CSS style: #rrggbb. Only applicable to night-and-day type maps.
-_backgroundnight_ : this setting provides a color value for the background of the map during nighttime - it overrides the _background_ setting, if defined, when nighttime maps are shown. Formatting is CSS style: #rrggbb. Only applicable to night-and-day type maps.
- _backgroundnight_ : this setting provides a color value for the background of the map during nighttime - it overrides the _background_ setting, if defined, when nighttime maps are shown. Formatting is CSS style: #rrggbb. Only applicable to night-and-day type maps.
-_mapzoomin_ : this setting controls the number of zoom-in steps offered for the map beyond the 'native' resolution of the map. These zoom levels stretch the map without showing more map data - the same pixels are shown larger (2x bigger for one step, 4x for two steps, 8x for three steps, etc). By default, the value is 2 (allowing 2 extra zoom ins, corresponding to 2x and 4x).
- _mapzoomin_ : this setting controls the number of zoom-in steps offered for the map beyond the 'native' resolution of the map. These zoom levels stretch the map without showing more map data - the same pixels are shown larger (2x bigger for one step, 4x for two steps, 8x for three steps, etc). By default, the value is 2 (allowing 2 extra zoom ins, corresponding to 2x and 4x).