Google Maps examples

From Maps for MediaWiki
Revision as of 00:05, 21 October 2020 by Jeroen De Dauw (talk | contribs)

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=Berlin
 | types=satellite, terrain
 | type=terrain
 | zoom=9
}}
Loading map...