Google Maps examples: Difference between revisions

From Maps for MediaWiki
(Created page with "== KML == <pre> {{#display_map:center=Berlin | kml=BerlinDistricts.kml | zoom=9 }} </pre> {{#display_map:center=Berlin | service=google | height=300px | scrollzoom=off...")
 
mNo edit summary
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Displaying Google Maps|Google maps]] can be [[Customizing Google Maps|customized using various parameters]].
This page lists examples. For an overview of available parameters and how to use them, see [[Customizing Google Maps]].
== Markers, Polygons, Lines, etc ==
See [[Displaying Google Maps]]
== KML ==
== KML ==


Line 31: Line 39:
  | gkml=http://www.irhb.org/wiki/kml/england/counties/derbyshire.kmz
  | gkml=http://www.irhb.org/wiki/kml/england/counties/derbyshire.kmz
  | zoom=7
  | zoom=7
}}
== Map types ==
<pre>
{{#display_map:center=Ben Nevis
| types=satellite, terrain
| type=terrain
| zoom=9
}}
</pre>
{{#display_map:center=Ben Nevis
| service=google
| height=300px
| scrollzoom=off
| types=satellite, terrain
| type=terrain
| zoom=9
}}
}}

Revision as of 00:06, 21 October 2020

Google maps can be customized using various parameters.

This page lists examples. For an overview of available parameters and how to use them, see Customizing Google Maps.

Markers, Polygons, Lines, etc

See Displaying Google Maps

KML

{{#display_map:center=Berlin
 | kml=BerlinDistricts.kml
 | zoom=9
}}
Loading map...

GKML

{{#display_map:center=derbyshire
 | gkml=http://www.irhb.org/wiki/kml/england/counties/derbyshire.kmz
 | zoom=7
}}
Loading map...

Map types

{{#display_map:center=Ben Nevis
 | types=satellite, terrain
 | type=terrain
 | zoom=9
}}
Loading map...