Rename _ol_format_GeoJSON_ to GeoJSON
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import _ol_Map_ from '../src/ol/Map.js';
|
||||
import _ol_View_ from '../src/ol/View.js';
|
||||
import _ol_format_GPX_ from '../src/ol/format/GPX.js';
|
||||
import _ol_format_GeoJSON_ from '../src/ol/format/GeoJSON.js';
|
||||
import GeoJSON from '../src/ol/format/GeoJSON.js';
|
||||
import _ol_format_IGC_ from '../src/ol/format/IGC.js';
|
||||
import _ol_format_KML_ from '../src/ol/format/KML.js';
|
||||
import _ol_format_TopoJSON_ from '../src/ol/format/TopoJSON.js';
|
||||
@@ -86,7 +86,7 @@ var styleFunction = function(feature, resolution) {
|
||||
var dragAndDropInteraction = new DragAndDrop({
|
||||
formatConstructors: [
|
||||
_ol_format_GPX_,
|
||||
_ol_format_GeoJSON_,
|
||||
GeoJSON,
|
||||
_ol_format_IGC_,
|
||||
_ol_format_KML_,
|
||||
_ol_format_TopoJSON_
|
||||
|
||||
Reference in New Issue
Block a user