Cargo: Difference between revisions

From Maps for MediaWiki
mNo edit summary
mNo edit summary
Line 47: Line 47:
}}
}}


(Icon parameter is not working)
<p style="margin-top: 16px;">(Icon parameter is not working)</p>


<p style="margin-top: 16px;">'''Cargo query displayed by Cargo, using <code>format=leaflet</code>:'''</p>
'''Cargo query displayed by Cargo, using <code>format=leaflet</code>:'''


{{#cargo_query:tables=Places
{{#cargo_query:tables=Places

Revision as of 03:10, 11 May 2020

Cargo is an extension to MediaWiki that lets you store and query data in your wiki.

Since version 7.18, Maps integrates with Cargo by makings its map display format more powerful.

Cargo query displayed by Maps:

Syntax

{{#cargo_query:tables=Places
| fields=_pageName=Place,PlaceName, Coordinates
| format=map
| icon=Red-marker.png
}}

{{#cargo_query:tables=Places | fields=_pageName=Place,PlaceName, Coordinates | format=map | icon=Red-marker.png }}

Parameters

You can customize the map using the usual customization parameters that Maps supports. See customizing Leaflet maps and customizing Google Maps for more details.

At present it is only possible to use the default mapping service of your wiki by using format=map. By default this default is Leaflet, but you can change the default mapping service.

Using standard Cargo maps

While map replaces the standard Cargo display format for format=map with its own maps, you can still use all the standard Cargo display formats. This is done by using the mapping service specific formats such as format=openlayers.

Cargo query displayed by Maps, using format=map:

{{#cargo_query:tables=Places | fields=_pageName=Place,PlaceName, Coordinates | format=map | icon=Red-marker.png }}

Cargo query displayed by Cargo, using format=openlayers:

{{#cargo_query:tables=Places | fields=_pageName=Place,PlaceName, Coordinates | format=openlayers | height=350 }}

(Icon parameter is not working)

Cargo query displayed by Cargo, using format=leaflet:

{{#cargo_query:tables=Places | fields=_pageName=Place,PlaceName, Coordinates | format=leaflet | height=350 | icon=Red-marker.png }}

(Icon parameter is not working and popups do not show when clicking markers)