diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-08-18 10:24:19 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-08-18 16:38:32 +0200 |
| commit | 34e993a85431c8a84c5ce7071281c7e198fceade (patch) | |
| tree | 238a302e490abb7d52a3d56cd01a538c1bb34d4c /client/simple/src/js/pkg/ol.ts | |
| parent | 60bd8b90f04d5d825fc8ac279cb7fdfde9fe78ea (diff) | |
[license] client/simple: SPDX-License-Identifier: AGPL-3.0-or-later
SPDX short-form identifiers to communicate license information in a simple,
efficient, portable and machine-readable manner [1]
[1] https://spdx.dev/learn/handling-license-info/
Diffstat (limited to 'client/simple/src/js/pkg/ol.ts')
| -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"; |