Manual:Extension/Maps: Difference between revisions

No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(No difference)

Latest revision as of 17:03, 21 May 2024

Content droplet

The Content droplet Map is based on the Maps extension and inserts a simple map on a page. Alternatively, you can work in source edit mode to insert a more complex map view.

There are two input fields available in the Content droplet dialog box:

  • Center of map: Sets the specified location to the map center.
  • Focus: Marks a location with a blue marker. This marker can display additional text when clicked.
    • Multiple locations are separated with semicolons.
    • Each location can have a label appended with ~.

It is enough to specify one of the two values to display the map. The Focus location is automatically displayed in the map center. If a center point is also specified, the focus location may no longer be visible in the map area and will only appear after manual zooming.

The map shown here is created as follows:

Focus: London;London LHR~Heathrow Airport

The locations “London” and “London LHR” are marked. When you click on the airport marker, the information "Heathrow Airport" opens (with ~ appended to the location marker).

Loading map...

Examples

Map examples for the Content droplet "Map"
Center of map Focus Map display
London - Center of map is "London". Output is a street view featuring the river Thames with the City of Westminster in the north.
- London Street view of London with the river Thames and a blue marker in the map center.
- London~Inhabitants:8.866.180;Cambridge~Inhabitants:125.063;Oxford Map view with blue markers for the locations London, Cambridge and Oxford.
- Regensburg, Bruderwöhrdstr.27~Bruderwöhrdstr.27<br>93055 Regensburg Street map of Regensburg with marker for Bruderwöhrdstr. 27, 93055 Regensburg

Embed a map in source editing mode (parser function)

If you need a more flexible integration of a map, you can insert the parser function #display_map directly in source editing mode instead of using the Content droplet.

Embed a map in source editing mode (parser function)

If you need a more flexible integration of a map, you can insert the parser function #display_map directly in source editing mode instead of using the Content droplet. The documentation can be found at https://maps.extension.wiki/wiki/Displaying_Leaflet_maps.

Example

In the following map, an area of the city of Amsterdam is marked with multiple concentric circles:

{{#display_map:circles=
  Amsterdam:500;
  Amsterdam:100~I am a title~And I am a description~green~0.7~10~blue~0.5
| zoom=14
}}

Output:

Loading map...

Documentation

The full documentation is available at: https://maps.extension.wiki/wiki/Maps_for_MediaWiki



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions