Remove plain string from Map renderer option
To get this to compile with the examples, typecasts have to be added to Map renderer options.
This commit is contained in:
@@ -13,7 +13,6 @@ var map = new ol.Map({
|
||||
source: new ol.source.OSM()
|
||||
})
|
||||
],
|
||||
renderer: 'canvas',
|
||||
target: 'map',
|
||||
view: new ol.View({
|
||||
center: ol.proj.fromLonLat([4.8, 47.75]),
|
||||
|
||||
Reference in New Issue
Block a user