Google Maps examples: Difference between revisions

From Maps for MediaWiki
mNo edit summary
mNo edit summary
Line 2: Line 2:


This page lists examples. For an overview of available parameters and how to use them, see [[Customizing Google Maps]].
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 36: Line 40:
  | zoom=7
  | zoom=7
}}
}}
== Markers, Polygons, Lines, etc ==
See [[Displaying Google Maps]]

Revision as of 14:32, 9 May 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...