File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Zoom from 'ol/control/Zoom';
77import Rotate from 'ol/control/Rotate' ;
88import Attribution from 'ol/control/Attribution.js' ;
99
10- import { InfoBox } from './custom-controls' ;
10+ import { InfoBox } from './custom-controls/info-box ' ;
1111
1212const zoom = new Zoom ( ) ;
1313zoom . setProperties ( { id : "zoom" , type : "ZoomControl" } ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Snap from 'ol/interaction/Snap.js';
1414import VectorSource from "ol/source/Vector" ;
1515import VectorLayer from "ol/layer/Vector" ;
1616
17- import { featureToGeoJSON } from "./utils" ;
17+ import { featureToGeoJSON } from ".. /utils" ;
1818
1919type DrawOptions = {
2020 target ?: string | HTMLElement | undefined ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import { Map, View } from "ol";
33import GeoJSON from "ol/format/GeoJSON" ;
44import Overlay from "ol/Overlay" ;
55import Draw from 'ol/interaction/Draw.js' ;
6- import { transformExtent , useGeographic } from "ol/proj" ;
6+ import { useGeographic } from "ol/proj" ;
77// import { State as SourceState } from "ol/source/Source";
88import { isEmpty } from "ol/extent" ;
99import { JSONConverter } from "./json" ;
1010import { TYPE_IDENTIFIER , GEOJSON_IDENTIFIER } from "./constants" ;
1111import { defaultControls } from "./controls" ;
1212
13- import { DrawControl } from "./draw-control " ;
13+ import { DrawControl } from "./custom-controls/draw " ;
1414
1515import { addTooltipToMap } from "./tooltip" ;
1616import { addEventListernersToMapWidget } from "./events" ;
You can’t perform that action at this time.
0 commit comments