From a145e8a72e2e05ff06b2b627801e6e9dc690df29 Mon Sep 17 00:00:00 2001 From: CodingMaster121 Date: Tue, 14 May 2024 15:38:12 -0400 Subject: [PATCH] Attempted to pass data between js and py --- .gitignore | 0 .idea/misc.xml | 4 ++++ .idea/workspace.xml | 29 +++++++++++++++++------------ docs/interactive_map.css | 5 ++++- docs/interactive_map.js | 15 +++++++++++++++ docs/login.html | 10 ++++++++++ docs/map.html | 7 +++++-- docs/python/test.py | 5 +++++ 8 files changed, 60 insertions(+), 15 deletions(-) create mode 100644 .gitignore create mode 100644 .idea/misc.xml create mode 100644 docs/login.html create mode 100644 docs/python/test.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..27e0900 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7ebeacb..78f68f3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,12 @@ - + + + + + @@ -30,18 +35,18 @@