diff --git a/docs/customise-client/requests.rst b/docs/customise-client/requests.rst index b0af4e020..7668cdc11 100644 --- a/docs/customise-client/requests.rst +++ b/docs/customise-client/requests.rst @@ -39,7 +39,7 @@ External Requests Leaflet ~~~~~~~ -We use `Leaflet `__ to display the map tiles. There is one `initial CSS request `__ which is always made, regardless of whether a map is displayed. +We use `Leaflet `__ 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.