diff options
Diffstat (limited to 'client/simple/src/js/pkg')
| -rw-r--r-- | client/simple/src/js/pkg/ol.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/simple/src/js/pkg/ol.ts b/client/simple/src/js/pkg/ol.ts index f0f932182..28eed3c03 100644 --- a/client/simple/src/js/pkg/ol.ts +++ b/client/simple/src/js/pkg/ol.ts @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + import { Feature, Map as OlMap, View } from "ol"; import { createEmpty } from "ol/extent"; import { GeoJSON } from "ol/format"; |