rename in examples
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Graticule from '../src/ol/Graticule.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 GeoJSON from '../src/ol/format/GeoJSON.js';
|
||||
import _ol_layer_Vector_ from '../src/ol/layer/Vector.js';
|
||||
@@ -22,7 +22,7 @@ var sphereMollweideProjection = new _ol_proj_Projection_({
|
||||
worldExtent: [-179, -89.99, 179, 89.99]
|
||||
});
|
||||
|
||||
var map = new _ol_Map_({
|
||||
var map = new Map({
|
||||
keyboardEventTarget: document,
|
||||
layers: [
|
||||
new _ol_layer_Vector_({
|
||||
|
||||
Reference in New Issue
Block a user