forked from 0x2620/oxjs
more fixes
This commit is contained in:
parent
bcade5f2d7
commit
f3e0632f0e
4 changed files with 39 additions and 16 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue