Skip to content

Commit

Permalink
Fix for zoomcontrol links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Jul 18, 2024
1 parent ae32726 commit c9090a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/pages/Context/Context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Using the Amsterdam [BaseLayer](./?path=/docs/react-baselayer--docs) we display

Similar to the [MultiMarkerSelect example](./?path=/story/react-context-examples-multimarkerselect--default) this is using locations of glass disposal points from the [Afvalwijzer (Waste guide) API](https://api.data.amsterdam.nl/v1/afvalwijzer). You can select a single marker. The context stores the selected marker ID.

#### [Zoom controls](./?path=/docs/react-context-examples-zoom-controls--docs) *(Simple)*
#### [Zoom controls](./?path=/docs/react-context-examples-zoomcontrols--docs) *(Simple)*

This demonstrates custom control buttons (from the [Amsterdam design system](https://designsystem.amsterdam.nl/)) that control the map zoom levels. It uses context to interact directly with the Leaflet map object.

#### [Full-screen zoom controls](./?path=/docs/react-context-examples-full-screen-zoom-controls--docs) *(Simple)*
#### [Full-screen zoom controls](./?path=/docs/react-context-examples-zoomcontrolsfullscreen--docs) *(Simple)*

Wrapped in components from the [Amsterdam design system](https://designsystem.amsterdam.nl/), this demonstrates custom control buttons that control the map zoom levels in an Amsterdam style webpage. It uses context to interact directly with the Leaflet map object.

Expand Down

0 comments on commit c9090a3

Please sign in to comment.