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
(Created page with "<noinclude> == Usage == googlemaps tag replacement {{Googlemaps|lat=deine Begründung|lon=deine Signatur}} </noinclude>") |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Usage == | == Usage == | ||
googlemaps tag replacement | googlemaps tag replacement | ||
− | {{ | + | <pre> |
+ | {{map|lat=-36.777908|lon=175.043085|zoom=14|width=400|height=300|type=hybrid|title=Palm Beach}} | ||
+ | </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}}