Rename _ol_Graticule_ to Graticule

This commit is contained in:
Frederic Junod
2017-12-16 08:11:54 +01:00
parent 935133755e
commit bf6a18dfc4
4 changed files with 48 additions and 49 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import _ol_Graticule_ from '../src/ol/Graticule.js';
import Graticule from '../src/ol/Graticule.js';
import _ol_Map_ from '../src/ol/Map.js';
import _ol_View_ from '../src/ol/View.js';
import _ol_format_GeoJSON_ from '../src/ol/format/GeoJSON.js';
@@ -41,6 +41,6 @@ var map = new _ol_Map_({
})
});
new _ol_Graticule_({
new Graticule({
map: map
});