Skip to content
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
4 changes: 2 additions & 2 deletions src/fragments/lib-v1/geo/js/google-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Save your changes and refresh your page and you should see a default blue marker

<Callout>

This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/custom-marker-icons/).
This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/add-custom-icons-with-markers/).

</Callout>

Expand Down Expand Up @@ -198,7 +198,7 @@ Save your changes and refresh your page and now when you click on the icon a pop

<Callout>

This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/set-popup/).
This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/attach-a-popup-to-a-marker-instance/).

</Callout>

Expand Down
4 changes: 2 additions & 2 deletions src/fragments/lib/geo/js/google-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Save your changes and refresh your page and you should see a default blue marker

<Callout>

This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/custom-marker-icons/).
This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/add-custom-icons-with-markers/).

</Callout>

Expand Down Expand Up @@ -198,7 +198,7 @@ Save your changes and refresh your page and now when you click on the icon a pop

<Callout>

This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/set-popup/).
This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/attach-a-popup-to-a-marker-instance/).

</Callout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Save your changes and refresh your page and you should see a default blue marker

<Callout>

This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/custom-marker-icons/).
This example uses [MapLibre's marker component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker/) to create a marker. To see more examples with markers on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/add-custom-icons-with-markers/).

</Callout>

Expand Down Expand Up @@ -225,7 +225,7 @@ Save your changes and refresh your page and now when you click on the icon a pop

<Callout>

This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/set-popup/).
This example uses [MapLibre's popup component](https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/) to create a marker popup. To see more examples with popups on from MapLibre check the examples [here](https://maplibre.org/maplibre-gl-js/docs/examples/attach-a-popup-to-a-marker-instance/).

</Callout>

Expand Down