Update test-project.virgis

master
Paul 1 day ago
parent ea69875196
commit 4bbf2d1fe8
  1. 125
      test-project.virgis

@ -11,8 +11,10 @@
}, },
"recordsets": [ "recordsets": [
{ {
"data_units": [],
"datatype": "MapBox", "datatype": "MapBox",
"display-name": "Mapbox Map", "display-name": "Mapbox Map",
"hide_sublayers": [],
"id": "002", "id": "002",
"position": null, "position": null,
"proj4": "", "proj4": "",
@ -21,17 +23,9 @@
"elevation_source_type": "MapboxTerrain", "elevation_source_type": "MapboxTerrain",
"imagery_source_type": "MapboxStreets", "imagery_source_type": "MapboxStreets",
"map_size": 10, "map_size": 10,
"mapscale": 15, "mapscale": 15
"units": { },
"body": { "source": "",
"color": [
0,
0,
0,
1
],
"label": "",
"shape": "Spheroid",
"transform": { "transform": {
"rotate": [ "rotate": [
0.0, 0.0,
@ -49,15 +43,18 @@
0.0, 0.0,
0.0 0.0
] ]
}
}, },
"handle": { "units": {
"body": {
"color": [ "color": [
0, 0,
0, 0,
0, 0,
1 1
], ],
"color-map": null,
"color-mode": null,
"colorinterp": null,
"label": "", "label": "",
"shape": "Spheroid", "shape": "Spheroid",
"transform": { "transform": {
@ -86,6 +83,9 @@
0, 0,
1 1
], ],
"color-map": null,
"color-mode": null,
"colorinterp": null,
"label": "", "label": "",
"shape": "Spheroid", "shape": "Spheroid",
"transform": { "transform": {
@ -114,6 +114,9 @@
0, 0,
1 1
], ],
"color-map": null,
"color-mode": null,
"colorinterp": null,
"label": "", "label": "",
"shape": "Spheroid", "shape": "Spheroid",
"transform": { "transform": {
@ -135,46 +138,22 @@
] ]
} }
} }
}
}, },
"source": "", "visible": true
"transform": {
"rotate": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
1.0,
1.0,
1.0
],
"translate": [
0.0,
0.0,
0.0
]
}
}, },
{ {
"data_units": [],
"datatype": "Vector", "datatype": "Vector",
"display-name": "Points", "display-name": "Points",
"hide_sublayers": [],
"id": "003", "id": "003",
"position": null, "position": null,
"proj4": "", "proj4": "",
"properties": { "properties": {
"source-type": "File", "dem": "../test_data/DEM.ers",
"units": { "source-type": "File"
"body": { },
"color": [ "source": "../test_data/all_points.geojson",
0,
0,
0,
1
],
"label": "",
"shape": "Spheroid",
"transform": { "transform": {
"rotate": [ "rotate": [
0.0, 0.0,
@ -192,15 +171,18 @@
0.0, 0.0,
0.0 0.0
] ]
}
}, },
"handle": { "units": {
"body": {
"color": [ "color": [
0, 0.38750000000000007,
0, 0.30000000000000004,
0, 1,
1 1
], ],
"color-map": null,
"color-mode": null,
"colorinterp": null,
"label": "", "label": "",
"shape": "Spheroid", "shape": "Spheroid",
"transform": { "transform": {
@ -224,11 +206,14 @@
}, },
"line": { "line": {
"color": [ "color": [
0, 1,
0, 0.85,
0, 0.4,
1 1
], ],
"color-map": null,
"color-mode": null,
"colorinterp": null,
"label": "", "label": "",
"shape": "Spheroid", "shape": "Spheroid",
"transform": { "transform": {
@ -252,11 +237,14 @@
}, },
"point": { "point": {
"color": [ "color": [
1.0, 0.4,
1.0, 1,
1.0, 0.775,
1 1
], ],
"color-map": null,
"color-mode": null,
"colorinterp": null,
"label": "", "label": "",
"shape": "Spheroid", "shape": "Spheroid",
"transform": { "transform": {
@ -267,9 +255,9 @@
1.0 1.0
], ],
"scale": [ "scale": [
1.0, 3.2,
1.0, 3.2,
1.0 3.2
], ],
"translate": [ "translate": [
0.0, 0.0,
@ -278,27 +266,8 @@
] ]
} }
} }
}
}, },
"source": "../test_data/all_points.geojson", "visible": true
"transform": {
"rotate": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
1.0,
1.0,
1.0
],
"translate": [
0.0,
0.0,
0.0
]
}
} }
], ],
"version": "Runette:2.0.0" "version": "Runette:2.0.0"

Loading…
Cancel
Save