-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RC #251 - Combining LocationMarker and PlaceMarker components; Removi…
…ng @peripleo/maplibre dependency from geospatial
- Loading branch information
dleadbetter
committed
Feb 21, 2024
1 parent
4a6ad80
commit f9ae09d
Showing
9 changed files
with
49 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,24 +10,18 @@ | |
}, | ||
"dependencies": { | ||
"@mapbox/mapbox-gl-draw": "^1.4.3", | ||
"@radix-ui/react-accordion": "^1.1.2", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@samvera/clover-iiif": "^2.3.2", | ||
"@turf/turf": "^6.5.0", | ||
"lucide-react": "^0.320.0", | ||
"mapbox-gl": "npm:[email protected]", | ||
"maplibre-gl": "^3.6.2", | ||
"react-icons": "^5.0.1", | ||
"react-map-gl": "^7.1.6", | ||
"underscore": "^1.13.6" | ||
}, | ||
"peerDependencies": { | ||
"@peripleo/maplibre": "^0.3.3", | ||
"react": ">= 16.13.1 < 19.0.0", | ||
"react-dom": ">= 16.13.1 < 19.0.0" | ||
}, | ||
"devDependencies": { | ||
"@peripleo/maplibre": "^0.3.3", | ||
"@performant-software/webpack-config": "^1.0.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ export const Default = () => ( | |
}} | ||
> | ||
<PlaceMarker | ||
buffer={2} | ||
url={PLACE_URL} | ||
/> | ||
</div> | ||
|
179 changes: 0 additions & 179 deletions
179
packages/storybook/src/geospatial/CoreDataPlaceDetailsPanel.storieshold.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.