diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-08-29 16:12:00 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
commit | 3d48c54fef303bd869b51dc967c4463a5449cd67 (patch) | |
tree | 419d70328d660e596066bc0425609cf93cf61729 /ishtar_common/fixtures | |
parent | 7a787f0ef5f0cbe381e87267278ea7fd577596d3 (diff) | |
download | Ishtar-3d48c54fef303bd869b51dc967c4463a5449cd67.tar.bz2 Ishtar-3d48c54fef303bd869b51dc967c4463a5449cd67.zip |
New geo fixtures
Diffstat (limited to 'ishtar_common/fixtures')
-rw-r--r-- | ishtar_common/fixtures/initial_geo-fr.json | 187 |
1 files changed, 186 insertions, 1 deletions
diff --git a/ishtar_common/fixtures/initial_geo-fr.json b/ishtar_common/fixtures/initial_geo-fr.json index ea244e0d0..514d9a9bf 100644 --- a/ishtar_common/fixtures/initial_geo-fr.json +++ b/ishtar_common/fixtures/initial_geo-fr.json @@ -28,7 +28,7 @@ "fields": { "label": "RGF93 / Lambert-93", "txt_idx": "lambert93", - "comment": "", + "comment": "Projection: Lambert_Conformal_Conic False_Easting: 700000.0 False_Northing: 6600000.0 Central_Meridian: 3.0 Standard_Parallel_1: 44.0 Standard_Parallel_2: 49.0 Latitude_Of_Origin: 46.5 Linear Unit: Meter (1.0) Geographic Coordinate System: GCS_RGF_1993 Angular Unit: Degree (0.0174532925199433) Prime Meridian: Greenwich (0.0) Datum: D_RGF_1993 Spheroid: GRS_1980 Semimajor Axis: 6378137.0 Semiminor Axis: 6356752.314140356 Inverse Flattening: 298.257222101", "available": true, "order": 10, "auth_name": "EPSG", @@ -490,5 +490,190 @@ "auth_name": "EPSG", "srid": 4559 } +}, +{ + "model": "ishtar_common.geobuffertype", + "fields": { + "label": "Incertitude", + "txt_idx": "incertitude", + "comment": "", + "available": true, + "order": 10 + } +}, +{ + "model": "ishtar_common.geobuffertype", + "fields": { + "label": "Rayon de collecte", + "txt_idx": "rayon-de-collecte", + "comment": "", + "available": true, + "order": 20 + } +}, +{ + "model": "ishtar_common.geoorigintype", + "fields": { + "label": "Relev\u00e9 topographique", + "txt_idx": "releve-topographique", + "comment": "", + "available": true, + "parent": null, + "order": 10 + } +}, +{ + "model": "ishtar_common.geoorigintype", + "fields": { + "label": "Digitalisation de carte ancienne", + "txt_idx": "digitalisation-de-carte-ancienne", + "comment": "", + "available": true, + "parent": null, + "order": 10 + } +}, +{ + "model": "ishtar_common.geoorigintype", + "fields": { + "label": "Relev\u00e9 GPS", + "txt_idx": "releve-gps", + "comment": "", + "available": true, + "parent": null, + "order": 10 + } +}, +{ + "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 du 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.geodatatype", + "fields": { + "label": "Point mobilier", + "txt_idx": "point-mobilier", + "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 + } } ] |