Rename _ol_format_KML_ to KML

This commit is contained in:
Tim Schaub
2017-12-17 01:58:24 -07:00
parent b908361895
commit e77ef118ea
10 changed files with 497 additions and 502 deletions

View File

@@ -3,7 +3,7 @@ import _ol_View_ from '../src/ol/View.js';
import GPX from '../src/ol/format/GPX.js';
import GeoJSON from '../src/ol/format/GeoJSON.js';
import IGC from '../src/ol/format/IGC.js';
import _ol_format_KML_ from '../src/ol/format/KML.js';
import KML from '../src/ol/format/KML.js';
import _ol_format_TopoJSON_ from '../src/ol/format/TopoJSON.js';
import _ol_interaction_ from '../src/ol/interaction.js';
import DragAndDrop from '../src/ol/interaction/DragAndDrop.js';
@@ -88,7 +88,7 @@ var dragAndDropInteraction = new DragAndDrop({
GPX,
GeoJSON,
IGC,
_ol_format_KML_,
KML,
_ol_format_TopoJSON_
]
});