Switched from OSM to OpenLayers, OL map now works (Still working on markers)

This commit is contained in:
eetnaviation
2024-04-04 18:30:42 +03:00
parent dea7c60600
commit 304486c145
44 changed files with 2067 additions and 6 deletions

View File

@ -0,0 +1,10 @@
.olControlZoomPanel div {
background-image: url(img/zoom-panel-NOALPHA.png);
}
.olControlPanPanel div {
background-image: url(img/pan-panel-NOALPHA.png);
}
.olControlEditingToolbar {
width: 200px;
}