Google Maps examples: Difference between revisions

From Maps for MediaWiki
mNo edit summary
mNo edit summary
Line 45: Line 45:
<pre>
<pre>
{{#display_map:center=Berlin
{{#display_map:center=Berlin
  | types=terrain, satellite
  | types=terrain, satellite, hybrid
  | zoom=9
  | zoom=9
}}
}}
Line 54: Line 54:
  | height=300px
  | height=300px
  | scrollzoom=off
  | scrollzoom=off
  | types=terrain, satellite
  | types=terrain, satellite, hybrid, earth
  | zoom=9
  | zoom=9
}}
}}

Revision as of 00:03, 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=Berlin
 | types=terrain, satellite, hybrid
 | zoom=9
}}
Loading map...