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
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]].
== KML ==
== KML ==



Revision as of 21:58, 7 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.

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...