XML Google Maps WordPress Plugin » Parameter (en)
Standing: Version 1.12
The parameter will be inserted within the a-tag. Sample:
View Code HTML4STRICT
Parameters get separeted with brackets from the rest of the link title. Also possible ist the following syntax (doesn’t work for gpx files):
View Code HTML4STRICT
1 | [xmlgm {http://www.xyz.com/text.kml} maptype=G_HYBRID_MAP;gpxview=all] |
Any other samples how to use the following parameters you will find here!
- maptype:
Defines the map view of the Google Map (Hybrid Map, Satellite Map, Normal Map, Physical Map, Google Earth Plugin) –> (G_HYBRID_MAP, G_SATELLITE_MAP, G_NORMAL_MAP, G_PHYSICAL_MAP, G_SATELLITE_3D_MAP) - cache:
Enter the duration in minutes for the cache for this map! - gpxparsemode:
Defines the parser that will be used to parse the gpx file!
1-DOM (1): much memory, no database
2-SAX (2): less memory, large database - gpxparsemode2maxlimit:
Defines how many points will be loaded out of the database in one step. - gpxinterval:
Shows every xth trackpoint (for better performance of large gpx tracks). - gpxcolor:
Line color of GPX Tracks or Routes - gpxlinewidth:
Line witdth of GPX Tracks or Routes - gpxlineopacity:
Line opacity of GPX Tracks or Routes - gpxview:
all (alle), trk (tracks), rte (routes) - gpxelevation:
Elevation Grid (show, hide) - gpxelevationheight:
Height of the Elevation Gri - gpxelevationcolor:
Line color of the Elevation Grid - gpxelevationlinewidth:
Line width of the Elevation Grid - gpxspeedchart:
Speed Profile (show, hide) - gpxspeedchartheight:
Height of the Speed Profile - gpxspeedchartcolor:
Line color of the Speed Profile - gpxspeedchartlinewidth:
Line width of the Speed Profile - gpxheartratechart:
Heart Rate Chart (show, hide) - gpxheartratechartheight:
Height of the Heart Rate Chart - gpxheartratechartcolor:
Line color of the Heart Rate Chart - gpxheartratechartlinewidth:
Line width of the Heart Rate Chart - gpxcheckpointinterval:
Checkpoint Intervall – after x Kilometer / Miles - gpxcheckpointmarkercolor:
Color of the checkpoint marker (red / green / yellow / blue) - gpxcheckpointtable:
Checkpoint Table (show / hide) - maxlat, maxlon, minlat, minlon:
Set max/min latitude/longitude to be shown on map! - measurement:
Switch between (imperial) and (metric) system - speedscale:
Switch between ‘Meter per Second’ / ‘feet per second’ (level1) and ‘Kilometer per hour’ / ‘miles per hour’ (level2) - zoom
Overwrite the calculated zoom level manually (maximum is about 23) - deltazoom
Adds or subtracts a value to the calculated zoom level (doesn’t work with parameter zoom) - urldisplaymode:
none (Only map without link), showvars (Map, Link, Linktitle and Parameter), title (Map, Link and Linktitle without Parameter), nomap (No Map) - width, height:
Dimension of the map - align:
Alignement of the map (left, center, right, none) - panzoomcontrol:
Zoom- / Navigationcontrols (hide, large, small, zoom, large3d, zoom3d) - overviewmapcontrol:
Overviewmapcontrol at the right bottom corner (hide, show) - scalecontrol:
Ruler (hide, show) - maptypecontrol:
Buttons to switch between maptypes (hide, show, hierarchical) - mapnormal, maphybrid, mapsat, mapphysical, mapearth
Shows or Hides some maptypes buttons (show, hide) - dragging
Dragging (enabled / disabled) - googlebar
Google Bar (enabled / disabled) - continuouszoom
Continuous Zoom (enabled / disabled) - doubleclickzoom
Double Click Zoom (enabled / disabled) - scrollwheelzoom
Scroll Wheel Zoom (enabled / disabled) - ngg_gallery, ngg_picture
If you have the installiertem NextGEN Gallery Plugin installed, these parameters shows the geocoded pictures on the map!

