=== CSS Files for Leaflet Maps === Most of these files are imported from other repositories to provide handling for Leaflet maps. WordPress no longer allows plugins to pull in 3rd party files from other servers, so these are local copies of publicly available CSS files. == Source URLs == * https://labs.os.uk/public/os-api-branding/v0.1.0/os-api-branding.css * https://unpkg.com/leaflet@1.7.1/dist/leaflet.css * https://unpkg.com/leaflet-gesture-handling@1.2.1/dist/leaflet-gesture-handling.min.css * https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/leaflet.fullscreen.css * https://unpkg.com/@raruto/leaflet-elevation@1.6.9/dist/leaflet-elevation.css == Changes After Import == In leaflet-elevation.css the paths for images have been changed to lie within this folder rather than the parent level, for consistency with everything else. For example: `url(../images/elevation-position.png)` => `url(images/elevation-position.png)`