@dxos/react-ui-geo 0.9.1-main.c7dcc2e112 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1040,8 +1040,8 @@ var defaultStyles = {
1040
1040
  }
1041
1041
  };
1042
1042
  var projectionMap = {
1043
- orthographic: geoOrthographic,
1044
- mercator: geoMercator,
1043
+ "orthographic": geoOrthographic,
1044
+ "mercator": geoMercator,
1045
1045
  "transverse-mercator": geoTransverseMercator
1046
1046
  };
1047
1047
  var getProjection = (type = "orthographic") => {
@@ -1300,7 +1300,7 @@ var Globe = {
1300
1300
  // src/components/Map/Map.tsx
1301
1301
  import "leaflet/dist/leaflet.css";
1302
1302
  import { createContext as createContext2 } from "@radix-ui/react-context";
1303
- import L, { Control, DomEvent, DomUtil, point, latLngBounds } from "leaflet";
1303
+ import L, { Control, DomEvent, DomUtil, latLngBounds, point } from "leaflet";
1304
1304
  import React3, { forwardRef as forwardRef2, useCallback as useCallback4, useEffect as useEffect7, useImperativeHandle as useImperativeHandle2, useRef as useRef2, useState as useState5 } from "react";
1305
1305
  import { createRoot } from "react-dom/client";
1306
1306
  import { MapContainer, Marker, Polyline, Popup, TileLayer, useMap, useMapEvents } from "react-leaflet";