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

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary

Keywords

leaflet leaflet-providersesp plugin spain wms-service wmts-tile-providers

Keywords from Contributors

hacking mesh png sf tif tiff correlates-of-war igo intergovernmental-organizations arcgis
Last synced: 6 months ago · JSON representation ·

Repository

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.

Basic Info
Statistics
  • Stars: 6
  • Watchers: 2
  • Forks: 1
  • Open Issues: 3
  • Releases: 11
Topics
leaflet leaflet-providersesp plugin spain wms-service wmts-tile-providers
Created over 5 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog Funding License Citation

README.md

GitHub release (latest
SemVer) CodeQL jsDelivr hits
(GitHub) DOI ko-fi

leaflet-providersESP

An extension to Leaflet that contains configurations for various free WMS/WMTS tile providers of Spain.

Compatible with leaflet-providers

Instalation

Via CDN

``` html <!-- Latest -->

```

Local

Get leaflet-providersESP.js:

html <!-- Last version --> <script src="./path/to/your/folder/leaflet-providersESP.js"></script>

Usage

html <body> <div id="mapid"></div> <script src="https://cdn.jsdelivr.net/gh/dieghernan/leaflet-providersESP/dist/leaflet-providersESP.min.js"></script> <script> var mymap = L.map('mapid').setView([40.4166, -3.7038400], 18); L.tileLayer.providerESP('IDErioja').addTo(mymap); </script> </body>

example

Full demo and providers (ES).

Owner

  • Name: Diego H.
  • Login: dieghernan
  • Kind: user
  • Location: Madrid, ES

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Hernangómez"
  given-names: "Diego"
  orcid: "https://orcid.org/0000-0001-8457-4658"
title: "leaflet-providersESP: A leaflet plugin with Spanish services"
version: 1.3.4
doi: "10.5281/zenodo.5731395"
repository-code: "https://github.com/dieghernan/leaflet-providersESP"
url: https://dieghernan.github.io/leaflet-providersESP/
license: MIT
abstract: "An extension to Leaflet that contains configurations for various free WMS/WMTS tile providers of Spain."

GitHub Events

Total
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 18
  • Pull request event: 2
  • Fork event: 1
  • Create event: 2
Last Year
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 18
  • Pull request event: 2
  • Fork event: 1
  • Create event: 2

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 174
  • Total Committers: 3
  • Avg Commits per committer: 58.0
  • Development Distribution Score (DDS): 0.034
Past Year
  • Commits: 8
  • Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
dieghernan d****o@g****m 168
dependabot[bot] 4****] 4
ImgBotApp I****p@g****m 2

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 3
  • Total pull requests: 8
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 15 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 7
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 2.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • albavilanova (1)
  • mauriciabad (1)
  • ajpelu (1)
Pull Request Authors
  • dependabot[bot] (6)
  • imgbot[bot] (2)
  • fossabot (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (6) github_actions (1)

Dependencies

docs/Gemfile rubygems
  • github-pages >= 0 development
  • jekyll-algolia ~> 1.0 development
  • jekyll-github-metadata >= 0
  • jekyll-include-cache >= 0
  • jekyll-sitemap >= 0
.github/workflows/cff-validator.yml actions
  • actions/checkout v3 composite
  • dieghernan/cff-validator main composite
.github/workflows/chulapa-gh-pages.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • helaili/jekyll-action v2 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite