mirror of
https://github.com/jlengrand/geospatial-messenger.git
synced 2026-03-10 08:21:17 +00:00
Use OSM instead of MapQuest
This commit is contained in:
@@ -14,7 +14,7 @@ var view = new ol.View({
|
||||
|
||||
var map = new ol.Map({
|
||||
layers: [new ol.layer.Tile({
|
||||
source: new ol.source.MapQuest({layer: "osm"})
|
||||
source: new ol.source.OSM()
|
||||
})], target: "map", controls: ol.control.defaults({
|
||||
attributionOptions: ({
|
||||
collapsible: false
|
||||
|
||||
Reference in New Issue
Block a user