rename in examples

This commit is contained in:
Ron Young
2017-12-21 09:19:46 -06:00
committed by Tim Schaub
parent 9fa59d0735
commit b8b64ac655
161 changed files with 325 additions and 325 deletions

View File

@@ -1,5 +1,5 @@
import _ol_Feature_ from '../src/ol/Feature.js';
import _ol_Map_ from '../src/ol/Map.js';
import Map from '../src/ol/Map.js';
import _ol_View_ from '../src/ol/View.js';
import {circular as circularPolygon} from '../src/ol/geom/Polygon.js';
import TileLayer from '../src/ol/layer/Tile.js';
@@ -15,7 +15,7 @@ var vectorLayer3857 = new _ol_layer_Vector_({
source: new _ol_source_Vector_()
});
var map4326 = new _ol_Map_({
var map4326 = new Map({
layers: [
new TileLayer({
source: new _ol_source_TileWMS_({
@@ -36,7 +36,7 @@ var map4326 = new _ol_Map_({
})
});
var map3857 = new _ol_Map_({
var map3857 = new Map({
layers: [
new TileLayer({
source: new _ol_source_TileWMS_({