{"id":50646118,"url":"https://github.com/sigdeletras/Leaflet.Spain.WMS","last_synced_at":"2026-06-24T09:00:47.320Z","repository":{"id":33624302,"uuid":"37276570","full_name":"sigdeletras/Leaflet.Spain.WMS","owner":"sigdeletras","description":"Provides easy setup for several Web Map Services (WMS) layers for Spain (PNOA, IGN base, Catastro, etc), from Spanish mapping agencies.","archived":false,"fork":false,"pushed_at":"2015-06-16T09:24:25.000Z","size":282,"stargazers_count":36,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-30T19:53:06.819Z","etag":null,"topics":["javascript","leaflet","plugins"],"latest_commit_sha":null,"homepage":"http://sigdeletras.github.io/Leaflet.Spain.WMS/examples/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sigdeletras.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-11T17:49:20.000Z","updated_at":"2025-12-24T09:32:03.000Z","dependencies_parsed_at":"2022-08-07T22:16:31.471Z","dependency_job_id":null,"html_url":"https://github.com/sigdeletras/Leaflet.Spain.WMS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sigdeletras/Leaflet.Spain.WMS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigdeletras%2FLeaflet.Spain.WMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigdeletras%2FLeaflet.Spain.WMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigdeletras%2FLeaflet.Spain.WMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigdeletras%2FLeaflet.Spain.WMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sigdeletras","download_url":"https://codeload.github.com/sigdeletras/Leaflet.Spain.WMS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigdeletras%2FLeaflet.Spain.WMS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34724743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","leaflet","plugins"],"created_at":"2026-06-07T13:00:29.297Z","updated_at":"2026-06-24T09:00:47.309Z","avatar_url":"https://github.com/sigdeletras.png","language":"JavaScript","funding_links":[],"categories":["Cartografía y Catastro"],"sub_categories":[],"readme":"Leaflet.Spain.WMS\n=================\nArchivo JavaScript con una recopilación de  servicios de visualización de mapas (WMS) para España para ser visualizados en [Leaflet](http://leafletjs.com/). \n\nJavaScript file with a compilation of some Web Map Services (WMS) for Spain to be used in [Leaflet](http://leafletjs.com/).\n\n##Opciones de instalación / Install Options\n\n- Clonar/Clone.. `https://github.com/sigdeletras/Leaflet.Spain.WMS.git`\n- Incluir `Leaflet.Spain.WMS.js` dentro de la etiqueta `\u003chead\u003e`. Include `Leaflet.Spain.WMS.js` inside the `\u003chead\u003e` tag.\n\n##¿Cómo usar Leaflet.Spain.WMS.js? / How to use Leaflet.Spain.WMS.js?\n\nIncluir las fuentes de [Leaflet](http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js) y `Leaflet.Spain.WMS.js` dentro de la etiqueta `\u003chead\u003e` del documento HTML. \n\nInclude the [Leaflet Source](http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js) and `Leaflet.Spain.WMS.js` inside the `\u003chead\u003e` tag of the HTML document.\n\n```html\n\u003c!doctype HTML\u003e\n\u003chtml\u003e\n\u003chead\u003e\n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003clink rel=\"stylesheet\" href=\"http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css\"\u003e\n\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003cscript src=\"http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"https://sigdeletras.github.io/Leaflet.Spain.WMS/src/Leaflet.Spain.WMS.js\"\u003e\u003c/script\u003e\n  \n  \u003cscript\u003e\n    // Start creating maps\n  \u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n##Uso/Usage\n\n```Javascript\n//add PNOA Layer to map.\nSpain_PNOA_Mosaico.addTo(map);\n```\n\n##Ejemplo/Example\n\n\n```Javascript\n\tvar map = L.map('map', {\n\t\tzoomControl:true, \n\t\tmaxZoom:20,\n\t\tlayers:[Spain_UnidadAdministrativa,Spain_PNOA_Ortoimagen]\n\t}).fitBounds([[24.9300000311,-19.6],[46.0700000311,5.6]]);\n\t\n\tvar baselayers = {\n\t\t\"PNOA Mosaico\": Spain_PNOA_Mosaico,\n\t\t\"PNOA Máx. Actualidad\": Spain_PNOA_Ortoimagen,\n\t\t\"PNOA 2010\": Spain_PNOA_2010\n\t};\n\n\tvar overlayers = {\n\t\t\"Unidades administrativas\": Spain_UnidadAdministrativa\n\t};\n\t\n\tL.control.layers(baselayers, overlayers,{collapsed:false}).addTo(map);\n```\nPara ver algunos ejemplos acceder a la carpeta examples.\n\nTo see some examples access the examples folder.\n\n```\n./examples/index.html\n./examples/pnoa.html\n./examples/andalucia.html\n```\n\n##Demo\n\n* [Spain](http://sigdeletras.github.io/Leaflet.Spain.WMS/examples/)\n* [Spain PNOA Orthoimages](http://sigdeletras.github.io/Leaflet.Spain.WMS/examples/pnoa.html) \n* [Andalucía](http://sigdeletras.github.io/Leaflet.Spain.WMS/examples/andalucia.html) \n\n## Proveedores, metadatos y capas / Providers, metadata and layers\n\n\n### España / Spain\n#### Instituto Geográfico Nacional\n\n\u003ctable\u003e\u003ctr\u003e\u003cth\u003eWMS\u003c/th\u003e\u003cth\u003eLayers\u003c/th\u003e\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\n                    \u003ca href=\"http://www.ign.es/wms-inspire/pnoa-ma?request=GetCapabilities\u0026service=WMS\"\u003ePNOA Máxima actualidad\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tSpain_PNOA_Ortoimagen, Spain_PNOA_Mosaico\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\t\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\n                        \u003ca href=\"http://www.ign.es/wms/pnoa-historico?request=GetCapabilities\u0026service=WMS\"\u003ePNOA Histórico\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tSpain_PNOA_2004, Spain_PNOA_2005, Spain_PNOA_2006, Spain_PNOA_2007, Spain_PNOA_2008, Spain_PNOA_2009, Spain_PNOA_2010\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\n                        \u003ca href=\"http://www.ign.es/wms-inspire/unidades-administrativas?request=GetCapabilities\u0026service=WMS\"\u003eUnidades administrativas\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tSpain_UnidadAdministrativa\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\n                        \u003ca href=\"http://www.ign.es/wms-inspire/mapa-raster?request=GetCapabilities\u0026service=WMS\"\u003eCartografía raster IGN\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tSpain_MapasrasterIGN\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\n                    \u003ca href=\"http://www.ign.es/wms-inspire/ign-base?request=GetCapabilities\u0026service=WMS\"\u003eMapa base de España IGN\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tSpain_IGNBase\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\u003ctd\u003e\n                    \u003ca href=\"http://www.ign.es/wms-inspire/mdt?request=GetCapabilities\u0026service=WMS\"\u003eModelos Digitales del Terreno de España\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tSpain_MDT_Elevaciones,Spain_MDT_Orientaciones, Spain_MDT_Pendientes\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\t\u003c/tr\u003e\n\n\u003c/table\u003e\n#### Dirección General del Catastro\n\u003ctable\u003e\u003ctr\u003e\u003cth\u003eWMS\u003c/th\u003e\u003cth\u003eLayers\u003c/th\u003e\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\u003ctd\u003e\n                    \u003ca href=\"http://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?request=GetCapabilities\u0026service=WMS\"\u003eCartografía Catastral\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tSpain_Catastro\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n## Andalucía\n###Instituto de Estadística y Cartografía de Andalucía\n\u003ctable\u003e\u003ctr\u003e\u003cth\u003eWMS\u003c/th\u003e\u003cth\u003eLayers\u003c/th\u003e\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\n                    \u003ca href=\"http://www.callejerodeandalucia.es/servicios/cdau/wms?request=GetCapabilities\u0026service=WMS\"\u003eCallejero Digital de Andalucía Unificado\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tAndalucia_CDAUVialyPortal, Andalucia_CDAUBase\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\n                    \u003ca href=\"http://www.ideandalucia.es/services/toporaster10/wms?request=GetCapabilities\u0026service=WMS\"\u003eMapa Toporaster10\u003c/a\u003e\n\t\t\u003c/td\u003e\u003ctd\u003e\n\t\t\tAndalucia_MapaToporaster10\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n## Licencia/License \n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/3.0/deed.en_US\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"http://i.creativecommons.org/l/by/3.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eThis work is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/3.0/deed.en_US\"\u003eCreative Commons Attribution 3.0 Unported License\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigdeletras%2FLeaflet.Spain.WMS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsigdeletras%2FLeaflet.Spain.WMS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigdeletras%2FLeaflet.Spain.WMS/lists"}