diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-12 13:26:15 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-12 13:30:22 +0200 |
| commit | f84b38b2f6e8412a613c4c3ff0865e1230d920b5 (patch) | |
| tree | 248b6c6e62e8aaf5a058521b6111031378ef3750 | |
| parent | 9671d14c8b309e640df167fa54119fa1acb4dd6f (diff) | |
ESLint: Remove unused imports.
| -rw-r--r-- | main.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -36,9 +36,6 @@ import VectorTileLayer from 'ol/layer/VectorTile.js'; import VectorTile from 'ol/source/VectorTile.js'; import { createXYZ } from 'ol/tilegrid.js'; -import VectorLayer from 'ol/layer/Vector.js'; -import VectorSource from 'ol/source/Vector.js'; - import { toContext } from 'ol/render.js'; import Polygon from 'ol/geom/Polygon.js'; import LineString from 'ol/geom/LineString.js'; |
