Remove unneeded imports from Menards layer
This commit is contained in:
parent
d75b833911
commit
eb1a8fd17c
|
@ -2,7 +2,7 @@ import VectorLayer from 'ol/layer/Vector';
|
|||
import {Vector as VectorSource} from 'ol/source.js';
|
||||
import GeoJSON from 'ol/format/GeoJSON.js';
|
||||
|
||||
import {Style, Stroke, Circle, Fill} from 'ol/style.js';
|
||||
import {Style} from 'ol/style.js';
|
||||
import Icon from 'ol/style/Icon.js';
|
||||
|
||||
import menardsURL from '/data/menards-data.geojson?url'; // TODO: remove `?url`?
|
||||
|
|
Loading…
Reference in a new issue