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
m (Wolfgang Fahl moved page Template:Googlemap to Template:Map) |
|||
(3 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|title=Palm Beach}} | + | {{map|lat=-36.777908|lon=175.043085|zoom=14|width=400|height=300|type=hybrid|title=Palm Beach}} |
</pre> | </pre> | ||
== Example == | == Example == | ||
Line 10: | Line 10: | ||
| height= {{{height|300}}}px | | height= {{{height|300}}}px | ||
| width= {{{width|400}}}px | | width= {{{width|400}}}px | ||
+ | | type= {{{type|hybrid}}}px | ||
|resizable={{{resizable|yes}}} | |resizable={{{resizable|yes}}} | ||
|minzoom={{{minzoom|10}}} | |minzoom={{{minzoom|10}}} | ||
Line 16: | Line 17: | ||
| layers=osm-mapnik, osm-cyclemap, bing-hybrid | | layers=osm-mapnik, osm-cyclemap, bing-hybrid | ||
| service=openlayers | | 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}}