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 f2d76d6 commit 2a88c19Copy full SHA for 2a88c19
src/components/leaflet-map/index.tsx
@@ -60,7 +60,7 @@ export const LeafletMap = component$<MapProps>(
60
const placeIcon = new Icon({
61
iconUrl: "/redpin.png",
62
iconSize: [25, 25],
63
- className: "w-2 h-2",
+ className: "w-2 h-2 rotate-[75deg]",
64
});
65
66
const { getBoundaryBox } = await import("../../helpers/boundary-box");
@@ -84,6 +84,7 @@ export const LeafletMap = component$<MapProps>(
84
85
tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {
86
maxZoom: 19,
87
+ crossOrigin: true,
88
attribution:
89
'© <a href="http://www.openstreetmap.org/copyright">hi</a>',
90
}).addTo(map);
0 commit comments