We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f6226 commit 20e4f79Copy full SHA for 20e4f79
src/vendors/helpers/Popup.js
@@ -4,6 +4,7 @@
4
* already exist.
5
*/
6
import Overlay from 'ol/Overlay';
7
+import { getCenter } from 'ol/extent';
8
9
// Adjusted to accept a map instance directly
10
export function showPopup(map, coordinates, message) {
0 commit comments