Adding the elevation API in poi edit form

This commit is contained in:
leosw
2021-05-19 22:44:52 +02:00
parent 428ce900f0
commit 1c90c9ddab
4 changed files with 33 additions and 3 deletions

View File

@@ -229,4 +229,16 @@ form.form input[type=radio]+label img {
}
.leaflet-control-scale {
opacity: 0.8 !important;
}
#elevation_icon {
font-size: 20px;
cursor: pointer;
position: relative;
top: 18px;
right: 34px;
}
#elevation_icon i {
position: absolute;
}