diff --git a/test-project.virgis b/test-project.virgis index 735441b..32d3f09 100644 --- a/test-project.virgis +++ b/test-project.virgis @@ -1 +1,305 @@ -{"name": "Test Project", "origin": {"type": "Point", "coordinates": [50, 11.0]}, "default_proj": "EPSG:4979", "recordsets": [], "guid": "f168eeb5-586d-4f46-a7c1-941b88dd22c7", "version": "Runette:2.0.0"} \ No newline at end of file +{ + "default_proj": "EPSG:4979", + "guid": "f168eeb5-586d-4f46-a7c1-941b88dd22c7", + "name": "Test Project", + "origin": { + "coordinates": [ + 1.3742582545277278, + 51.285995044146965 + ], + "type": "Point" + }, + "recordsets": [ + { + "datatype": "MapBox", + "display-name": "Mapbox Map", + "id": "002", + "position": null, + "proj4": "", + "properties": { + "elevation_layer_type": "TerrainWithElevation", + "elevation_source_type": "MapboxTerrain", + "imagery_source_type": "MapboxStreets", + "map_size": 10, + "mapscale": 15, + "units": { + "body": { + "color": [ + 0, + 0, + 0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + }, + "handle": { + "color": [ + 0, + 0, + 0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + }, + "line": { + "color": [ + 0, + 0, + 0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + }, + "point": { + "color": [ + 0, + 0, + 0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + } + } + }, + "source": "", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + }, + { + "datatype": "Vector", + "display-name": "Points", + "id": "003", + "position": null, + "proj4": "", + "properties": { + "source-type": "File", + "units": { + "body": { + "color": [ + 0, + 0, + 0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + }, + "handle": { + "color": [ + 0, + 0, + 0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + }, + "line": { + "color": [ + 0, + 0, + 0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + }, + "point": { + "color": [ + 1.0, + 1.0, + 1.0, + 1 + ], + "label": "", + "shape": "Spheroid", + "transform": { + "rotate": [ + 0.0, + 0.0, + 0.0, + 1.0 + ], + "scale": [ + 1.0, + 1.0, + 1.0 + ], + "translate": [ + 0.0, + 0.0, + 0.0 + ] + } + } + } + }, + "source": "../test_data/all_points.geojson", + "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" +} \ No newline at end of file