diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-17 13:12:02 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 | 
| commit | 1cef4f6675db99a15905f722451dfa6ac1a954e9 (patch) | |
| tree | 271d2706b7f4cd7fcb89f5d77c4f8ac7cc61e9bd /ishtar_common/fixtures | |
| parent | 0dcc361d0377a89e7b196f38b349d861cf860607 (diff) | |
| download | Ishtar-1cef4f6675db99a15905f722451dfa6ac1a954e9.tar.bz2 Ishtar-1cef4f6675db99a15905f722451dfa6ac1a954e9.zip  | |
Add geo fixtures
Diffstat (limited to 'ishtar_common/fixtures')
| -rw-r--r-- | ishtar_common/fixtures/initial_data-fr.json | 132 | 
1 files changed, 132 insertions, 0 deletions
diff --git a/ishtar_common/fixtures/initial_data-fr.json b/ishtar_common/fixtures/initial_data-fr.json index aa4c5bce4..f3c539d3c 100644 --- a/ishtar_common/fixtures/initial_data-fr.json +++ b/ishtar_common/fixtures/initial_data-fr.json @@ -1588,5 +1588,137 @@          "comment": "",          "available": true      } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Limites commune", +        "txt_idx": "town-limit", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Emprise de l'op\u00e9ration", +        "txt_idx": "operation-area", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Centre de l'op\u00e9ration", +        "txt_idx": "operation-center", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Limites de zone communale", +        "txt_idx": "area-limit", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Emprise du site", +        "txt_idx": "archaeologicalsite-area", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Centre du site", +        "txt_idx": "archaeologicalsite-center", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Contour d'unit\u00e9 d'enregistrement", +        "txt_idx": "contextrecord-outline", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Centre de l'unit\u00e9 d'enregistrement", +        "txt_idx": "contextrecord-center", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Contour d'mobilier d'origine", +        "txt_idx": "basefind-outline", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geodatatype", +    "fields": { +        "label": "Centre du mobilier d'origine", +        "txt_idx": "basefind-center", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geoprovidertype", +    "fields": { +        "label": "IGN", +        "txt_idx": "france-ign", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    } +}, +{ +    "model": "ishtar_common.geoorigintype", +    "fields": { +        "label": "Georéférencement", +        "txt_idx": "georeferencement", +        "comment": "", +        "available": true, +        "parent": null, +        "order": 10 +    }  }  ]  | 
