Skip to content

Commit

Permalink
provide HighlightPopup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Feb 23, 2025
1 parent f5be388 commit 8100f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/map-gl-native/src/components/MapProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Map from "./Map.js";
import MapInteraction from "./MapInteraction.js";
import MapAutoZoom from "./MapAutoZoom.js";
import MapIdentify from "./MapIdentify.js";
import HighlightPopup from "./HighlightPopup.js";
import Geojson from "../overlays/Geojson.js";
import Tile from "../overlays/Tile.js";
import VectorTile from "../overlays/VectorTile.js";
Expand All @@ -15,6 +16,7 @@ const MapProviderDefaults = {
MapInteraction,
MapAutoZoom,
MapIdentify,
HighlightPopup,
Geojson,
Tile,
VectorTile,
Expand Down

0 comments on commit 8100f49

Please sign in to comment.