Difference between revisions of "Maps"

From MadaCamp
Jump to: navigation, search
Line 4: Line 4:
 
|type=satellite
 
|type=satellite
 
|service=google
 
|service=google
|types=roadmap, satellite, hybrid, terrain
 
 
|width=auto
 
|width=auto
 
|height=400
 
|height=400
 
|zoom=18
 
|zoom=18
 
|enablefullscreen=yes
 
|enablefullscreen=yes
 +
|controls=pan, zoom, type, scale
 
|searchmarkers=all
 
|searchmarkers=all
|controls=pan, zoom, type, scale
 
 
|resizable=yes
 
|resizable=yes
 
}}
 
}}
 
</div>
 
</div>
  
 +
== service ==
 +
 +
|service=leaflet
 +
or
 +
|service=google
 +
 +
== type ==
 +
 +
|type=satellite
 +
 +
the initial type of map (roadmap, satellite, hybrid, terrain)
 +
 +
== 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 ==

Revision as of 16:20, 20 November 2020

Loading map...

service

|service=leaflet

or

|service=google

type

|type=satellite

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

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