Difference between revisions of "Maps"

From MadaCamp
Jump to: navigation, search
(Example map with a line)
Line 21: Line 21:
 
-13.1918264553,49.0500772744~[[Hotel Fitiavana]]~~;
 
-13.1918264553,49.0500772744~[[Hotel Fitiavana]]~~;
 
| lines=
 
| lines=
-13.1918264553,49.0500772744~Line text~I am a text~green~0.42~10:-12.8073644824,48.9577304944
+
-13.1918264553,49.0500772744:-12.8073644824,48.9577304944~Line text~I am a text~green~0.42~10
 
| service=leaflet
 
| service=leaflet
 
| width=600
 
| width=600

Revision as of 11:19, 21 November 2020

Example map with a marker

Loading map...

Example map with a line

Loading map...

service

|service=leaflet

or

|service=google

lines

Lines between coordinates can be used to make a path.

A line between two points:

| lines=

-13.1918264553,49.0500772744:
-12.8073644824,48.9577304944;

The line with a popup when clicked, color and thickness:

| lines=

-13.1918264553,49.0500772744~Line text~I am a text~green~0.42~10:
-12.8073644824,48.9577304944;



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

|searchmarkers=all

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

resizable

|resizable=yes

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