From 786af499aa72396bc1b4cf2424794322e3ce5256 Mon Sep 17 00:00:00 2001 From: runette Date: Sat, 11 Oct 2025 16:25:22 +0100 Subject: [PATCH] 251011 --- hope.virgis | 10 +++++----- test-project.virgis | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 test-project.virgis diff --git a/hope.virgis b/hope.virgis index 017d652..d1afbf0 100644 --- a/hope.virgis +++ b/hope.virgis @@ -67,7 +67,7 @@ "color": [ 1.0,0.0,0.0,1.0 ], - "threshold": .6 + "threshold": 0.6 }, { "color":[ @@ -265,7 +265,7 @@ "color": [ 1.0,0.0,0.0,1.0 ], - "threshold": .6 + "threshold": 0.6 }, { "color":[ @@ -680,7 +680,7 @@ "color": [ 1.0,0.0,0.0,1.0 ], - "threshold": .3 + "threshold": 0.3 }, { "color":[ @@ -696,7 +696,7 @@ } ] } - + } }, "data_units": null, @@ -1150,4 +1150,4 @@ "default_proj": "EPSG:4326", "map_scale": 1.0, "guid": "ee6dd7ef-a657-4ff7-bf2d-5ead63198073" -} \ No newline at end of file +} diff --git a/test-project.virgis b/test-project.virgis new file mode 100644 index 0000000..463469d --- /dev/null +++ b/test-project.virgis @@ -0,0 +1 @@ +{"name": "Test Project", "origin": {"type": "Point", "coordinates": [50, 110.0]}, "default_proj": "EPSG:4979", "recordsets": [], "guid": "f168eeb5-586d-4f46-a7c1-941b88dd22c7", "version": "Runette:2.0.0"} \ No newline at end of file