Difference between revisions of "Maps"

From MadaCamp
Jump to: navigation, search
Line 13: Line 13:
 
}}
 
}}
 
</div>
 
</div>
 +
  
 
== service ==
 
== service ==
Line 25: Line 26:
  
 
the initial type of map (roadmap, satellite, hybrid, terrain)
 
the initial type of map (roadmap, satellite, hybrid, terrain)
 +
 +
== label ==
 +
 +
|label=text
 +
 +
standard text to display in all popups without text
  
 
== types ==
 
== types ==

Revision as of 16:27, 20 November 2020

Loading map...


service

|service=leaflet

or

|service=google

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