Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old files #48

Merged
merged 2 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/ContextExamples/Position/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Map: FunctionComponent = () => {
],
zoomControl: false,
maxZoom: 16,
minZoom: 3,
minZoom: 6,
crs: getCrsRd(),
maxBounds: [
[52.25168, 4.64034],
Expand Down
25 changes: 0 additions & 25 deletions src/pages/ReactLeaflet/BaseLayer/index.test.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions src/pages/ReactLeaflet/BaseLayer/index.tsx

This file was deleted.

2 changes: 2 additions & 0 deletions src/pages/ReactLeaflet/GeoJSONLayer/GeoJSONLayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const GeoJSONLayer = (): JSX.Element => {
<MapContainer
center={L.latLng([52.370216, 4.895168])}
zoom={8}
maxZoom={16}
minZoom={6}
maxBounds={[
[52.25168, 4.64034],
[52.50536, 5.10737],
Expand Down
2 changes: 2 additions & 0 deletions src/pages/ReactLeaflet/WMSLayer/WMSLayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const WMSLayer = (): JSX.Element => (
<MapContainer
center={L.latLng([52.370216, 4.895168])}
zoom={13}
maxZoom={16}
minZoom={6}
maxBounds={[
[52.36966606270195, 4.886568897250246],
[52.37253554766886, 4.892099548064893],
Expand Down
93 changes: 0 additions & 93 deletions src/stories/pages/Marker/index.mdx

This file was deleted.

19 changes: 0 additions & 19 deletions src/stories/pages/Marker/index.stories.ts

This file was deleted.