From ec65aff80a94fce6f74c4f89673abc579cc53310 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 4 Mar 2026 09:40:34 +0100 Subject: ✨ GIS API: set srid as geometry field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models_imports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index e576d18de..478bb5e1c 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -164,6 +164,7 @@ SPECIFIC_TYPES_COLUMNS = { "x": "X", "y": "Y", "z": "Z", + "srid": "SRID" } -- cgit v1.2.3