|
@@ -134,6 +134,7 @@ export default function MapView() {
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<div className="relative h-full w-full">
|
|
<div className="relative h-full w-full">
|
|
|
|
|
+ <style>{'.leaflet-tile-pane { filter: invert(1) hue-rotate(180deg) brightness(0.95) contrast(0.9); }'}</style>
|
|
|
{mapError ? (
|
|
{mapError ? (
|
|
|
<div className="flex h-full w-full items-center justify-center">
|
|
<div className="flex h-full w-full items-center justify-center">
|
|
|
<div className="text-center">
|
|
<div className="text-center">
|