Geo Map is a preset for the Moodle activity database.
Leaflet, a JS library for interactive maps. https://leafletjs.com (c) 2010-2022 Vladimir Agafonkin, (c) 2010-2011 CloudMade
Users can add markers on an OpenStreetMap.
In the list view template, you can specify the zoom level and map orientation using the coordinate:
// Kartenebenen: 1 = OpenStreetMap, 2 = Topographische Karte, 3 = Luftbild, 4 = ÖPNV, 5 = Stumme Karte (Map layer)
let maplayer = 1;
// Zoomstufe der Karte (Zoom level)
let zoom = 2.4;
// Koordinate zum Ausrichten der Karte (Coordinate)
let center = [0, 0];
Don't forget to switch off the editor first!
The preset is available in German, but there is not so much to translate. The template can easily be adapted.