Remove MapQuest source

This commit is contained in:
Bart van den Eijnden
2016-07-01 11:34:37 +02:00
parent c56432cf2e
commit ed80d243fb
45 changed files with 88 additions and 262 deletions
+2 -2
View File
@@ -115,14 +115,14 @@ ol.MapProperty = {
* }),
* layers: [
* new ol.layer.Tile({
* source: new ol.source.MapQuest({layer: 'osm'})
* source: new ol.source.OSM()
* })
* ],
* target: 'map'
* });
*
* The above snippet creates a map using a {@link ol.layer.Tile} to display
* {@link ol.source.MapQuest} OSM data and render it to a DOM element with the
* {@link ol.source.OSM} OSM data and render it to a DOM element with the
* id `map`.
*
* The constructor places a viewport container (with CSS class name