diff --git a/.gitignore b/.gitignore index 861a239..cd9c325 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,5 @@ renv/staging/ .idea/ .vscode/ +# Env files +.env \ No newline at end of file diff --git a/webapps/data_validation_tool/index.html b/webapps/data_validation_tool/index.html index 81652e9..6d59447 100644 --- a/webapps/data_validation_tool/index.html +++ b/webapps/data_validation_tool/index.html @@ -5,6 +5,7 @@ SmartCane Data Validation Tool + + + + + +
+ +

πŸ“ GeoJSON Viewer

+
+ + +
+
+ +
+
+ +
+
Controls & Data
+ +
+
+
+ +
+
πŸ“ Upload File
+
+ + +
No file selected
+
+
+ + +
+
+ + + + + + + + + + +
+
+
+ + + + + + + \ No newline at end of file diff --git a/webapps/geojson_viewer.html b/webapps/geojson_viewer/script.js similarity index 54% rename from webapps/geojson_viewer.html rename to webapps/geojson_viewer/script.js index 8b766d6..858573f 100644 --- a/webapps/geojson_viewer.html +++ b/webapps/geojson_viewer/script.js @@ -1,841 +1,20 @@ - - - - - - GeoJSON Viewer - - - - - -
-
-

πŸ“ GeoJSON Viewer

-

Upload a GeoJSON file to visualize features on an interactive map

-
- -
- - -
-
-
-
- -
-
- -
-
-
-
- - - -
- - - - - diff --git a/webapps/index.html b/webapps/index.html index d972006..6b7e6d8 100644 --- a/webapps/index.html +++ b/webapps/index.html @@ -5,6 +5,7 @@ SmartCane Web Apps +