Skip to content

Commit

Permalink
Remove note about leaflet CSS request [#1807]
Browse files Browse the repository at this point in the history
I don't see this request getting made when running Auspice, and I don't see the URL anywhere in our
actual code.
  • Loading branch information
genehack committed Aug 13, 2024
1 parent 30f0225 commit 6b45235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customise-client/requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ External Requests
Leaflet
~~~~~~~

We use `Leaflet <https://leafletjs.com/>`__ to display the map tiles. There is one `initial CSS request <https://unpkg.com/[email protected]/dist/leaflet.css>`__ which is always made, regardless of whether a map is displayed.
We use `Leaflet <https://leafletjs.com/>`__ to display the map tiles.

If a map is displayed by Auspice the individual tiles are requested from api.mapbox.com. Panning and zooming of the map result in futher requests for tiles. These are requested using our hardcoded access key, however this may change to a build-time-customisation in the future.

Expand Down

0 comments on commit 6b45235

Please sign in to comment.