Module:Location map/data/USA Florida Volusia County/doc

This is an old revision of this page, as edited by Zyxw (talk | contribs) at 00:53, 16 June 2010 (documentation moved from main template, add category). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Usage

This is a map locator for the Volusia County, Florida map, allowing a specified marker-image (parameter "mark=") of set size (defaults "marksize=8") plus an optional name-label to be placed by latitude and longitude coordinates on the default map (or a given image).

This template is used by the parent "Template:Location map" which must be invoked with parameter "Volusia County" to process the options before it uses this template. Specify each of the individual parameters by using vertical bars: {{Location map | Volusia County | ...}}.

When a map is not equirectangular, the coordinates will need to be adjusted to match northern-area mapping, or use skewed coordinates with "Template:Location map skew". For map width, omit "px" (width=260) or else map might expand and throw marker across page: the "px" cannot be detected in advance.

See: {{Location map}} for description of parameters, or Examples below.

Examples

 
 
Daytona

Example labeling "Daytona":

{{Location map
| Volusia County
| label=Daytona | position=top
| label_size = 90 <--percent 0-900%
| caption = Show "Daytona" on map
| lat_deg= 29  | lat_min=12
| lon_deg= -81 | lon_min= -02
| background = #FFFF99
| float = right
| width = 260 <!--DON'T add "px"-->
}}
Note that both lon_deg and lon_min are negative numbers.
 
 
DeLand
Show "DeLand" on map

Example for orange "DeLand" at left:

{{Location map
| Volusia County
| label=DeLand | position=left
| label_size = 90 <--percent 0-900%
| caption = Show "DeLand" on map
| lat_deg= 29 | lat_min=01
| lon_deg=-81 | lon_min= -18
| background = <!--orange-->#FFCC66
| float = right
| width = 260 <!--DON'T add "px"-->
| AlternativeMap = <!-- none (default)-->
}}
 
 
Edgewater
Show "Edgewater" on map

Example for green "Edgewater" at bottom:

{{Location map
| Volusia County
| label=Edgewater | position=bottom
| label_size = 90 <--percent 0-900%
| caption = Show "Edgewater" on map
| lat_deg= 28 | lat_min=57
| lon_deg=-80 | lon_min= -54
| background = <!--green-->#33DD44
| float = right
| width = 260 <!--DON'T add "px"-->
| AlternativeMap = <!-- none (default)-->
}}