Maps examples/OpenLayers map with one point

From semantic-mediawiki.org
< Category:Maps examples
Maps examplesMaps examples/OpenLayers map with one point
Starting December 16, 2018 with the release of version 7.0.0 of extension "Maps"Allows embedding of dynamic maps, geocoding and geospatial operations the support of the "OpenLayers" service was dropped. Use the "Leaflet" service instead. See "Remove OpenLayers service."

This page shows examples for basic maps rendered with OpenLayers showing a single point.

Using float coordinate notation
{{#display_map: 55.7557860, 37.6176330
 |service=openlayers
}}
Loading map...
<display_map service="openlayers">55.7557860, 37.6176330</display_map>
Loading map...


Using a unspecific address
{{#display_map: Moscow, Russia
 |service=openlayers
}}
Loading map...
<display_map service="openlayers">Moscow, Russia</display_map>
Loading map...


Using a specific address
{{#display_map: 23, Ilyinka Street, Moscow, 103132, Russia.
 |service=openlayers
}}
Loading map...
<display_map service="openlayers">23, Ilyinka Street, Moscow, 103132, Russia.</display_map>
Loading map...