Skip to content

Commit

Permalink
Merge pull request #199 from opengisch/backport-169-to-release
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Dec 21, 2021
2 parents 9c024d3 + 27ab03f commit 263bcb0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-app/qfieldcloud/core/deltafile_01.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,24 @@
"e933b5aa-6ccb-416f-83e7-5a2ece85cf1a_LayerName"
]
},
"localLayerCrs": {
"type": "string",
"title": "Local Layer CRS",
"description": "The layer CRS as on QField device.",
"examples": [
"EPSG:32635",
"PROJCS[\"WGS 84 / UTM zone 35N\",GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",0],PARAMETER[\"central_meridian\",27],PARAMETER[\"scale_factor\",0.9996],PARAMETER[\"false_easting\",500000],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"32635\"]]"
]
},
"localLayerName": {
"type": "string",
"title": "Local Layer Name",
"description": "The layer name as shown ot the QField User.",
"examples": [
"trees",
"Дървета"
]
},
"sourceLayerId": {
"type": "string",
"title": "Source Layer ID",
Expand Down
18 changes: 18 additions & 0 deletions docker-qgis/schemas/deltafile_01.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,24 @@
"e933b5aa-6ccb-416f-83e7-5a2ece85cf1a_LayerName"
]
},
"localLayerCrs": {
"type": "string",
"title": "Local Layer CRS",
"description": "The layer CRS as on QField device.",
"examples": [
"EPSG:32635",
"PROJCS[\"WGS 84 / UTM zone 35N\",GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",0],PARAMETER[\"central_meridian\",27],PARAMETER[\"scale_factor\",0.9996],PARAMETER[\"false_easting\",500000],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"32635\"]]"
]
},
"localLayerName": {
"type": "string",
"title": "Local Layer Name",
"description": "The layer name as shown ot the QField User.",
"examples": [
"trees",
"Дървета"
]
},
"sourceLayerId": {
"type": "string",
"title": "Source Layer ID",
Expand Down

0 comments on commit 263bcb0

Please sign in to comment.