Skip to content

Commit

Permalink
Fixed popup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pergerch committed Nov 5, 2023
1 parent c9cebf7 commit 4189469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenLayers.Blazor/wwwroot/openlayers_interop.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function MapOL(mapId, popupId, defaults, center, zoom, markers, shapes, layers,
var popup = new ol.Overlay({
element: popupElement,
positioning: 'bottom-center',
stopEvent: false,
stopEvent: true,
offset: [0, -50],
});

Expand Down

0 comments on commit 4189469

Please sign in to comment.