1
0
Fork 0
forked from 0x2620/oxjs

more fixes

This commit is contained in:
j 2025-08-06 21:50:00 +02:00
commit f3e0632f0e
4 changed files with 39 additions and 16 deletions

View file

@ -51,8 +51,8 @@ Ox.MapMarker = function(options) {
element.style.width = element.style.height = that.size + 'px'
that.marker = new maplibregl.Marker({
raiseOnDrag: false,
shape: {coords: [8, 8, 8], type: 'circle'},
element: element,
//shape: {coords: [8, 8, 8], type: 'circle'},
//title: that.place.name,
//zIndex: 1000
});