https://github.com/dieghernan/leaflet-providersesp
An extension to Leaflet that contains configurations for various free WMS (Web Map Service) and WMTS (Web Map Tile Service) providers of Spain (IDErioja, PNOA, IGN base, Catastro, etc), from Spanish mapping agencies.
https://github.com/dieghernan/leaflet-providersesp
leaflet leaflet-providersesp plugin spain wms-service wmts-tile-providers
Last synced: 7 months ago
JSON representation
An extension to Leaflet that contains configurations for various free WMS (Web Map Service) and WMTS (Web Map Tile Service) providers of Spain (IDErioja, PNOA, IGN base, Catastro, etc), from Spanish mapping agencies.
- Host: GitHub
- URL: https://github.com/dieghernan/leaflet-providersesp
- Owner: dieghernan
- License: mit
- Created: 2020-10-20T19:50:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T15:17:14.000Z (7 months ago)
- Last Synced: 2025-03-18T00:37:40.217Z (7 months ago)
- Topics: leaflet, leaflet-providersesp, plugin, spain, wms-service, wmts-tile-providers
- Language: JavaScript
- Homepage: https://dieghernan.github.io/leaflet-providersESP/
- Size: 2.19 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README

[](https://github.com/dieghernan/leaflet-providersESP/actions/workflows/codeql-analysis.yml)

[](https://doi.org/10.5281/zenodo.5731395)
[](https://ko-fi.com/dieghernan)# leaflet-providersESP
An extension to Leaflet that contains configurations for various free WMS/WMTS
tile providers of Spain.Compatible with
[leaflet-providers](https://github.com/leaflet-extras/leaflet-providers)## Instalation
### Via CDN
``` html
```
### Local
Get
[leaflet-providersESP.js](https://github.com/dieghernan/leaflet-providersESP/tree/master/dist):``` html
```
## Usage
``` html
var mymap = L.map('mapid').setView([40.4166, -3.7038400], 18);
L.tileLayer.providerESP('IDErioja').addTo(mymap);
```

[Full demo](https://dieghernan.github.io/leaflet-providersESP/) and
[providers](https://dieghernan.github.io/leaflet-providersESP#proveedores-disponibles)
(ES).