Display map function: Difference between revisions

From Maps for MediaWiki
(Created page with "Maps provides the <code>#display_map</code> parser function which allows embedding maps into wiki pages. == Syntax == <pre> {{#display_map: <markers> |format=<mapping servic...")
 
mNo edit summary
Line 11: Line 11:
== Parameters ==
== Parameters ==


The supported parameters depend on the used mapping service. See [[customizing Leaflet mapss]] and [[customizing Google Maps]] for more details.
The supported parameters depend on the used mapping service. See [[customizing Leaflet maps]] and [[customizing Google Maps]] for more details.

Revision as of 00:36, 11 May 2020

Maps provides the #display_map parser function which allows embedding maps into wiki pages.

Syntax

{{#display_map: <markers> |format=<mapping service> |center=<location> |... }}

See displaying Leaflet maps and displaying Google maps for more details on the markers syntax.

Parameters

The supported parameters depend on the used mapping service. See customizing Leaflet maps and customizing Google Maps for more details.