Maps examples/OpenLayers map with multiple points

From semantic-mediawiki.org
< Category:Maps examples
Maps examplesMaps examples/OpenLayers map with multiple points
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 Google Maps showing serveral points.

Using address notation.
{{#display_map:
 Moscow, Russia;
 New York;
 Brussels
 |service=openlayers
}}
Loading map...
<display_map service="openlayers">
Moscow, Russia;
New York;
Brussels
</display_map>
Loading map...
Using different notations
{{#display_map:
 55°45′06″N 37°37′04″E;
 New York;
 40.446195, -79.948862
 |service=openlayers
}}
Loading map...


NoteNote:  Mixing different notations within the tag is however not possible:

<display_map service="openlayers">
55°45′06″N 37°37′04″E;
New York;
40.446195, -79.948862
</display_map>