Changes

Maps

58 bytes removed, 15:26, 20 November 2020
no edit summary
<div style="max-width:600px;border:1px solid green;">{{#display_map:-15.214232, 50.076107~[[Hotel Fitiavana]]~~;|type= Parameters satellite|service=google|types=roadmap, satellite, hybrid, terrain |width=auto|height=400|zoom=18|enablefullscreen=yes|searchmarkers=all|controls=pan, zoom, type, scale|resizable=yes}}</div> 
=== zoom ===
Zoom levels are between 1 and 20
=== width ===
|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
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
Fullscreen mode is not working well on desktop and ipad
=== resizable ===
|resizable=yes
Makes the map resizable with the mouse at the map edges on a regular PC
== Example #1 ==
 
<div style="max-width:600px;border:1px solid green;z-index:1000">
{{#display_map:
-15.214232, 50.076107~[[Hotel Fitiavana]]~~;
|type=satellite
|service=google
|types=roadmap, satellite, hybrid, terrain
|width=auto
|height=400
|zoom=18
|enablefullscreen=yes
|searchmarkers=all
|controls=pan, zoom, type, scale
|resizable=yes
}}
</div>
<!--