tried implemanting googlemap but failed for now

This commit is contained in:
lenovo
2022-10-24 20:03:50 +02:00
parent 039134cd96
commit 10bb6ff743
239 changed files with 191 additions and 37512 deletions

View File

@@ -0,0 +1,31 @@
.ink_set{
margin-top: 10px;
}
.latitude, .longitude, .zoom {
display:none;
}
#showmap{
width:500px;
height:380px;
border: 2px solid rgb(207, 203, 203);
margin-top:10px;
}
.submit_button{
margin-top:20px;
}
.gm_lat{
margin-left: 20px;
}
.gm_log{
margin-left: 10px;
}
.gm_zoom{
margin-left: 35px;
}