From 0d671fafe8480f67c16790300a2a29d3170b5c60 Mon Sep 17 00:00:00 2001
From: hire2gis <160482521+hire2gis@users.noreply.github.com>
Date: Fri, 29 Nov 2024 11:26:39 +0700
Subject: [PATCH 1/4] JAM-0: Add OSM map in compare tool
---
index.html | 6 ++++++
index.js | 1 +
osm.js | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 70 insertions(+)
create mode 100644 osm.js
diff --git a/index.html b/index.html
index 3c8ef13..350564f 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,9 @@
+
+
+
@@ -46,11 +49,13 @@
position: absolute;
top: 10px;
right: 10px;
+ z-index: 1000;
}
#langSelect {
position: absolute;
top: 35px;
right: 10px;
+ z-index: 1000;
}
@@ -69,6 +74,7 @@
+