diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-01-09 15:20:00 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:56:44 +0100 |
| commit | 21c1df6c555b275ea6fde1ba936baf18d419b237 (patch) | |
| tree | d44ec2a3686a961f1728ad1e4e86db79dd71da6a /ishtar_common/fixtures | |
| parent | 61e981d30af776e6a64394b56110063e86f0bab0 (diff) | |
| download | Ishtar-21c1df6c555b275ea6fde1ba936baf18d419b237.tar.bz2 Ishtar-21c1df6c555b275ea6fde1ba936baf18d419b237.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 } }, { |
