An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![GitHub release (latest
SemVer)](https://img.shields.io/github/v/release/dieghernan/leaflet-providersESP)
[![CodeQL](https://github.com/dieghernan/leaflet-providersESP/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dieghernan/leaflet-providersESP/actions/workflows/codeql-analysis.yml)
![jsDelivr hits
(GitHub)](https://img.shields.io/jsdelivr/gh/hy/dieghernan/leaflet-providersESP)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5731395.svg)](https://doi.org/10.5281/zenodo.5731395)
[![ko-fi](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](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);

```

![example](./docs/assets/example.png)

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