Maps

From MadaCamp
Jump to: navigation, search

Example map with a marker

Loading map...
<div style="max-width:600px;">
{{#display_map:
-15.214232, 50.076107~[[Hotel Fitiavana]]~~;
|type=satellite
|service=google
|width=auto
|height=400
|zoom=18
|controls=pan, zoom, type, scale
|copycoords=yes
}}
</div>

Example map with a line and markers

Loading map...
{{#display_map:
-13.1918264553,49.0500772744~[[Noor Hotel]]~~;
-12.8073644824,48.9577304944~Bobasakoa~~;
| lines=
-13.1918264553,49.0500772744:
-12.8073644824,48.9577304944
|service=leaflet
|height=500
|center=-12.9640116915,48.9870830812
|zoom=10
|enablefullscreen=yes
}}

Note: More than one map a page will fail on mobile (Minerva) displays of the wiki.

lines

Lines between coordinates are used to make a path.

| lines=
-13.1918264553,49.0500772744:
-12.8073644824,48.9577304944

The default colour/thickness of line are red/1px.

The thickness, colour and opacity of the line can be redefined by the syntax:

| lines=
-13.1918264553,49.0500772744:
-12.8073644824,48.9577304944~Popup title~Popup text~green~0.42~10

Note: Thickness, colour and opacity only take effect when preceded by a popup title and text. The syntax is:
~Popup title~Popup text~Popup text~Line opacity~Line thickness

However, the popup when clicking the line only appears with google maps (not leaflet).

copycoords

Right-click on map to copy coordinates.

copycoords=yes

service

|service=leaflet

or

|service=google

icon

|icon=https://www.madacamp.com/images/madagascar/Green_marker.png

Or on a p/market basis:

-15.214232, 50.076107~Hotel Fitiavana~~https://www.madacamp.com/images/madagascar/Green_marker.png;

type

|type=satellite

the initial type of map (roadmap, satellite, hybrid, terrain)

label

|label=text

standard text to display in all popups without text

types

types=roadmap, satellite, hybrid, terrain

map options included in the control

If omitted, all options are included

minimum one option is required for constraint to take effect

controls

|controls=pan, zoom, type, scale

pan, zoom, type, scale, streetview, rotate

zoom

Zoom levels are between 1 and 20

|zoom=18

width

pixels or percentage

|width=auto

auto will stretch to the containing block

height

|height=400

centre (or center)

The location which should be the centre of the map

|centre=-14.254318, 50.157051

or

|center=-14.254318, 50.157051

If centre is omitted, center depends on the placemarks.

If zoom is omitted, zoom level will be set to fit the placemarks.

If there is only one placemark, zoom level has to be defined for the map to show.

searchmarkers

Add a filter search field for maps with many markers


enablefullscreen

|enablefullscreen=no
|enablefullscreen=yes

If omitted, no fullscreen label is shown.

Fullscreen mode is not working well on desktop and ipad.

Fullscreen works better for leaflet maps but which do not have satellite mode

NOTE: Don't use this on maps service=google as it's broken.


Instead, enabled:

mapOptions.fullscreenControl = $.inArray('type', options.controls) != -1;

.. in jquery.googlemap.js for all Google maps to display the native Google full-screen toggle in the right corner.

resizable

Makes the map resizable with the mouse at the map edges on a regular PC

Note: Don't use this option as it causes a Javascript error that brakes the mobile display menu on Android on combination with Google's native fullscreen toggle.

image in placemark

* -14.273700, 50.176600~[[File:Chez_Orlance_003.jpg|left|70px|]]<br>Chez Orlance~~;

Documentation


Maps to be done