1
0
Fork 0
forked from 0x2620/oxjs

migrate to maplibre-gl for maps

This commit is contained in:
j 2025-08-05 18:50:06 +02:00
commit 8cebad9fb4
7 changed files with 605 additions and 234 deletions

View file

@ -1821,6 +1821,7 @@ Maps
top: 4px;
width: 136px;
text-overflow: ellipsis;
line-height: 1;
}
.OxMap .OxPlaceControl.OxPlaceDeselectButton {
right: 4px;
@ -2969,3 +2970,20 @@ Miscellaneous
.OxTooltip > div {
font-size: 9px;
}
/*
================================================================================
MapLibre GL cleanups
================================================================================
*/
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
display: none !important;
}
.maplibregl-popup-content {
padding: 0px !important;
border-radius: 5px;
top: 50px;
left: -4px;
}