diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-01-09 15:20:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:40:54 +0200 |
commit | 739a36dc0f006a206e24c96324cda192d5b6837b (patch) | |
tree | aa0b2db202c25b3519c7c18a077ad2d5c734ff86 /ishtar_common/fixtures | |
parent | 9e2cedc18a4edfe280be76d698d5523f98506de8 (diff) | |
download | Ishtar-739a36dc0f006a206e24c96324cda192d5b6837b.tar.bz2 Ishtar-739a36dc0f006a206e24c96324cda192d5b6837b.zip |
🏷️ add default data types for geo origin and buffer
Diffstat (limited to 'ishtar_common/fixtures')
-rw-r--r-- | ishtar_common/fixtures/initial_geo-fr.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ishtar_common/fixtures/initial_geo-fr.json b/ishtar_common/fixtures/initial_geo-fr.json index a7563cb85..e84d4fbdb 100644 --- a/ishtar_common/fixtures/initial_geo-fr.json +++ b/ishtar_common/fixtures/initial_geo-fr.json @@ -530,7 +530,18 @@ "comment": "", "available": true, "parent": null, - "order": 10 + "order": 40 + } +}, +{ + "model": "ishtar_common.geoorigintype", + "fields": { + "label": "Vectorisation de photographies a\u00e9riennes", + "txt_idx": "vectorisation-de-photographie-aerienne", + "comment": "", + "available": true, + "parent": null, + "order": 30 } }, { @@ -541,7 +552,7 @@ "comment": "", "available": true, "parent": null, - "order": 10 + "order": 20 } }, { |