Please show your support of Waihekepedia by adding a link to us from your web site. Waihekepedia T Shirts now available at the Ostend Market
Difference between revisions of "Template:Map"
Jump to navigation
Jump to search
(11 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
googlemaps tag replacement | googlemaps tag replacement | ||
<pre> | <pre> | ||
− | {{ | + | {{map|lat=-36.777908|lon=175.043085|zoom=14|width=400|height=300|type=hybrid|title=Palm Beach}} |
</pre> | </pre> | ||
+ | == Example == | ||
</noinclude> | </noinclude> | ||
+ | {{#display_map: {{{lat|-36.777908}}}, {{{lon|175.043085}}} | ||
+ | | height= {{{height|300}}}px | ||
+ | | width= {{{width|400}}}px | ||
+ | | type= {{{type|hybrid}}}px | ||
+ | |resizable={{{resizable|yes}}} | ||
+ | |minzoom={{{minzoom|10}}} | ||
+ | |maxzoom={{{maxzoom|15}}} | ||
+ | |zoom={{{zoom|14}}} | ||
+ | | layers=osm-mapnik, osm-cyclemap, bing-hybrid | ||
+ | | service=openlayers | ||
+ | }} | ||
+ | {{#display_map: {{{lat|-36.777908}}}, {{{lon|175.043085}}} | ||
+ | | height= {{{height|300}}}px | ||
+ | | width= {{{width|400}}}px | ||
+ | | type= {{{type|satellite}}}px | ||
+ | |resizable={{{resizable|yes}}} | ||
+ | |minzoom={{{minzoom|10}}} | ||
+ | |maxzoom={{{maxzoom|15}}} | ||
+ | |zoom={{{zoom|14}}} | ||
+ | | service=googlemaps | ||
+ | }} |
Latest revision as of 16:51, 7 October 2014
Usage
googlemaps tag replacement
{{map|lat=-36.777908|lon=175.043085|zoom=14|width=400|height=300|type=hybrid|title=Palm Beach}}