diff --git a/wwwroot/init/simple.json b/wwwroot/init/simple.json index 23330703f..a51a5a365 100644 --- a/wwwroot/init/simple.json +++ b/wwwroot/init/simple.json @@ -762,7 +762,21 @@ ], "viewerMode": "3dSmooth", "baseMaps": { - "defaultBaseMapId": "basemap-positron", - "previewBaseMapId": "basemap-positron" + "defaultBaseMapId": "basemap-openstreetmap", + "previewBaseMapId": "basemap-natural-earth-II", + "items": [ + { + "item": { + "id": "basemap-openstreetmap", + "name": "Openstreetmap", + "type": "open-street-map", + "url": "https://tile.openstreetmap.org/", + "attribution": "© OpenStreetMap contributors", + "opacity": 1.0 + }, + "image": "images/openstreetmap.png", + "contrastColor": "#000000" + } + ] } }