├── .editorconfig ├── .eslintrc ├── .github ├── dependabot.yml └── workflows │ └── build.yml ├── .gitignore ├── .npmignore ├── .tx └── config ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── RELEASE.md ├── app ├── index.mjs └── rollup.config.js ├── dist ├── .gitkeep ├── combined.json ├── combined.min.json ├── featureCollection.json ├── featureCollection.min.json ├── images │ ├── ACT-mapi.png │ ├── AIV.png │ ├── Bing.png │ ├── Esri.png │ ├── Exercito.png │ ├── GURS.png │ ├── GeoSN.png │ ├── Geoimageat.png │ ├── HRI.png │ ├── IBGE.png │ ├── IU.gif │ ├── IrelandBritishWarOffice.png │ ├── IrelandCivilParishesandBaronies.png │ ├── KantonSolothurn.png │ ├── MTBmapno.png │ ├── Mapbox.png │ ├── Maxar.png │ ├── NLS.png │ ├── NLSC.png │ ├── NewYorkState.png │ ├── OM2.png │ ├── OSMI.png │ ├── OpenCycleMap.png │ ├── OpenSeaMap.png │ ├── OpenStreetMap.png │ ├── OpenTopoMap.png │ ├── PNV.png │ ├── PODGIK.png │ ├── Powiat.png │ ├── RABA.png │ ├── SDFE.png │ ├── SPW.png │ ├── TEC.png │ ├── TIGER.png │ ├── USDA.png │ ├── USFS.png │ ├── USGS.png │ ├── UrbIS.png │ ├── VoGIS.png │ ├── ara.gif │ ├── beeldmateriaal.png │ ├── dgu.png │ ├── emapa.png │ ├── eox.png │ ├── ign.png │ ├── lantmateriet.png │ ├── launceston.png │ ├── lodz.png │ ├── melbourne.png │ ├── nsw.png │ ├── stamen_compass_rose.png │ ├── thunderforest.png │ └── wroclaw.png ├── legacy │ ├── .gitkeep │ ├── imagery.geojson │ ├── imagery.json │ ├── imagery.min.geojson │ ├── imagery.min.json │ ├── imagery.min.xml │ └── imagery.xml ├── sources.json └── sources.min.json ├── docs ├── bundle.js ├── images │ ├── croatia-2011.png │ ├── croatia-2017.png │ └── croatia-2018.png ├── index.html └── style.css ├── features ├── .gitkeep ├── africa │ ├── benin_cotonou_pleiade.geojson │ └── cape_town.geojson ├── asia │ ├── arenda.geojson │ └── pangasinn_bulacan.geojson ├── europe │ ├── albania │ │ ├── tirana-public-transport.geojson │ │ └── tirana-streets-buildings.geojson │ ├── austria │ │ ├── tiris.geojson │ │ ├── vienna-orthofoto.geojson │ │ ├── vienna.geojson │ │ ├── vorarlberg-orthofoto-winter2015.geojson │ │ ├── vorarlberg-orthofoto.geojson │ │ └── vorarlberg.geojson │ ├── belgium │ │ ├── brussels.geojson │ │ ├── flanders.geojson │ │ └── wallonia.geojson │ ├── croatia │ │ ├── dgu-dof-exclude-2017.geojson │ │ ├── dgu-dof-exclude-2018.geojson │ │ ├── dgu-topo-25-new.geojson │ │ ├── knin.geojson │ │ ├── orbview.geojson │ │ ├── ustopo.geojson │ │ └── zagreb.geojson │ ├── czechia │ │ ├── prague-ortho-rect.geojson │ │ └── prague-ortho.geojson │ ├── finland │ │ ├── helsinki_region.geojson │ │ └── turku_region.geojson │ ├── france │ │ ├── auvergne.geojson │ │ ├── bordeaux.geojson │ │ ├── geolittoral-orthos-2000.geojson │ │ ├── geolittoral.geojson │ │ ├── loire-atlantique.geojson │ │ ├── lyon.geojson │ │ ├── mulhouse.geojson │ │ ├── nancy.geojson │ │ ├── toulouse.geojson │ │ ├── tours.geojson │ │ └── vercors_reserve.geojson │ ├── germany │ │ ├── baden-wuerttemberg.geojson │ │ ├── bavaria.geojson │ │ ├── berlin.geojson │ │ ├── erlangen2011.geojson │ │ ├── erlangen2013.geojson │ │ ├── erlangen2016.geojson │ │ ├── erlangen2018.geojson │ │ ├── frankfurt-am-main.geojson │ │ ├── hamburg.geojson │ │ ├── mainz.geojson │ │ ├── metropole-ruhr.geojson │ │ ├── munich.geojson │ │ ├── saxony.geojson │ │ └── stuttgart.geojson │ ├── hungary │ │ ├── budapest.geojson │ │ ├── danube_flood_2013.geojson │ │ ├── eufar_balaton.geojson │ │ ├── hungary_hillshade.geojson │ │ ├── osm-hu-orthophotos.geojson │ │ ├── soskut-pusztazamor-tarnok-diosd.geojson │ │ ├── szeged.geojson │ │ └── torokbalint.geojson │ ├── italy │ │ ├── bologna.geojson │ │ ├── lazio_umbria.geojson │ │ ├── lombardia.geojson │ │ ├── sicily.geojson │ │ ├── south_tyrol.geojson │ │ ├── south_tyrol_2014.geojson │ │ └── south_tyrol_2017.geojson │ ├── latvia │ │ └── ussr_scan.geojson │ ├── luxembourg │ │ └── luxembourg_lidar_prototype.geojson │ ├── netherlands │ │ └── pdok_luchfoto.geojson │ ├── norway │ │ ├── kartverket_nautical_charts.geojson │ │ ├── kystverket_navigation_aids.geojson │ │ └── npd_offshore_installations.geojson │ ├── poland │ │ ├── bedzin.geojson │ │ ├── bytom.geojson │ │ ├── chorzow.geojson │ │ ├── czestochowa.geojson │ │ ├── debica.geojson │ │ ├── gliwice.geojson │ │ ├── katowice.geojson │ │ ├── lancut.geojson │ │ ├── lodz.geojson │ │ ├── lubaczow.geojson │ │ ├── poznan.geojson │ │ ├── poznan2.geojson │ │ ├── przemysl.geojson │ │ ├── ropczycko_sedziszow.geojson │ │ ├── ruda_slaska.geojson │ │ ├── rzeszow.geojson │ │ ├── rzeszow2.geojson │ │ ├── siemianowice_slaskie.geojson │ │ ├── stalowa_wola.geojson │ │ ├── swietochlowice.geojson │ │ ├── wroclaw.geojson │ │ └── zabrze.geojson │ ├── portugal │ │ └── portugal_litoral.geojson │ ├── spain │ │ ├── canary_islands.geojson │ │ └── castile_leon.geojson │ ├── sweden │ │ ├── gothenburg_citymap.geojson │ │ ├── gothenburg_ortho.geojson │ │ ├── helsingborg.geojson │ │ ├── kalmar_orto_2014.geojson │ │ ├── kalmar_orto_2016.geojson │ │ ├── kalmar_orto_2018.geojson │ │ ├── lantmateriet-ekonomiska.geojson │ │ ├── linkoping.geojson │ │ ├── snowmobilemap_sweden.geojson │ │ └── stockholm.geojson │ ├── switzerland │ │ ├── bonvillars.geojson │ │ ├── cartoriviera.geojson │ │ ├── fiez.geojson │ │ ├── kanton_aargau.geojson │ │ ├── kanton_basel.geojson │ │ ├── kanton_basel_stadt.geojson │ │ ├── kanton_bern.geojson │ │ ├── kanton_fribourg.geojson │ │ ├── kanton_geneve.geojson │ │ ├── kanton_glarus.geojson │ │ ├── kanton_solothurn.geojson │ │ ├── kanton_thurgau.geojson │ │ ├── kanton_zug.geojson │ │ ├── kanton_zug_nord.geojson │ │ ├── kanton_zug_sud.geojson │ │ ├── kanton_zurich.geojson │ │ ├── lausanne.geojson │ │ ├── nyon.geojson │ │ ├── sigip_ortho_2012.geojson │ │ ├── stadt_bern_2012.geojson │ │ ├── stadt_bern_2016.geojson │ │ ├── stadt_zurich_ortho_2011.geojson │ │ ├── stadt_zurich_overview.geojson │ │ └── uster.geojson │ ├── ukraine │ │ ├── crimea.geojson │ │ ├── kyiv.geojson │ │ ├── mykolaiv.geojson │ │ └── vinnytsia.geojson │ └── united_kingdom │ │ ├── hampshire.geojson │ │ └── surrey.geojson ├── middle_east │ └── gaza_strip.geojson ├── north_america │ ├── alaska_hawaii.geojson │ ├── colorado_mesa_county.geojson │ ├── colorado_mesa_county_valleywide2018.geojson │ ├── delaware.geojson │ ├── haiti_canaan_dec2017.geojson │ ├── haiti_matthew_oct2016.geojson │ ├── indiana_map_2016.geojson │ ├── indiana_map_2017.geojson │ ├── indiana_map_2018.geojson │ ├── kyaped.geojson │ ├── kyaped_2019_6in.geojson │ ├── maryland.geojson │ ├── maryland_3in.geojson │ ├── massachusetts.geojson │ ├── minnesota.geojson │ ├── minnesota_dakota_county.geojson │ ├── new_jersey.geojson │ ├── new_york.geojson │ ├── north_carolina.geojson │ ├── ohio.geojson │ ├── san_juan_metro_area.geojson │ ├── texas.geojson │ └── virginia.geojson └── oceania │ ├── actmapi-imagery2017.geojson │ ├── actmapi-imagery2018.geojson │ ├── actmapi-imagery2019.geojson │ ├── actmapi-imagery201906.geojson │ ├── ara_bushfires_2020.geojson │ ├── launceston_orthophoto_dec2011_10cm.geojson │ ├── launceston_orthophoto_feb2013_10cm.geojson │ ├── maxar_2019_2020_bushfire_preevent.geojson │ ├── melbourne.geojson │ ├── new_south_wales.geojson │ └── western_australia.geojson ├── i18n ├── .gitkeep └── en.yaml ├── package.json ├── schema ├── feature.json ├── geojson.json └── source.json ├── scripts ├── LICENSE.md ├── build.js ├── dist.js └── stats.js └── sources ├── africa ├── .gitkeep ├── benin │ └── BenincotonouPleiade2016.json └── south_africa │ ├── SouthAfricaCDNGIAerial.json │ ├── SouthAfricaCoCT2013Aerial.json │ ├── SouthAfricaCoCT2015Aerial.json │ ├── SouthAfricaCoCT2017Aerial.geojson │ ├── SouthAfricaCoCT2018Aerial.geojson │ └── South_Africa_CapeTown_2017_2018_Aerial_Imagery.pdf ├── asia ├── .gitkeep ├── CambodiaLaosThailandVietnambilingual.json ├── japan │ ├── JapanGSIKiban2500.json │ ├── JapanGSIStandardMap.json │ ├── JapanGSIairphotoImagery.json │ └── JapanGSIseamlessphotoImagery.json ├── philippines │ ├── Arenda-OAM.json │ └── PangasinnBulacan-PhilippinesHiRes.json ├── singapore │ ├── Singapore-Landlot.json │ └── Singapore-OneMap.json └── taiwan │ ├── NLSC-EMAP5.json │ ├── TaiwanLand-SectionData.json │ ├── TaiwanVillageBoundaries.json │ └── Taiwane-MapOpenData.json ├── europe ├── .gitkeep ├── OSMInspectorCoastline(EU).geojson ├── albania │ ├── tirana-public-transport.json │ └── tirana-streets-buildings.json ├── austria │ ├── Basemap-AT.json │ ├── BasemapOrthofoto.json │ ├── BasemapOverlay.json │ ├── GeoimageatMaxRes.json │ ├── TirisContourlines.json │ ├── TirisDGM-Terrainmodel.json │ ├── TirisDOM-Surfacemodel.json │ ├── TirisOrthofoto.json │ ├── TirisOrthofotoCIR.json │ ├── ViennaBeschriftungen-annotations.json │ ├── ViennaMehrzweckkarte-generalpurpose.json │ ├── ViennaOrthofoto-aerialimage.json │ ├── VoGISDGM-Terrainmodel.json │ ├── VoGISDOM-Surfacemodel.json │ ├── VoGISEchtfarbenbild2012.json │ ├── VoGISEchtfarbenbild2015.json │ ├── VoGISEchtfarbenbild2018.json │ ├── VoGISEchtfarbenbildWinter2015.json │ ├── VoGISFlchenwidmungsplan.geojson │ └── VoGISLuftbilder.geojson ├── belgium │ ├── AIV10cm.json │ ├── AIV_GRB.json │ ├── AIV_OrthoPhoto.json │ ├── AIVhillshade25cm.json │ ├── AIVskyview25cm.json │ ├── OpenStreetMap-BelgianStyle-Dutch.json │ ├── OpenStreetMap-BelgianStyle-French.json │ ├── OpenStreetMap-BelgianStyle.json │ ├── SPW_OrthoPhoto.json │ ├── SPW_OrthoPhoto20092010.json │ ├── SPW_OrthoPhoto20122013.json │ ├── SPW_OrthoPhoto2015.json │ ├── SPW_OrthoPhoto2016.json │ ├── SPW_PICC.json │ ├── SPW_ShadedRelief.json │ ├── TECbuslines.json │ ├── TECbusstops.json │ ├── UrbISFR.json │ ├── UrbISFR2013.json │ ├── UrbISNL.json │ ├── UrbISNL2013.json │ ├── UrbIS_OrthoPhoto2009.json │ ├── UrbIS_OrthoPhoto2012.json │ ├── UrbIS_OrthoPhoto2014.json │ ├── UrbIS_OrthoPhoto2015.json │ ├── UrbIS_OrthoPhoto2016.json │ ├── UrbIS_OrthoPhoto2017.json │ ├── UrbIS_OrthoPhoto2018.json │ └── UrbIS_OrthoPhoto2019.json ├── croatia │ ├── dgu-dof-2011.json │ ├── dgu-dof-2014-2016.json │ ├── dgu-dof-2017.json │ ├── dgu-dof-2018.json │ ├── dgu-hok.json │ ├── dgu-topo-100.json │ ├── dgu-topo-200.json │ ├── dgu-topo-25-new.json │ ├── dgu-topo-25.json │ ├── osm-hr-knin-2007.json │ ├── osm-hr-orbview.json │ ├── osm-hr-ustopo.json │ ├── osm-hr-zagreb-2012.json │ └── osm-hr-zagreb-2018.json ├── czechia │ ├── CzechCUZKKM.json │ ├── CzechCUZKKM_TMS.json │ ├── CzechRUIANbudovy.json │ ├── CzechRUIANparcely.json │ ├── CzechpLPIS.json │ ├── IPR-orotofoto-last-tms.json │ ├── IPR-orotofoto-vege-tms.json │ ├── PrahaIPRlatestorthophoto.json │ └── PrahaIPRlow-vegetationorthophoto.json ├── denmark │ ├── Geodatastyrelsen-Denmark.json │ ├── SDFECadastralParcelsINSPIREView.json │ ├── SDFEDTKKort25.json │ ├── SDFESkrmkort.json │ ├── SDFESurfaceShadowMap-40cm.json │ └── SDFETerrainShadowMap-40cm.json ├── estonia │ ├── EstoniaBasemap-Maaamet.json │ ├── EstoniaCIR-Maaamet.json │ ├── EstoniaCadastre-Maaamet.json │ ├── EstoniaHillshade-Maaamet.json │ ├── EstoniaOrtho-Maaamet-TMS.json │ └── EstoniaOrtho-Maaamet.json ├── finland │ ├── Digiroad_permission_23032017.pdf │ ├── HRI_permission_07082018.pdf │ ├── fta-digiroad-functional.json │ ├── hri-orto.json │ ├── mml-orto.json │ ├── mml-tausta.json │ ├── mml-topo.json │ └── turku-orto.json ├── france │ ├── Auvergne-2013-25cm-CRAIG.json │ ├── Auvergne-Orthophoto-2016-25cm-CRAIG.json │ ├── Auvergne-Orthophoto-2016-25cm-CRAIG_mirror1.json │ ├── BANO.json │ ├── BDCarthage.json │ ├── BDOrthoIGN.json │ ├── Bordeaux-Orthophoto-2012.json │ ├── Bordeaux-Orthophoto-2016.json │ ├── FR-Cadastre.json │ ├── Geolittoral-Orthophotos2000.json │ ├── Geolittoral-Sentiers.json │ ├── GeolittoralV2-Orthophotos2010-2012.json │ ├── GrandNancy-Orthophoto-2012.json │ ├── Loire-Atlantique-Orthophotos2016-10cm.json │ ├── Lyon-OrthoPhoto-2018-04-8cm.json │ ├── Lyon-Orthophoto-2012-03-10cm.json │ ├── Lyon-Orthophoto-2015-05-8cm.json │ ├── Mulhouse-2018.json │ ├── Route500.json │ ├── Toulouse-Orthophotoplan2007.json │ ├── Toulouse-Orthophotoplan2011.json │ ├── Toulouse-Orthophotoplan2013.json │ ├── Toulouse-Orthophotoplan2015.json │ ├── Toulouse-Orthophotoplan2017.json │ ├── Tours-Orthophoto-2013.json │ ├── Tours-Orthophotos2008-2010.json │ ├── Vercors-Orthophotos-1999.json │ └── cadastre_small.png ├── germany │ ├── Bavaria-80cm.json │ ├── Berlinaerialphotograph2011.json │ ├── Berlinaerialphotograph2014.json │ ├── Berlinaerialphotograph2015.json │ ├── Berlinaerialphotograph2016.json │ ├── Berlinaerialphotograph2016infrared.json │ ├── Berlinaerialphotograph2017.json │ ├── Berlinaerialphotograph2018.json │ ├── Berlinaerialphotograph2019.json │ ├── DeutscheBahnVzGlinesJanuary2017.json │ ├── DeutscheBahnVzGlinesNov2015.json │ ├── Erlangen2011.json │ ├── Erlangen2013.json │ ├── Erlangen2016.json │ ├── Erlangen2018.json │ ├── Frankfurt-am-Main-2016.json │ ├── Frankfurt-am-Main-2017.json │ ├── Hamburg-20cm.json │ ├── Hamburg-DK5.json │ ├── Mainz-Gint-OpenDataWMS.geojson │ ├── Mainz-Gint-latest.json │ ├── Maps4BW.json │ ├── MetropoleRuhrLuftbilder-10cm.json │ ├── Munich-latest-aerialimagery60cm.json │ ├── Saxony-latest.json │ ├── SaxonyWebAtlasSN.json │ ├── Saxonydigitalterrainmodel.geojson │ ├── Saxonyhistoricalaerialimagery2005.json │ ├── Saxonyhistoricalaerialimagery2012-2014.json │ ├── Saxonylatestaerialimageryinfrared.json │ ├── Saxonytopographicmap.json │ └── Stuttgart-latest.json ├── hungary │ ├── Budapest-XI-district-ortophoto-2015.json │ ├── Budapest-XI-district-ortophoto-2017.json │ ├── Budapest-XI-district-ortophoto-2019.json │ ├── Danube-flood-2013.json │ ├── EUFAR-Balaton-orthophotos.json │ ├── HillshadeHungary.json │ ├── Hungary-FOMI-2000.json │ ├── Hungary-FOMI-2005.json │ ├── OpenStreetMap-turistautak.json │ ├── Soskut-Pusztazamor-Tarnok-Diosd-ortophoto-2017.json │ ├── SzegedOrto2011.json │ ├── Torokbalint-ortophoto-2013.json │ ├── Torokbalint-ortophoto-2015.json │ ├── Torokbalint-ortophoto-2018.json │ └── openstreetmaphuorthophotos.json ├── ireland │ ├── IrelandBartholomewQuarter-Inch1940.json │ ├── IrelandBritishWarOffice-GSGS3906.json │ ├── IrelandBritishWarOfficeOne-Inch1941-43GSGS4136.json │ ├── IrelandCivilParishesandBaronies-MemorialAtlas.json │ └── OSMIETieLandnotinCounties.json ├── italy │ ├── Bologna-Orthophoto-2017.json │ ├── Lombardia-Italy-CTR.json │ ├── Lombardia-Italy-CTRDBT.json │ ├── PCN2006-Italy.json │ ├── PCN2008-ITLazioUmbria.json │ ├── PCN2012-Italy.json │ ├── Sicily-Italy.json │ ├── SouthTyrolOrthofoto2011WMS20cm.json │ ├── SouthTyrolOrthofoto2014-2015.json │ ├── SouthTyrolOrthofoto2014.json │ ├── SouthTyrolOrthofoto2017.json │ └── SouthTyrolTopomap.json ├── latvia │ ├── Orthophoto1stcycle-1994-1999-Latvia.json │ └── USSR-Latvia.json ├── lithuania │ └── Lithuania-ORT10LT.json ├── luxembourg │ ├── Luxembourg-GeoportailBasemap.json │ ├── Luxembourg-GeoportailCadastre.json │ ├── Luxembourg-GeoportailLidarPrototype.json │ ├── Luxembourg-GeoportailOpenDataWMS.geojson │ ├── Luxembourg-GeoportailOrtho2017.json │ ├── Luxembourg-GeoportailOrtho2018.json │ ├── Luxembourg-GeoportailOrthoLatest.json │ └── Luxembourg-GeoportailTopo.json ├── netherlands │ └── PDOK-Luchtfoto-Beeldmateriaal-25cm-latest.json ├── norway │ ├── FiskeridirektoratetAquacultureoverlay.json │ ├── Kartverket-N50-topo.json │ ├── Kartverket-friluft.json │ ├── Kartverket-vegnett.json │ ├── KartverketAccessibilityoverlay.geojson │ ├── KartverketAdministrativeBoundariesoverlay.json │ ├── KartverketAviationObstructionsoverlay.json │ ├── KartverketCadastraloverlay.json │ ├── KartverketContourLinesoverlay.json │ ├── KartverketEconomicMaps-historic.json │ ├── KartverketHillshadeoverlay.json │ ├── KartverketHistoricmaps.json │ ├── KartverketNauticalCharts.json │ ├── KystverketNavigationalAidoverlay.json │ ├── MTBmapno.json │ ├── MiljdirektoratetProtectedAreasoverlay.json │ ├── Miljødirektoratet-Public-Recreation-Areas-overlay.json │ ├── NPD-Offshore-Installations-overlay.json │ ├── NPIJanMayentopo.geojson │ ├── NPISvalbardOrthophoto.geojson │ ├── NPISvalbarddetailedtopo.geojson │ ├── NPISvalbardsatellite.geojson │ ├── NPISvalbardtopo.geojson │ ├── NVEAvalancheDangerAreasoverlay.json │ ├── NVEElectricityNetworkoverlay.json │ ├── NVEHydropowerPlantsoverlay.json │ ├── NVEWindPowerPlantsoverlay.json │ ├── Norway-ortho.json │ ├── Norway-ortho2.json │ ├── NorwayOrthophoto(historic).geojson │ ├── RiksantikvarenHeritageSitesoverlay.json │ ├── SSBCityCentresoverlay.json │ ├── SSBUrbanAreasoverlay.json │ ├── kartverket-dom-skygge.json │ └── kartverket-dtm-skygge.json ├── poland │ ├── BytomBuildings.json │ ├── BytomFotoplan2014.json │ ├── BytomOrthophotomap2012.json │ ├── ChorzwBuildings.json │ ├── CzstochowaBuildings.json │ ├── CzstochowaOrthophotomap2011.json │ ├── CzstochowaOrthophotomap2013.json │ ├── CzstochowaOrthophotomap2014.json │ ├── CzstochowaOrthophotomap2015.json │ ├── CzstochowaOrthophotomap2016.json │ ├── CzstochowaOrthophotomap2017.json │ ├── Geoportal2Orthophotomap.json │ ├── Geoportal2PRNG.json │ ├── GliwiceBuildings.json │ ├── GliwiceOrthophotomap2013.json │ ├── KatowiceBuildings.json │ ├── KatowiceOrthophotomap.json │ ├── LodzBuildings.json │ ├── LodzOrthophotomap2015.json │ ├── LodzOrthophotomap2017.json │ ├── Powiat-BedzinBuildings.json │ ├── Powiat-BedzinOrthophotomap2013.json │ ├── Powiat-DebickiBuildings.json │ ├── Powiat-LancuckiBuildings.json │ ├── Powiat-LubaczowskiBuildings.json │ ├── Powiat-PoznaskiBuildings.json │ ├── Powiat-PoznaskiOrthomap.json │ ├── Powiat-RopzcyckoSedziszowskiBuildings.json │ ├── Powiat-RzeszowskiBuildings.json │ ├── Powiat-RzeszowskiOrthophotomap.json │ ├── Powiat-StalowaWolskiBuildings.json │ ├── PoznaBuildings.json │ ├── PoznaOrthophotomap2014.json │ ├── PoznaOrthophotomap2016.json │ ├── PrzemyslBuildings.json │ ├── PrzemyslOrtophotomap.json │ ├── RudaSlaskaOrthophotomap.json │ ├── RzeszowBuildings.json │ ├── RzeszowOrthophotomap.json │ ├── SiemianowiceSlaskieBuildings.json │ ├── SiemianowiceSlaskieOrthomap.json │ ├── SwietochlowiceOrthomap2008.json │ ├── SwietochlowiceOrthomap2009.json │ ├── SwietochlowiceOrthomap2012.json │ ├── WrocawOrthophotomap2015.json │ ├── WrocawOrthophotomap2018.json │ ├── ZabrzeOrthophotomap2011.json │ └── polskae-mapanetBuildings.json ├── portugal │ ├── CartadeUsodoSolo2010.json │ ├── OrtofotosDGRF2004-2006.json │ └── OrtofotosLitoralDGT2014-2015.json ├── slovakia │ ├── FreemapskCar.json │ ├── FreemapskCyclo.json │ ├── FreemapskHiking.json │ ├── FreemapskSki.json │ ├── OrtofotomozaikaSR.json │ └── SlovakiaHistoricMaps.json ├── slovenia │ ├── GURSBuildingoutlines.json │ ├── GURSRoadlines.json │ ├── RABA-KGZSloveniabuilt-upareas.json │ └── RABA-KGZSloveniafarmlanduse.json ├── spain │ ├── CatastroSpain.json │ ├── GRAFCAN-CanaryIslands.json │ ├── GRAFCANExpress-CanaryIslands.json │ ├── ITACyL-CastileandLen.json │ ├── PNOASpain-TMS.json │ └── PNOASpain-WMS.json ├── sweden │ ├── Kalmar_permission.pdf │ ├── LantmterietHistoricOrthophoto1960.json │ ├── LantmterietHistoricOrthophoto1975.json │ ├── NordicSnowmobileOverlay.json │ ├── SnowmobilemapSweden.json │ ├── gothenburg_citymap.json │ ├── gothenburg_ortho.json │ ├── helsingborg-orto.json │ ├── kalmar_orto_2014.json │ ├── kalmar_orto_2016.json │ ├── kalmar_orto_2018.json │ ├── lantmateriet-ekonomiska.json │ ├── lantmateriet-topowebb.json │ ├── linkoping-orto.json │ ├── linkoping_permission.pdf │ ├── stockholm-orto.json │ ├── trafikverket-baninfo-main.json │ ├── trafikverket-baninfo-options.geojson │ ├── trafikverket-nvdb-extra.json │ ├── trafikverket-nvdb-main.json │ ├── trafikverket-nvdb-options.geojson │ └── trafikverket-nvdb-streetnames.json ├── switzerland │ ├── Bonvillars-Orthophoto-2013.json │ ├── Cartoriviera-Orthophoto-2012.json │ ├── Fiez-Orthophoto-2013.json │ ├── Kanton_Aargau25cm-AGIS2014.json │ ├── Kanton_Aargau25cm-AGIS2016.json │ ├── Kanton_Aargau25cm-AGIS2017.json │ ├── Kanton_Aargau25cm-AGIS2019.json │ ├── Kanton_Aargau50cm-AGISHILLSHADE2014.json │ ├── Kanton_Basel-Landschaft12cm-2015.json │ ├── Kanton_Basel_Stadt-2015-TMS.json │ ├── Kanton_Bern_dsm_hillshade_wms.json │ ├── Kanton_Bern_dtm_hillshade_wms.json │ ├── Kanton_Fribourg_2016.json │ ├── Kanton_Geneve-5cm-SITG2011.json │ ├── Kanton_Glarus_ortho2013.json │ ├── Kanton_Glarus_ortho2015.json │ ├── Kanton_Glarus_ortho2017.json │ ├── Kanton_Solothurn-Infrarot-SOGIS.json │ ├── Kanton_Solothurn-SOGIS-wms.json │ ├── Kanton_Solothurn_dsm_hillshade_SOGIS_wms.json │ ├── Kanton_Solothurn_dtm_hillshade_SOGIS_wms.json │ ├── Kanton_Thurgau_av_wms.json │ ├── Kanton_Thurgau_cyclingroutes_wms.json │ ├── Kanton_Thurgau_dtm_hillshade_wms.json │ ├── Kanton_Thurgau_hikingroutes_wms.json │ ├── Kanton_Thurgau_ortho_2017_wms.json │ ├── Kanton_Zug_2011wms.json │ ├── Kanton_Zug_2016wms.json │ ├── Kanton_Zug_2018wms.json │ ├── Kanton_Zurich_dom_hillshade_wms.json │ ├── Kanton_Zurich_dtm_hillshade_wms.json │ ├── Kanton_Zurich_ortho_2015_wms.json │ ├── Kanton_Zurich_ortho_2016_wms.json │ ├── Kanton_Zurich_ortho_2018_wms.json │ ├── Lausanne-Orthopho-2016.json │ ├── NyonCity-Orthophoto-2016.json │ ├── SIGIP-Orthophoto2012.json │ ├── StadtBern10cm-2016-TMS.json │ ├── StadtBern10cm-2016-WMS.json │ ├── StadtBern10cm25cm-2012.json │ ├── StadtUster_orthophoto_200810cm.json │ ├── StadtZurich_orthophoto2011_tms.json │ ├── StadtZurich_orthophoto2011_wms.json │ ├── StadtZurich_overviewmap_tms.json │ ├── StadtZurich_overviewmap_wms.json │ └── StadtZurich_ubersichtsplan_tms.json ├── ukraine │ ├── Ukraine-Kyiv2014-DZK.json │ ├── Ukraine-Mykolaiv2018-mbk.json │ ├── Ukraine-Orthophotomaps2012.json │ └── Ukraine-Vinnytsia2018.json └── united_kingdom │ ├── HampshireAerialFCIR.json │ ├── HampshireAerialRGB.json │ ├── OSOpenDataStreetView.json │ └── SurreyAirSurvey.json ├── middle_east ├── israel │ ├── IsraelHiking.json │ └── IsraelMTB.json └── palestine │ ├── GazaStrip-Pliades-20140706-NIR.json │ └── GazaStrip-Pliades-20140706.json ├── north_america ├── .gitkeep ├── canada │ ├── Canvec-French.json │ ├── Canvec.json │ ├── GeobaseHydrography-French.json │ ├── GeobaseHydrography.json │ ├── GeobaseRoads-French.json │ └── GeobaseRoads.json ├── haiti │ ├── DroneImageryMatthew-Haiti-October2016.json │ └── canaan_drone_red_cross_201712.json ├── mexico │ └── INEGIDigitalMapofMexico(WMS).geojson └── united_states │ ├── SanJuanMetroArea2013USACEOrthophotos.json │ ├── TIGER2014RoadsOverlay.json │ ├── TIGER2017RoadsOverlay.json │ ├── TIGER2018RoadsOverlay.json │ ├── TIGER2019RoadsOverlay.json │ ├── USDA-NAIP.json │ ├── USForestService-overlay.json │ ├── USForestService.json │ ├── USGSImagery.json │ ├── USGSTopographicMaps.json │ ├── colorado │ ├── MesaCountyImagery2015.json │ ├── MesaCountyImagery2017.json │ ├── MesaCountyValleywideImagery2018.json │ └── Mesa_County_Data.pdf │ ├── delaware │ ├── Delaware2012Orthophotography.json │ └── Delaware2017Orthophotography.json │ ├── indiana │ ├── IndianaMap2016.json │ ├── IndianaMap2017.json │ └── IndianaMap2018.json │ ├── kentucky │ ├── KYAPED.json │ └── KYAPED_2019_6in.json │ ├── maryland │ ├── MD_SixInchImagery.json │ ├── MD_ThreeInchImagery.json │ └── MD_TransportationBasemap.json │ ├── massachusetts │ └── MassGISL3Parcels.json │ ├── minnesota │ ├── DakotaCountyImagery2017FallLeafOff.json │ ├── DakotaCountyImagery2019SpringLeafOff.json │ └── MinnesotaCompositeImageService.json │ ├── new_jersey │ ├── NJInfrared2015.json │ └── NJNatural2015.json │ ├── new_york │ └── NYS_Orthos_Online.json │ ├── north_carolina │ └── NCLatestOrthoimagery.json │ ├── ohio │ ├── Ohio_OSIP_1ft.json │ └── Ohio_OSIP_6in.json │ ├── texas │ └── TexasOrthophoto.json │ └── virginia │ ├── VGINBuildingFootprints.json │ ├── VGINImagery.json │ └── VGINPropertyLines.json ├── oceania ├── .gitkeep ├── australia │ ├── AGRIblack-and-white25m.json │ ├── australian_capital_territory │ │ ├── ACTmapi-Imagery.PDF │ │ ├── ACTmapi-Imagery2017.json │ │ ├── ACTmapi-Imagery2018.json │ │ ├── ACTmapi-Imagery2019.json │ │ └── ACTmapi-Imagery201906.json │ ├── new_south_wales │ │ ├── Maxar-2019-2020-Australian-Bushfires-PreEvent.json │ │ ├── NSW-LPI-WebServices-AdministrativeBoundaries-County.json │ │ ├── NSW-LPI-WebServices-AdministrativeBoundaries-LGA.json │ │ ├── NSW-LPI-WebServices-AdministrativeBoundaries-NPWSReserve.json │ │ ├── NSW-LPI-WebServices-AdministrativeBoundaries-Parish.json │ │ ├── NSW-LPI-WebServices-AdministrativeBoundaries-StateForest.json │ │ ├── NSW-LPI-WebServices-AdministrativeBoundaries-Suburb.json │ │ ├── NSW-LPI-WebServices-BaseMap.json │ │ ├── NSW-LPI-WebServices-Imagery-Dates.json │ │ ├── NSW-LPI-WebServices-Imagery.json │ │ └── NSW-LPI-WebServices-TopographicMap.json │ ├── south_australia │ │ └── ARA.json │ ├── tasmania │ │ ├── Launceston_OrthoPhoto.pdf │ │ ├── Launceston_OrthoPhoto_Dec2011_10cm.json │ │ └── Launceston_OrthoPhoto_Feb2013_10cm.json │ ├── victoria │ │ ├── CityOfMelbourne_Feb2019.json │ │ └── CityOfMelbourne_May2018.json │ └── western_australia │ │ ├── MainRoadsWA-RoadHierarchy.json │ │ └── MainRoadsWA.pdf └── new_zealand │ ├── LINZ-NZ-Aerial-Imagery.json │ ├── LINZ-NZ-Topo50-Gridless-Maps.json │ └── LINZ-NZ-waiver.pdf ├── south_america ├── .gitkeep ├── argentina │ ├── Educationalmap(WMS).geojson │ ├── IGNorthophotoPosadas(WMTS).geojson │ ├── IGNtopographicalmap(WMS).geojson │ ├── IGNtopographicalmap-TMS.json │ ├── MinistryofAgroindustry(WMS).geojson │ └── MinistryofEnergyandMining(WMS).geojson └── brazil │ ├── AL_Arapiraca.geojson │ ├── AL_Arapiraca.json │ ├── AL_Branquinha.geojson │ ├── AL_Branquinha.json │ ├── AL_Cajueiro.geojson │ ├── AL_Cajueiro.json │ ├── AL_Campo_Alegre.geojson │ ├── AL_Campo_Alegre.json │ ├── AL_Capela.geojson │ ├── AL_Capela.json │ ├── AL_Delmiro_Gouveia.geojson │ ├── AL_Delmiro_Gouveia.json │ ├── AL_Estrela_de_Alagoas.geojson │ ├── AL_Estrela_de_Alagoas.json │ ├── AL_Girau_do_Ponciano.geojson │ ├── AL_Girau_do_Ponciano.json │ ├── AL_Major_Isidoro.geojson │ ├── AL_Major_Isidoro.json │ ├── AL_Mar_Vermelho.geojson │ ├── AL_Mar_Vermelho.json │ ├── AL_Minador_do_Negrao.geojson │ ├── AL_Minador_do_Negrao.json │ ├── AL_Olho_dAgua_do_Casado.geojson │ ├── AL_Olho_dAgua_do_Casado.json │ ├── AL_Palesina.geojson │ ├── AL_Palesina.json │ ├── AL_Palmeira_dos_Indios.geojson │ ├── AL_Palmeira_dos_Indios.json │ ├── AL_Pao_de_Acucar.geojson │ ├── AL_Pao_de_Acucar.json │ ├── AL_Piranhas.geojson │ ├── AL_Piranhas.json │ ├── AL_Poco_das_Trincheiras.geojson │ ├── AL_Poco_das_Trincheiras.json │ ├── AL_Santana_do_Ipanema.geojson │ ├── AL_Santana_do_Ipanema.json │ ├── AL_Sao_miguel_dos_campos.geojson │ ├── AL_Sao_miguel_dos_campos.json │ ├── AL_Teotonio_Vilela.geojson │ ├── AL_Teotonio_Vilela.json │ ├── AL_Uniao_dos_Palmares.geojson │ ├── AL_Uniao_dos_Palmares.json │ ├── AL_Vicosa.geojson │ ├── AL_Vicosa.json │ ├── Alagoas_Litoral.geojson │ ├── Alagoas_Litoral.json │ ├── Brazilian_Army_Topographic_Maps.geojson │ ├── Brazilian_Army_Topographic_Maps.json │ ├── DER-ES.geojson │ ├── DER-ES.json │ ├── GeoPortal_DF_2015_imagery.geojson │ ├── GeoPortal_DF_2015_imagery.json │ ├── GeoPortal_DF_2016_imagery.geojson │ ├── GeoPortal_DF_2016_imagery.json │ ├── GeoPortal_DF_2017_imagery.geojson │ ├── GeoPortal_DF_2017_imagery.json │ ├── IBGE-BC250_aglomerado_rural_isolado.geojson │ ├── IBGE-BC250_aglomerado_rural_isolado.json │ ├── IBGE-BC250_pista_pouso.geojson │ ├── IBGE-BC250_pista_pouso.json │ ├── IBGE-BC250_rios_drenagem.geojson │ ├── IBGE-BC250_rios_drenagem.json │ ├── IBGE-BC250_rodoviaria.geojson │ ├── IBGE-BC250_rodoviaria.json │ ├── IBGE-BC250_terra_indigena.geojson │ ├── IBGE-BC250_terra_indigena.json │ ├── IBGE-BC250_unidade_de_uso_sustentavel.geojson │ ├── IBGE-BC250_unidade_de_uso_sustentavel.json │ ├── IBGE-BC250_vila.geojson │ ├── IBGE-BC250_vila.json │ ├── IBGE-BCIM_gerador_de_energia.geojson │ ├── IBGE-BCIM_gerador_de_energia.json │ ├── IBGE-BCIM_municipio.geojson │ ├── IBGE-BCIM_municipio.json │ ├── IBGE_DF_Adresses.geojson │ ├── IBGE_DF_Adresses.json │ ├── IBGE_Salvador_Streets.geojson │ ├── IBGE_Salvador_Streets.json │ ├── IBGE_Setores_Rurais.geojson │ ├── IBGE_Setores_Rurais.json │ ├── IBGE_Setores_Urbanos.geojson │ ├── IBGE_Setores_Urbanos.json │ ├── IBGE_Street_Names.geojson │ ├── IBGE_Street_Names.json │ ├── Londrina.geojson │ ├── Londrina.json │ ├── Rio_2013.geojson │ ├── Rio_2013.json │ ├── Rio_2015.geojson │ ├── Rio_2015.json │ ├── SIGSC_WMS_2012.geojson │ └── SIGSC_WMS_2012.json └── world ├── .gitkeep ├── Bing.json ├── EsriImagery.json ├── EsriImageryClarity.json ├── LocatorOverlay.json ├── MapboxSatellite.json ├── MaxarPremium.json ├── MaxarStandard.json ├── OSMIAddresses.json ├── OSMIGeometry.json ├── OSMIHighways.json ├── OSMIMultipolygon.json ├── OSMIPlaces.json ├── OSMIRouting.json ├── OSMITagging.json ├── OpenPTMap-overlay.json ├── OpenRailwayMap.json ├── OpenRailwayMapMaxspeeds.json ├── OpenRailwayMapSignalling.json ├── OpenSeaMap.json ├── OpenSnowMapoverlay.json ├── OpenStreetMap-FrenchStyle.json ├── OpenStreetMap-GPS.json ├── OpenStreetMap-GermanStyle.json ├── OpenStreetMap-HotStyle.json ├── OpenStreetMap-Mapnik-nolabels.json ├── OpenStreetMap-Mapnik.json ├── OpenStreetMap-MapnikBlackWhite.json ├── OpenTopoMap.json ├── PublicTransport-PNV.json ├── QANoAddress.json ├── Skobbler.json ├── StamenTerrainBackground.json ├── TF-Landscape.json ├── TF-OpenCycleMap.json ├── TF-Outdoors.json ├── WMT-cycling.json ├── WMT-hiking.json ├── WMT-mtb.json ├── WMT-skating.json ├── WMT-slopemap.json ├── WaymarkedTrailsHorseRiding.json ├── WikimediaMap.json └── eox.at-2018-cloudless.json /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | trim_trailing_whitespace = true 5 | insert_final_newline = true 6 | 7 | # for ESLint 8 | [*.js] 9 | end_of_line = lf 10 | 11 | [*.{js,json,geojson,css,html}] 12 | indent_style = space 13 | indent_size = 2 -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- 1 | { 2 | "env": { 3 | "node": true, 4 | "es6": true 5 | }, 6 | "parserOptions": { 7 | "ecmaVersion": 6, 8 | "sourceType": "script" 9 | }, 10 | "extends": [ 11 | "eslint:recommended" 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | # Please see the documentation for all configuration options: 2 | # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates 3 | 4 | version: 2 5 | updates: 6 | - package-ecosystem: "npm" 7 | directory: "/" 8 | schedule: 9 | interval: "daily" 10 | ignore: 11 | - dependency-name: "iD" # Keep this pinned to the version we use for the slippymap 12 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.nyc_output/ 2 | /coverage/ 3 | /node_modules/ 4 | 5 | .DS_Store 6 | npm-debug.log 7 | package-lock.json 8 | -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | /.nyc_output/ 2 | /.tx/ 3 | /coverage/ 4 | /node_modules/ 5 | /test/ 6 | 7 | .DS_Store 8 | .travis.yml 9 | npm-debug.log 10 | package-lock.json 11 | RELEASE.md 12 | -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- 1 | [main] 2 | host = https://www.transifex.com 3 | minimum_perc = 1 4 | 5 | [id-editor.community] 6 | file_filter = i18n/.yaml 7 | source_file = i18n/en.yaml 8 | source_lang = en 9 | type = YAML 10 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | imagery-index data files are available under the [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/). 2 | 3 | imagery-index build scripts are available separately under the [ISC License](https://opensource.org/licenses/ISC). 4 | See the [scripts/LICENSE.md](scripts/LICENSE.md) file for more details. 5 | 6 | A list of past contributors can be found at: 7 | https://josm.openstreetmap.de/wiki/Maps?action=history 8 | https://github.com/osmlab/editor-layer-index/graphs/contributors 9 | -------------------------------------------------------------------------------- /RELEASE.md: -------------------------------------------------------------------------------- 1 | ## Release Checklist 2 | 3 | ### Update main branch, tag and publish 4 | - [ ] git checkout main 5 | - [ ] npm install 6 | - [ ] npm run test 7 | - [ ] npm run txpull 8 | - [ ] git add . && git commit -m 'npm run txpull' 9 | - [ ] Update `CHANGELOG.md` 10 | - [ ] Update version number in `package.json` 11 | - [ ] npm run dist 12 | - [ ] git add . && git commit -m 'vA.B.C' 13 | - [ ] git tag vA.B.C 14 | - [ ] git push origin main vA.B.C 15 | - [ ] npm publish 16 | 17 | Open https://github.com/ideditor/imagery-index/tags 18 | Click "Add Release Notes" and link to the CHANGELOG 19 | -------------------------------------------------------------------------------- /dist/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/.gitkeep -------------------------------------------------------------------------------- /dist/images/ACT-mapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/ACT-mapi.png -------------------------------------------------------------------------------- /dist/images/AIV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/AIV.png -------------------------------------------------------------------------------- /dist/images/Bing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/Bing.png -------------------------------------------------------------------------------- /dist/images/Esri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/Esri.png -------------------------------------------------------------------------------- /dist/images/Exercito.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/Exercito.png -------------------------------------------------------------------------------- /dist/images/GURS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/GURS.png -------------------------------------------------------------------------------- /dist/images/GeoSN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/GeoSN.png -------------------------------------------------------------------------------- /dist/images/Geoimageat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/Geoimageat.png -------------------------------------------------------------------------------- /dist/images/HRI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/HRI.png -------------------------------------------------------------------------------- /dist/images/IBGE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/IBGE.png -------------------------------------------------------------------------------- /dist/images/IU.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/IU.gif -------------------------------------------------------------------------------- /dist/images/IrelandBritishWarOffice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/IrelandBritishWarOffice.png -------------------------------------------------------------------------------- /dist/images/IrelandCivilParishesandBaronies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/IrelandCivilParishesandBaronies.png -------------------------------------------------------------------------------- /dist/images/KantonSolothurn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/KantonSolothurn.png -------------------------------------------------------------------------------- /dist/images/MTBmapno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/MTBmapno.png -------------------------------------------------------------------------------- /dist/images/Mapbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/Mapbox.png -------------------------------------------------------------------------------- /dist/images/Maxar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/Maxar.png -------------------------------------------------------------------------------- /dist/images/NLS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/NLS.png -------------------------------------------------------------------------------- /dist/images/NLSC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/NLSC.png -------------------------------------------------------------------------------- /dist/images/NewYorkState.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/NewYorkState.png -------------------------------------------------------------------------------- /dist/images/OM2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/OM2.png -------------------------------------------------------------------------------- /dist/images/OSMI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/OSMI.png -------------------------------------------------------------------------------- /dist/images/OpenCycleMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/OpenCycleMap.png -------------------------------------------------------------------------------- /dist/images/OpenSeaMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/OpenSeaMap.png -------------------------------------------------------------------------------- /dist/images/OpenStreetMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/OpenStreetMap.png -------------------------------------------------------------------------------- /dist/images/OpenTopoMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/OpenTopoMap.png -------------------------------------------------------------------------------- /dist/images/PNV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/PNV.png -------------------------------------------------------------------------------- /dist/images/PODGIK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/PODGIK.png -------------------------------------------------------------------------------- /dist/images/Powiat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/Powiat.png -------------------------------------------------------------------------------- /dist/images/RABA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/RABA.png -------------------------------------------------------------------------------- /dist/images/SDFE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/SDFE.png -------------------------------------------------------------------------------- /dist/images/SPW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/SPW.png -------------------------------------------------------------------------------- /dist/images/TEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/TEC.png -------------------------------------------------------------------------------- /dist/images/TIGER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/TIGER.png -------------------------------------------------------------------------------- /dist/images/USDA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/USDA.png -------------------------------------------------------------------------------- /dist/images/USFS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/USFS.png -------------------------------------------------------------------------------- /dist/images/USGS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/USGS.png -------------------------------------------------------------------------------- /dist/images/UrbIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/UrbIS.png -------------------------------------------------------------------------------- /dist/images/VoGIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/VoGIS.png -------------------------------------------------------------------------------- /dist/images/ara.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/ara.gif -------------------------------------------------------------------------------- /dist/images/beeldmateriaal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/beeldmateriaal.png -------------------------------------------------------------------------------- /dist/images/dgu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/dgu.png -------------------------------------------------------------------------------- /dist/images/emapa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/emapa.png -------------------------------------------------------------------------------- /dist/images/eox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/eox.png -------------------------------------------------------------------------------- /dist/images/ign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/ign.png -------------------------------------------------------------------------------- /dist/images/lantmateriet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/lantmateriet.png -------------------------------------------------------------------------------- /dist/images/launceston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/launceston.png -------------------------------------------------------------------------------- /dist/images/lodz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/lodz.png -------------------------------------------------------------------------------- /dist/images/melbourne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/melbourne.png -------------------------------------------------------------------------------- /dist/images/nsw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/nsw.png -------------------------------------------------------------------------------- /dist/images/stamen_compass_rose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/stamen_compass_rose.png -------------------------------------------------------------------------------- /dist/images/thunderforest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/thunderforest.png -------------------------------------------------------------------------------- /dist/images/wroclaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/images/wroclaw.png -------------------------------------------------------------------------------- /dist/legacy/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/dist/legacy/.gitkeep -------------------------------------------------------------------------------- /docs/images/croatia-2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/docs/images/croatia-2011.png -------------------------------------------------------------------------------- /docs/images/croatia-2017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/docs/images/croatia-2017.png -------------------------------------------------------------------------------- /docs/images/croatia-2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/docs/images/croatia-2018.png -------------------------------------------------------------------------------- /features/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/features/.gitkeep -------------------------------------------------------------------------------- /features/europe/albania/tirana-public-transport.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "tirana-public-transport.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [19.7376, 41.3015], 10 | [19.6834, 41.3732], 11 | [19.8688, 41.3858], 12 | [19.8863, 41.2721], 13 | [19.7376, 41.3015] 14 | ] 15 | ] 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /features/europe/croatia/dgu-dof-exclude-2017.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "dgu-dof-exclude-2017.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [16.3, 45.23], 10 | [16.5, 45.23], 11 | [16.5, 44.15], 12 | [16.127, 44.15], 13 | [16.127, 43.61], 14 | [12, 43.61], 15 | [12, 47], 16 | [16, 47], 17 | [16.3, 46.38], 18 | [16.3, 45.23] 19 | ] 20 | ] 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /features/europe/croatia/dgu-dof-exclude-2018.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "dgu-dof-exclude-2018.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [16.3, 45.23], 10 | [16.3, 46.38], 11 | [16, 47], 12 | [20, 47], 13 | [20, 42], 14 | [12, 42], 15 | [12, 43.61], 16 | [16.127, 43.61], 17 | [16.127, 44.15], 18 | [16.5, 44.15], 19 | [16.5, 45.23], 20 | [16.3, 45.23] 21 | ] 22 | ] 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /features/europe/czechia/prague-ortho-rect.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "prague-ortho-rect.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [14.8123, 49.9309], 10 | [14.1875, 49.8769], 11 | [14.1203, 50.1988], 12 | [14.745, 50.2525], 13 | [14.8123, 49.9309] 14 | ] 15 | ] 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /features/europe/finland/helsinki_region.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "helsinki_region.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [24.2695, 59.8593], 10 | [24.2667, 60.2255], 11 | [24.5531, 60.367], 12 | [24.5036, 60.4904], 13 | [24.7639, 60.6008], 14 | [25.0063, 60.5417], 15 | [24.9005, 60.382], 16 | [24.9884, 60.3507], 17 | [25.0694, 60.441], 18 | [25.1752, 60.4525], 19 | [25.1807, 60.3412], 20 | [25.2795, 60.2943], 21 | [25.1958, 60.0881], 22 | [24.2695, 59.8593] 23 | ] 24 | ] 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /features/europe/france/lyon.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "lyon.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [4.6649, 45.5469], 10 | [4.6773, 45.9607], 11 | [4.845, 45.9581], 12 | [4.8438, 45.9221], 13 | [4.9082, 45.9211], 14 | [4.907, 45.8851], 15 | [5.113, 45.8815], 16 | [5.1079, 45.7465], 17 | [5.1722, 45.7453], 18 | [5.1662, 45.5924], 19 | [4.8843, 45.5974], 20 | [4.8825, 45.5435], 21 | [4.6649, 45.5469] 22 | ] 23 | ] 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /features/europe/france/nancy.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "nancy.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [[6.0607, 48.6055], [6.069, 48.7471], [6.3061, 48.7408], [6.2972, 48.5992], [6.0607, 48.6055]] 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /features/europe/germany/frankfurt-am-main.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "frankfurt-am-main.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [[8.4696, 50.0111], [8.4696, 50.228], [8.8318, 50.228], [8.8318, 50.0111], [8.4696, 50.0111]] 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /features/europe/germany/mainz.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "mainz.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [[8.1036, 49.865], [8.1036, 50.0466], [8.3836, 50.0466], [8.3836, 49.865], [8.1036, 49.865]] 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /features/europe/hungary/danube_flood_2013.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "danube_flood_2013.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [19.0773, 47.696], 10 | [19.078, 47.696], 11 | [19.0946, 47.6945], 12 | [19.0806, 47.5959], 13 | [19.0743, 47.5891], 14 | [19.0795, 47.5888], 15 | [19.0772, 47.5724], 16 | [19.0578, 47.5721], 17 | [19.0773, 47.696] 18 | ] 19 | ] 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /features/europe/hungary/hungary_hillshade.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "hungary_hillshade.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [[[15, 45], [15, 49], [24, 49], [24, 45], [15, 45]]] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /features/europe/italy/sicily.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "sicily.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [15.7117, 38.2589], 10 | [15.3985, 37.4217], 11 | [15.2971, 36.6288], 12 | [14.5734, 36.664], 13 | [12.6892, 35.4696], 14 | [12.4969, 35.4741], 15 | [11.879, 36.7961], 16 | [12.5244, 37.5402], 17 | [11.9641, 37.9745], 18 | [13.1506, 38.7541], 19 | [14.2712, 38.5525], 20 | [15.2372, 38.8194], 21 | [15.7117, 38.2589] 22 | ] 23 | ] 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /features/europe/latvia/ussr_scan.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "ussr_scan.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [[[18, 60], [30, 60], [30, 56], [18, 56], [18, 60]]] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /features/europe/luxembourg/luxembourg_lidar_prototype.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "luxembourg_lidar_prototype.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [[6.05, 49.8218], [6.0498, 49.9117], [6.189, 49.9117], [6.189, 49.8218], [6.05, 49.8218]] 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /features/europe/sweden/gothenburg_citymap.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "gothenburg_citymap.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [10.8078, 58.3427], 10 | [13.0258, 58.3427], 11 | [13.0258, 57.0896], 12 | [11.7033, 57.0896], 13 | [10.8078, 58.3427] 14 | ] 15 | ] 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /features/europe/sweden/gothenburg_ortho.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "gothenburg_ortho.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [11.719, 57.5472], 10 | [11.6853, 57.724], 11 | [11.9552, 57.8663], 12 | [12.1619, 57.867], 13 | [12.2429, 57.7947], 14 | [12.1138, 57.7709], 15 | [12.0657, 57.7317], 16 | [12.096, 57.6818], 17 | [11.9586, 57.6682], 18 | [12.0177, 57.5641], 19 | [11.719, 57.5472] 20 | ] 21 | ] 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /features/europe/sweden/helsingborg.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "helsingborg.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [12.7435, 55.95], 10 | [12.567, 56.1356], 11 | [12.7908, 56.2502], 12 | [13.0037, 55.9684], 13 | [12.9378, 55.908], 14 | [12.7435, 55.95] 15 | ] 16 | ] 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /features/europe/sweden/lantmateriet-ekonomiska.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "lantmateriet-ekonomiska.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [12.7112, 55.2666], 10 | [10.7007, 58.8137], 11 | [12.2937, 60.3161], 12 | [11.9971, 61.037], 13 | [17.1387, 63.9663], 14 | [20.6103, 66.4519], 15 | [23.9612, 66.7919], 16 | [24.3567, 65.6084], 17 | [20.9729, 63.5779], 18 | [18.0615, 62.2782], 19 | [17.7759, 61.1379], 20 | [19.8523, 59.7509], 21 | [19.6545, 57.2493], 22 | [14.3811, 55.2916], 23 | [12.7112, 55.2666] 24 | ] 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /features/europe/switzerland/bonvillars.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "bonvillars.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [6.6671, 46.8336], 10 | [6.6631, 46.8383], 11 | [6.6721, 46.8419], 12 | [6.6749, 46.8423], 13 | [6.6784, 46.8381], 14 | [6.6671, 46.8336] 15 | ] 16 | ] 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /features/europe/switzerland/fiez.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "fiez.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [6.6231, 46.8234], 10 | [6.6184, 46.8319], 11 | [6.6238, 46.8332], 12 | [6.6253, 46.8327], 13 | [6.6288, 46.8267], 14 | [6.629, 46.8248], 15 | [6.6231, 46.8234] 16 | ] 17 | ] 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_basel_stadt.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "kanton_basel_stadt.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [[7.492, 47.4817], [7.492, 47.6342], [7.784, 47.6342], [7.784, 47.4817], [7.492, 47.4817]] 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_glarus.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "kanton_glarus.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [8.9909, 47.185], 10 | [9.0623, 47.1505], 11 | [9.1969, 47.1215], 12 | [9.2189, 47.0467], 13 | [9.2519, 47.0187], 14 | [9.2615, 46.9221], 15 | [9.245, 46.8968], 16 | [9.0459, 46.8076], 17 | [8.9182, 46.786], 18 | [8.8646, 46.8085], 19 | [8.866, 46.8442], 20 | [8.9415, 46.9381], 21 | [8.8742, 47.0336], 22 | [8.9374, 47.0561], 23 | [8.9484, 47.1346], 24 | [8.9909, 47.185] 25 | ] 26 | ] 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_zug_sud.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "kanton_zug_sud.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [8.5005, 47.1129], 10 | [8.4964, 47.1176], 11 | [8.4945, 47.1236], 12 | [8.4954, 47.1265], 13 | [8.5046, 47.1372], 14 | [8.5032, 47.1393], 15 | [8.5047, 47.1472], 16 | [8.511, 47.1592], 17 | [8.5641, 47.153], 18 | [8.5652, 47.1493], 19 | [8.5492, 47.1384], 20 | [8.551, 47.1213], 21 | [8.5005, 47.1129] 22 | ] 23 | ] 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /features/europe/switzerland/lausanne.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "lausanne.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [6.6667, 46.4944], 10 | [6.6164, 46.4941], 11 | [6.6164, 46.4984], 12 | [6.6013, 46.4982], 13 | [6.6013, 46.5023], 14 | [6.5592, 46.5019], 15 | [6.5577, 46.5969], 16 | [6.729, 46.598], 17 | [6.7304, 46.49], 18 | [6.677, 46.4898], 19 | [6.677, 46.4901], 20 | [6.6734, 46.4901], 21 | [6.6735, 46.4904], 22 | [6.6667, 46.4904], 23 | [6.6667, 46.4944] 24 | ] 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /features/europe/switzerland/nyon.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "nyon.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [[6.1807, 46.3888], [6.2145, 46.4152], [6.2577, 46.3887], [6.224, 46.3623], [6.1807, 46.3888]] 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /features/europe/switzerland/sigip_ortho_2012.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "sigip_ortho_2012.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [6.7106, 46.544], 10 | [6.7297, 46.5441], 11 | [6.7299, 46.526], 12 | [6.7108, 46.526], 13 | [6.7111, 46.508], 14 | [6.6922, 46.5079], 15 | [6.6923, 46.4988], 16 | [6.6353, 46.4985], 17 | [6.6349, 46.5255], 18 | [6.6538, 46.5256], 19 | [6.6536, 46.5436], 20 | [6.6916, 46.5438], 21 | [6.6915, 46.5528], 22 | [6.7105, 46.5529], 23 | [6.7106, 46.544] 24 | ] 25 | ] 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /features/europe/switzerland/stadt_bern_2016.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "stadt_bern_2016.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [7.23, 47.021], 10 | [7.5556, 47.021], 11 | [7.5556, 46.8535], 12 | [7.3, 46.8535], 13 | [7.3, 46.87], 14 | [7.242, 46.87], 15 | [7.242, 46.8973], 16 | [7.23, 46.8973], 17 | [7.23, 47.021] 18 | ] 19 | ] 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /features/europe/switzerland/stadt_zurich_ortho_2011.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "stadt_zurich_ortho_2011.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [[8.4462, 47.4414], [8.6318, 47.4397], [8.629, 47.3138], [8.4438, 47.3155], [8.4462, 47.4414]] 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /features/europe/switzerland/uster.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "uster.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [[[8.68, 47.32], [8.68, 47.365], [8.74, 47.365], [8.74, 47.32], [8.68, 47.32]]] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /features/europe/ukraine/vinnytsia.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "vinnytsia.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [28.4675, 49.2826], 10 | [28.5414, 49.2818], 11 | [28.5785, 49.2587], 12 | [28.5797, 49.2251], 13 | [28.5159, 49.182], 14 | [28.3819, 49.1935], 15 | [28.3495, 49.2278], 16 | [28.4675, 49.2826] 17 | ] 18 | ] 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /features/north_america/delaware.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "delaware.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [-75.0177, 38.4519], 10 | [-75.7417, 38.45], 11 | [-75.807, 39.7391], 12 | [-75.7556, 39.8011], 13 | [-75.6469, 39.8564], 14 | [-75.4711, 39.8465], 15 | [-75.3773, 39.8148], 16 | [-75.4875, 39.6718], 17 | [-75.509, 39.4345], 18 | [-75.3933, 39.2778], 19 | [-75.3071, 39.0167], 20 | [-75.1932, 38.8222], 21 | [-75.0534, 38.8088], 22 | [-75.0177, 38.4519] 23 | ] 24 | ] 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /features/north_america/san_juan_metro_area.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "san_juan_metro_area.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [-66.1501, 18.35], 10 | [-66.15, 18.4656], 11 | [-66.1398, 18.4656], 12 | [-66.1398, 18.4796], 13 | [-66.1303, 18.4796], 14 | [-66.1303, 18.4746], 15 | [-66.083, 18.4745], 16 | [-66.083, 18.4654], 17 | [-66.0546, 18.4654], 18 | [-66.0546, 18.4564], 19 | [-66.0333, 18.4563], 20 | [-66.0334, 18.35], 21 | [-66.1501, 18.35] 22 | ] 23 | ] 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /features/oceania/launceston_orthophoto_dec2011_10cm.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "launceston_orthophoto_dec2011_10cm.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [147.1046, -41.3946], 10 | [147.175, -41.3945], 11 | [147.1753, -41.4558], 12 | [147.1743, -41.4558], 13 | [147.1743, -41.4751], 14 | [147.1054, -41.4753], 15 | [147.1046, -41.3946] 16 | ] 17 | ] 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /features/oceania/launceston_orthophoto_feb2013_10cm.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "launceston_orthophoto_feb2013_10cm.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [ 8 | [ 9 | [147.0656, -41.5081], 10 | [147.0655, -41.3649], 11 | [147.2373, -41.3646], 12 | [147.2379, -41.5079], 13 | [147.0656, -41.5081] 14 | ] 15 | ] 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /features/oceania/western_australia.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Feature", 3 | "id": "western_australia.geojson", 4 | "properties": {}, 5 | "geometry": { 6 | "type": "Polygon", 7 | "coordinates": [[[129, -35], [113, -37], [111, -20], [127, -12], [129, -14], [129, -35]]] 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /i18n/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/i18n/.gitkeep -------------------------------------------------------------------------------- /schema/feature.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Feature", 3 | "description": "A GeoJSON Feature", 4 | "allOf": [ 5 | { "$ref": "http://json.schemastore.org/geojson.json#/definitions/feature" } 6 | ], 7 | "type": "object", 8 | "required": ["id"], 9 | "properties": { 10 | "id": { 11 | "type": "string", 12 | "pattern": "^[-_.A-Za-z0-9]+$" 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/africa/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/africa/.gitkeep -------------------------------------------------------------------------------- /sources/africa/benin/BenincotonouPleiade2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Benin_cotonou_pleiade_2016", 3 | "type": "tms", 4 | "locationSet": {"include": ["benin_cotonou_pleiade.geojson"]}, 5 | "country_code": "BJ", 6 | "name": "Benin: Cotonou Pleiade 2016", 7 | "url": "https://geoxxx.agrocampus-ouest.fr/owsifl/gwc/service/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Benin:cotonou_pleiade_2016&STYLE=&FORMAT=image/jpeg&tileMatrixSet=EPSG:3857&tileMatrix=EPSG:3857:{zoom}&tileRow={y}&tileCol={x}", 8 | "max_zoom": 21, 9 | "license_url": "http://taches.francophonelibre.org/project/6", 10 | "best": true, 11 | "start_date": "2016", 12 | "end_date": "2016" 13 | } 14 | -------------------------------------------------------------------------------- /sources/africa/south_africa/SouthAfricaCDNGIAerial.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "South_Africa-CD_NGI-Aerial", 3 | "type": "tms", 4 | "locationSet": {"include": ["za"]}, 5 | "country_code": "ZA", 6 | "name": "South Africa CD:NGI Aerial", 7 | "url": "http://{switch:a,b,c}.aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg", 8 | "min_zoom": 1, 9 | "max_zoom": 22, 10 | "best": true 11 | } 12 | -------------------------------------------------------------------------------- /sources/africa/south_africa/South_Africa_CapeTown_2017_2018_Aerial_Imagery.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/africa/south_africa/South_Africa_CapeTown_2017_2018_Aerial_Imagery.pdf -------------------------------------------------------------------------------- /sources/asia/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/asia/.gitkeep -------------------------------------------------------------------------------- /sources/asia/CambodiaLaosThailandVietnambilingual.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-cambodia_laos_thailand_vietnam-bilingual", 3 | "type": "tms", 4 | "locationSet": {"include": ["kh", "la", "th", "vn", "my", "mm"]}, 5 | "country_code": "KH", 6 | "name": "Cambodia, Laos, Thailand, Vietnam, Malaysia, Myanmar bilingual", 7 | "url": "https://{switch:a,b,c,d}.tile.osm-tools.org/osm/{zoom}/{x}/{y}.png", 8 | "max_zoom": 20, 9 | "attribution": { 10 | "required": true, 11 | "url": "http://www.osm-tools.org", 12 | "text": "© osm-tools.org & OpenStreetMap contributors, CC-BY-SA" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /sources/asia/japan/JapanGSIKiban2500.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "finds.jp_KBN_2500", 3 | "type": "tms", 4 | "locationSet": {"include": ["jp"]}, 5 | "country_code": "JP", 6 | "name": "Japan GSI KIBAN 2500", 7 | "description": "GSI Kiban 2500 via finds.jp. Good for tracing, but a bit older.", 8 | "url": "https://www.finds.jp/ws/tmc/1.0.0/KBN2500FN-900913-L/{zoom}/{x}/{y}.png", 9 | "min_zoom": 15, 10 | "max_zoom": 20, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/GSI_KIBAN", 12 | "i18n": true, 13 | "attribution": {"url": "https://www.finds.jp/siteinfo/c_tou.html.ja", "text": "GSI KIBAN 2500"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/asia/japan/JapanGSIStandardMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "gsi.go.jp_std_map", 3 | "type": "tms", 4 | "locationSet": {"include": ["jp"]}, 5 | "country_code": "JP", 6 | "name": "Japan GSI Standard Map", 7 | "description": "Japan GSI Standard Map. Widely covered.", 8 | "url": "https://cyberjapandata.gsi.go.jp/xyz/std/{zoom}/{x}/{y}.png", 9 | "min_zoom": 4, 10 | "max_zoom": 18, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/GSImaps", 12 | "i18n": true, 13 | "attribution": {"url": "https://maps.gsi.go.jp/help/use.html", "text": "GSI Japan"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/asia/japan/JapanGSIairphotoImagery.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "gsi.go.jp_airphoto", 3 | "type": "tms", 4 | "locationSet": {"include": ["jp"]}, 5 | "country_code": "JP", 6 | "name": "Japan GSI airphoto Imagery", 7 | "description": "Japan GSI airphoto Imagery. Not fully orthorectified, but a bit newer and/or differently covered than GSI ortho Imagery.", 8 | "url": "https://cyberjapandata.gsi.go.jp/xyz/airphoto/{zoom}/{x}/{y}.png", 9 | "min_zoom": 13, 10 | "max_zoom": 18, 11 | "license_url": "https://maps.gsi.go.jp/development/ichiran.html#airphoto", 12 | "i18n": true, 13 | "attribution": { 14 | "url": "https://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html", 15 | "text": "GSI Japan" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/asia/philippines/Arenda-OAM.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Arenda_OAM", 3 | "type": "tms", 4 | "locationSet": {"include": ["arenda.geojson"]}, 5 | "country_code": "PH", 6 | "name": "Lupang Arenda, Taytay Drone Imagery", 7 | "url": "https://tiles.openaerialmap.org/5d25d7bf161a790005c03e6e/0/5d25d7bf161a790005c03e6f/{zoom}/{x}/{y}.png", 8 | "min_zoom": 16, 9 | "max_zoom": 22, 10 | "permission_osm": "explicit", 11 | "license": "CC-BY-4.0", 12 | "best": true 13 | } 14 | -------------------------------------------------------------------------------- /sources/asia/philippines/PangasinnBulacan-PhilippinesHiRes.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Pangasinan_Bulacan_HiRes", 3 | "type": "tms", 4 | "locationSet": {"include": ["pangasinn_bulacan.geojson"]}, 5 | "country_code": "PH", 6 | "name": "Pangasinán/Bulacan (Philippines HiRes)", 7 | "url": "https://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png", 8 | "min_zoom": 12, 9 | "max_zoom": 19 10 | } 11 | -------------------------------------------------------------------------------- /sources/asia/singapore/Singapore-Landlot.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Singapore-Landlot", 3 | "type": "wms", 4 | "locationSet": {"include": ["sg"]}, 5 | "country_code": "SG", 6 | "name": "Singapore Landlot", 7 | "url": "https://mapservices.onemap.sg/mapproxy/service?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=singapore_landlot_wmts&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "https://www.onemap.sg/legal/opendatalicence.html", 9 | "icon": "OM2.png", 10 | "available_projections": ["EPSG:3414", "EPSG:4326"], 11 | "attribution": { 12 | "required": true, 13 | "url": "https://www.onemap.sg/legal/opendatalicence.html", 14 | "text": "©OneMap Singapore ODL v1.0" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/asia/singapore/Singapore-OneMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Singapore-OneMap", 3 | "type": "wms", 4 | "locationSet": {"include": ["sg"]}, 5 | "country_code": "SG", 6 | "name": "Singapore OneMap", 7 | "url": "https://mapservices.onemap.sg/mapproxy/service?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=singapore_3414_wms&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "https://www.onemap.sg/legal/opendatalicence.html", 9 | "icon": "OM2.png", 10 | "available_projections": ["EPSG:3414", "EPSG:4326"], 11 | "attribution": { 12 | "required": true, 13 | "url": "https://www.onemap.sg/legal/opendatalicence.html", 14 | "text": "©OneMap Singapore ODL v1.0" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/asia/taiwan/NLSC-EMAP5.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "NLSC-EMAP5", 3 | "type": "tms", 4 | "locationSet": {"include": ["tw"]}, 5 | "country_code": "TW", 6 | "name": "NLSC General Map with Contour line", 7 | "description": "The emap from Taiwan National Land Surveying and Mapping Center", 8 | "url": "https://wmts.nlsc.gov.tw/wmts/EMAP5_OPENDATA/default/EPSG:3857/{zoom}/{y}/{x}", 9 | "max_zoom": 15, 10 | "license_url": "https://data.gov.tw/license", 11 | "start_date": "2015", 12 | "icon": "NLSC.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://maps.nlsc.gov.tw", 16 | "text": "© National Land Surveying and Mapping Center, Taiwan OGDL 1.0" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/asia/taiwan/Taiwane-MapOpenData.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "TW_NLSC_WMS_EMAP6", 3 | "type": "tms", 4 | "locationSet": {"include": ["tw"]}, 5 | "country_code": "TW", 6 | "name": "Taiwan e-Map Open Data", 7 | "url": "https://wmts.nlsc.gov.tw/wmts/EMAP6_OPENDATA/default/GoogleMapsCompatible/{zoom}/{y}/{x}", 8 | "max_zoom": 15, 9 | "license_url": "https://github.com/osmlab/editor-layer-index/pull/255#issuecomment-266776138", 10 | "icon": "NLSC.png", 11 | "attribution": { 12 | "required": true, 13 | "url": "https://maps.nlsc.gov.tw/", 14 | "text": "© National Land Surveying and Mapping Center, Taiwan OGDL 1.0" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/europe/.gitkeep -------------------------------------------------------------------------------- /sources/europe/austria/Basemap-AT.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "basemap.at", 3 | "type": "tms", 4 | "locationSet": {"include": ["at"]}, 5 | "country_code": "AT", 6 | "name": "basemap.at", 7 | "description": "Basemap of Austria, based on government data.", 8 | "url": "https://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png", 9 | "category": "map", 10 | "max_zoom": 19, 11 | "permission_osm": "explicit", 12 | "license": "CC-BY-3.0", 13 | "license_url": "https://basemap.at/#sec-nutzung", 14 | "icon": "https://www.basemap.at/images/logo_basemap.jpg", 15 | "i18n": true, 16 | "attribution": {"required": true, "url": "https://basemap.at", "text": "basemap.at"} 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/austria/BasemapOverlay.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "basemap.at-overlay", 3 | "type": "tms", 4 | "locationSet": {"include": ["at"]}, 5 | "country_code": "AT", 6 | "name": "basemap.at Overlay", 7 | "description": "Annotation overlay provided by basemap.at.", 8 | "url": "https://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png", 9 | "category": "map", 10 | "max_zoom": 19, 11 | "permission_osm": "explicit", 12 | "license": "CC-BY-3.0", 13 | "license_url": "https://basemap.at/#sec-nutzung", 14 | "overlay": true, 15 | "icon": "https://www.basemap.at/images/logo_basemap.jpg", 16 | "i18n": true, 17 | "attribution": {"required": true, "url": "https://basemap.at", "text": "basemap.at"} 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/austria/ViennaBeschriftungen-annotations.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "wien.gv.at-labels", 3 | "type": "tms", 4 | "locationSet": {"include": ["vienna.geojson"]}, 5 | "country_code": "AT", 6 | "name": "Vienna: Beschriftungen (annotations)", 7 | "url": "https://maps.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png", 8 | "category": "map", 9 | "min_zoom": 12, 10 | "max_zoom": 19, 11 | "permission_osm": "explicit", 12 | "license": "CC-BY-3.0", 13 | "overlay": true, 14 | "icon": "https://www.wien.gv.at/layout-a/logo/wappen-klein.gif", 15 | "attribution": {"url": "https://data.wien.gv.at", "text": "Stadt Wien"} 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/austria/ViennaMehrzweckkarte-generalpurpose.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "wien.gv.at-gp", 3 | "type": "tms", 4 | "locationSet": {"include": ["vienna.geojson"]}, 5 | "country_code": "AT", 6 | "name": "Vienna: Mehrzweckkarte (general purpose)", 7 | "url": "https://maps.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg", 8 | "category": "map", 9 | "min_zoom": 10, 10 | "max_zoom": 19, 11 | "permission_osm": "explicit", 12 | "license": "CC-BY-3.0", 13 | "icon": "https://www.wien.gv.at/layout-a/logo/wappen-klein.gif", 14 | "attribution": {"url": "https://data.wien.gv.at", "text": "Stadt Wien"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/austria/ViennaOrthofoto-aerialimage.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "wien.gv.at-aerial_image", 3 | "type": "tms", 4 | "locationSet": {"include": ["vienna-orthofoto.geojson"]}, 5 | "country_code": "AT", 6 | "name": "Vienna: Orthofoto (aerial image)", 7 | "url": "https://maps.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg", 8 | "category": "photo", 9 | "min_zoom": 10, 10 | "max_zoom": 19, 11 | "permission_osm": "explicit", 12 | "license": "CC-BY-3.0", 13 | "icon": "https://www.wien.gv.at/layout-a/logo/wappen-klein.gif", 14 | "attribution": {"url": "https://data.wien.gv.at", "text": "Stadt Wien"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/belgium/AIV_GRB.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "AGIVFlandersGRB", 3 | "type": "tms", 4 | "locationSet": {"include": ["flanders.geojson"]}, 5 | "country_code": "BE", 6 | "name": "AIV Flanders GRB", 7 | "url": "https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=grb_bsk&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}", 8 | "category": "map", 9 | "max_zoom": 21, 10 | "license_url": "https://www.agiv.be/~/media/agiv/producten/grb/documenten/grb%20open%20data%20licentie.pdf", 11 | "icon": "AIV.png", 12 | "i18n": true, 13 | "attribution": {"required": true, "text": "© agentschap Informatie Vlaanderen"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/belgium/OpenStreetMap-BelgianStyle-Dutch.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osmbe-nl", 3 | "type": "tms", 4 | "locationSet": {"include": ["be"]}, 5 | "country_code": "BE", 6 | "name": "OpenStreetMap (Belgian Style - Dutch)", 7 | "url": "https://tile.openstreetmap.be/osmbe-nl/{zoom}/{x}/{y}.png", 8 | "category": "osmbasedmap", 9 | "max_zoom": 18, 10 | "license": "CC-BY-SA-4.0", 11 | "license_url": "https://github.com/jbelien/openstreetmap-carto-be/wiki/Tile-Usage-Policy", 12 | "icon": "OpenStreetMap.png", 13 | "i18n": true, 14 | "attribution": { 15 | "required": true, 16 | "url": "https://openstreetmap.org/", 17 | "text": "© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /sources/europe/belgium/OpenStreetMap-BelgianStyle-French.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osmbe-fr", 3 | "type": "tms", 4 | "locationSet": {"include": ["be"]}, 5 | "country_code": "BE", 6 | "name": "OpenStreetMap (Belgian Style - French)", 7 | "url": "https://tile.openstreetmap.be/osmbe-fr/{zoom}/{x}/{y}.png", 8 | "category": "osmbasedmap", 9 | "max_zoom": 18, 10 | "license": "CC-BY-SA-4.0", 11 | "license_url": "https://github.com/jbelien/openstreetmap-carto-be/wiki/Tile-Usage-Policy", 12 | "icon": "OpenStreetMap.png", 13 | "i18n": true, 14 | "attribution": { 15 | "required": true, 16 | "url": "https://openstreetmap.org/", 17 | "text": "© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /sources/europe/belgium/OpenStreetMap-BelgianStyle.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osmbe", 3 | "type": "tms", 4 | "locationSet": {"include": ["be"]}, 5 | "country_code": "BE", 6 | "name": "OpenStreetMap (Belgian Style)", 7 | "url": "https://tile.openstreetmap.be/osmbe/{zoom}/{x}/{y}.png", 8 | "category": "osmbasedmap", 9 | "max_zoom": 18, 10 | "license": "CC-BY-SA-4.0", 11 | "license_url": "https://github.com/jbelien/openstreetmap-carto-be/wiki/Tile-Usage-Policy", 12 | "icon": "OpenStreetMap.png", 13 | "i18n": true, 14 | "attribution": { 15 | "required": true, 16 | "url": "https://openstreetmap.org/", 17 | "text": "© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_OrthoPhoto.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "SPW_ORTHO_LAST", 3 | "type": "wms", 4 | "locationSet": {"include": ["wallonia.geojson"]}, 5 | "country_code": "BE", 6 | "name": "SPW(allonie) most recent aerial imagery", 7 | "url": "https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_LAST/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "category": "photo", 9 | "license_url": "https://wiki.openstreetmap.org/wiki/File:OSM_license_for_SPW_WMS_usage.pdf", 10 | "best": true, 11 | "icon": "SPW.png", 12 | "i18n": true, 13 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:31370"] 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/belgium/TECbuslines.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "TEClines", 3 | "type": "wms", 4 | "locationSet": {"include": ["wallonia.geojson"]}, 5 | "country_code": "BE", 6 | "name": "TEC bus lines", 7 | "url": "https://geodata.tec-wl.be/arcgis/services/Lignes/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "category": "other", 9 | "license": "CC-BY-SA-4.0", 10 | "license_url": "https://www.infotec.be/fr-be/minformer/opendata.aspx", 11 | "overlay": true, 12 | "icon": "TEC.png", 13 | "i18n": true, 14 | "available_projections": ["EPSG:3857", "EPSG:4326"] 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/belgium/TECbusstops.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "TECstops", 3 | "type": "wms", 4 | "locationSet": {"include": ["wallonia.geojson"]}, 5 | "country_code": "BE", 6 | "name": "TEC bus stops", 7 | "url": "https://geodata.tec-wl.be/arcgis/services/Poteaux/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "category": "other", 9 | "license": "CC-BY-SA-4.0", 10 | "license_url": "https://www.infotec.be/fr-be/minformer/opendata.aspx", 11 | "overlay": true, 12 | "icon": "TEC.png", 13 | "i18n": true, 14 | "available_projections": ["EPSG:3857", "EPSG:4326"] 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-knin-2007.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-hr-knin-2007", 3 | "type": "tms", 4 | "locationSet": {"include": ["knin.geojson"]}, 5 | "country_code": "HR", 6 | "name": "osm-hr: Knin 2007 Aerial imagery", 7 | "url": "https://tms.osm-hr.org/knin-2007/{zoom}/{x}/{-y}.png", 8 | "max_zoom": 19, 9 | "permission_osm": "explicit", 10 | "license_url": "https://narodne-novine.nn.hr/clanci/sluzbeni/2013_02_25_403.html", 11 | "privacy_policy_url": "https://tms.osm-hr.org/privacy.htm", 12 | "start_date": "2007", 13 | "end_date": "2007", 14 | "icon": "https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png" 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-orbview.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-hr-orbview", 3 | "type": "tms", 4 | "locationSet": {"include": ["orbview.geojson"]}, 5 | "country_code": "HR", 6 | "name": "osm-hr: Orbview", 7 | "url": "https://tms.osm-hr.org/orbview/{zoom}/{x}/{-y}.png", 8 | "max_zoom": 17, 9 | "permission_osm": "implicit", 10 | "license_url": "https://lists.openstreetmap.org/pipermail/talk/2012-January/061546.html", 11 | "privacy_policy_url": "https://tms.osm-hr.org/privacy.htm", 12 | "start_date": "2003", 13 | "end_date": "2007", 14 | "icon": "https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png" 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-ustopo.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-hr-ustopo50", 3 | "type": "tms", 4 | "locationSet": {"include": ["ustopo.geojson"]}, 5 | "country_code": "HR", 6 | "name": "osm-hr: US Topo 50", 7 | "url": "https://tms.osm-hr.org/ustopo/{zoom}/{x}/{y}.png", 8 | "max_zoom": 15, 9 | "permission_osm": "implicit", 10 | "license_url": "https://legacy.lib.utexas.edu/maps/faq.html#3.html", 11 | "privacy_policy_url": "https://tms.osm-hr.org/privacy.htm", 12 | "start_date": "1992", 13 | "end_date": "2002", 14 | "icon": "https://osmlab.github.io/editor-layer-index/sources/europe/hr/osm-hr.png" 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/czechia/CzechCUZKKM_TMS.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czech_CUZK-KM-tms", 3 | "type": "tms", 4 | "locationSet": {"include": ["cz"]}, 5 | "country_code": "CZ", 6 | "name": "Czech CUZK:KM tiles proxy", 7 | "url": "https://osm-{switch:a,b,c}.zby.cz/tiles_cuzk.php/{zoom}/{x}/{y}.png", 8 | "min_zoom": 13, 9 | "max_zoom": 18, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/WikiProject_Czech_Republic/freemap", 11 | "overlay": true 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/czechia/CzechRUIANbudovy.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czech_RUIAN-budovy", 3 | "type": "tms", 4 | "locationSet": {"include": ["cz"]}, 5 | "country_code": "CZ", 6 | "name": "Czech RUIAN budovy", 7 | "url": "https://tile.poloha.net/budovy/{zoom}/{x}/{y}.png", 8 | "min_zoom": 12, 9 | "max_zoom": 20, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Cs:WikiProjekt_%C4%8Cesko/freemap#.C4.8C.C3.9AZK_-_R.C3.9AIAN", 11 | "attribution": {"required": true, "url": "https://poloha.net/", "text": "Czech RUIAN"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/czechia/CzechRUIANparcely.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czech_RUIAN-parcely", 3 | "type": "tms", 4 | "locationSet": {"include": ["cz"]}, 5 | "country_code": "CZ", 6 | "name": "Czech RUIAN parcely", 7 | "url": "https://tile.poloha.net/parcely/{zoom}/{x}/{y}.png", 8 | "min_zoom": 12, 9 | "max_zoom": 20, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Cs:WikiProjekt_%C4%8Cesko/freemap#.C4.8C.C3.9AZK_-_R.C3.9AIAN", 11 | "attribution": {"required": true, "url": "https://poloha.net/", "text": "Czech RUIAN"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/czechia/CzechpLPIS.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czech_pLPIS", 3 | "type": "wms", 4 | "locationSet": {"include": ["cz"]}, 5 | "country_code": "CZ", 6 | "name": "Czech pLPIS", 7 | "url": "https://eagri.cz/public/app/wms/plpis.fcgi?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=LPIS_FB4,LPIS_FB4_KOD&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&TRANSPARENT=true", 8 | "license_url": "https://wiki.openstreetmap.org/wiki/Cs:WikiProjekt_%C4%8Cesko/freemap#pLPIS_-_ve.C5.99ejn.C3.BD_registr_p.C5.AFdy", 9 | "available_projections": ["EPSG:4326", "EPSG:32633", "EPSG:102067"] 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/czechia/IPR-orotofoto-last-tms.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IPR-orotofoto-last-tms", 3 | "type": "tms", 4 | "locationSet": {"include": ["prague-ortho.geojson"]}, 5 | "country_code": "CZ", 6 | "name": "IPR ortofoto LAST (tmsproxy)", 7 | "url": "https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_last.php/{zoom}/{x}/{y}.jpg", 8 | "min_zoom": 1, 9 | "max_zoom": 20, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/WikiProject_Czech_Republic/freemap" 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/czechia/IPR-orotofoto-vege-tms.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IPR-orotofoto-vege-tms", 3 | "type": "tms", 4 | "locationSet": {"include": ["prague-ortho.geojson"]}, 5 | "country_code": "CZ", 6 | "name": "IPR ortofoto Low-Vegetation (tmsproxy)", 7 | "url": "https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg", 8 | "min_zoom": 2, 9 | "max_zoom": 20, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/WikiProject_Czech_Republic/freemap" 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/czechia/PrahaIPRlatestorthophoto.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "PrahaIPRlatestorthophoto", 3 | "type": "wms", 4 | "locationSet": {"include": ["prague-ortho-rect.geojson"]}, 5 | "country_code": "CZ", 6 | "name": "Praha IPR latest orthophoto", 7 | "url": "http://giswa1.mag.mepnet.cz/arcgis/services/MAP/letecke_snimky_posledni_snimkovani_cache/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "min_zoom": 1, 9 | "max_zoom": 20, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Cs:WikiProjekt_%C4%8Cesko/freemap#Ortofotomapy_IPR_Praha", 11 | "available_projections": ["EPSG:4326", "EPSG:5514", "EPSG:102067"] 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/czechia/PrahaIPRlow-vegetationorthophoto.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "PrahaIPRlow-vegetationorthophoto", 3 | "type": "wms", 4 | "locationSet": {"include": ["prague-ortho.geojson"]}, 5 | "country_code": "CZ", 6 | "name": "Praha IPR low-vegetation orthophoto", 7 | "url": "http://giswa1.mag.mepnet.cz/arcgis/services/MAP/mimovegetacni_snimkovani_cache/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "min_zoom": 1, 9 | "max_zoom": 20, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Cs:WikiProjekt_%C4%8Cesko/freemap#Ortofotomapy_IPR_Praha", 11 | "available_projections": ["EPSG:4326", "EPSG:5514", "EPSG:102067"] 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/denmark/Geodatastyrelsen-Denmark.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Geodatastyrelsen_Denmark", 3 | "type": "tms", 4 | "locationSet": {"include": ["dk"]}, 5 | "country_code": "DK", 6 | "name": "SDFE aerial imagery", 7 | "url": "https://osmtools.septima.dk/mapproxy/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg", 8 | "max_zoom": 21, 9 | "best": true, 10 | "icon": "SDFE.png", 11 | "attribution": { 12 | "required": true, 13 | "url": "https://download.kortforsyningen.dk/content/vilkaar-og-betingelser", 14 | "text": "Geodatastyrelsen og Danske Kommuner" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaBasemap-Maaamet.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "maaamet.ee-pohi_vr2", 3 | "type": "wms", 4 | "locationSet": {"include": ["ee"]}, 5 | "country_code": "EE", 6 | "name": "Estonia Basemap (Maaamet)", 7 | "url": "https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=pohi_vr2&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://svimik.com/Maa-amet_vastus_OSM.pdf", 9 | "available_projections": ["EPSG:4326"], 10 | "attribution": {"required": true, "text": "Maa-Ameti põhikaart"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaCIR-Maaamet.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "maaamet.ee-cir_ngr", 3 | "type": "wms", 4 | "locationSet": {"include": ["ee"]}, 5 | "country_code": "EE", 6 | "name": "Estonia Forestry (Maaamet)", 7 | "url": "https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=cir_ngr&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://svimik.com/Maa-amet_vastus_OSM.pdf", 9 | "available_projections": ["EPSG:4326"], 10 | "attribution": {"required": true, "text": "Maa-Ameti metsanduslik ortofoto"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaCadastre-Maaamet.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Maaamet-Estonia_Cadastre", 3 | "type": "wms", 4 | "locationSet": {"include": ["ee"]}, 5 | "country_code": "EE", 6 | "name": "Estonia Cadastre (Maaamet)", 7 | "url": "https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=of10000,TOPOYKSUS_6569,TOPOYKSUS_6573&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://svimik.com/Maa-amet_vastus_OSM.pdf", 9 | "available_projections": ["EPSG:4326"], 10 | "attribution": {"required": true, "text": "Maa-Ameti katastrikaart ortofoto alusel"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaHillshade-Maaamet.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "maaamet.ee-reljeef", 3 | "type": "wms", 4 | "locationSet": {"include": ["ee"]}, 5 | "country_code": "EE", 6 | "name": "Estonia Hillshading (Maaamet)", 7 | "url": "https://kaart.maaamet.ee/wms/alus-geo?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=reljeef&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://svimik.com/Maa-amet_vastus_OSM.pdf", 9 | "available_projections": ["EPSG:4326"], 10 | "attribution": {"required": true, "text": "Maa-Ameti reljeefikaart"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaOrtho-Maaamet-TMS.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "maaamet.ee-orto", 3 | "type": "tms", 4 | "locationSet": {"include": ["ee"]}, 5 | "country_code": "EE", 6 | "name": "Estonia Ortho (Maaamet)", 7 | "url": "https://tiles.maaamet.ee/tm/tms/1.0.0/foto@GMC/{zoom}/{x}/{-y}.png", 8 | "min_zoom": 6, 9 | "max_zoom": 18, 10 | "license_url": "http://svimik.com/Maa-amet_vastus_OSM.pdf", 11 | "attribution": {"required": true, "text": "Maa-Ameti ortofoto"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaOrtho-Maaamet.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Maaamet-Estonia_Ortho", 3 | "type": "wms", 4 | "locationSet": {"include": ["ee"]}, 5 | "country_code": "EE", 6 | "name": "Estonia Ortho (Maaamet)", 7 | "url": "https://kaart.maaamet.ee/wms/alus?VERSION=1.1.1&REQUEST=GetMap&LAYERS=of10000&SRS={proj}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "min_zoom": 15, 9 | "max_zoom": 21, 10 | "license_url": "http://svimik.com/Maa-amet_vastus_OSM.pdf", 11 | "best": true, 12 | "available_projections": ["EPSG:3301"], 13 | "attribution": {"required": true, "text": "Maa-Ameti ortofoto"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/finland/Digiroad_permission_23032017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/europe/finland/Digiroad_permission_23032017.pdf -------------------------------------------------------------------------------- /sources/europe/finland/HRI_permission_07082018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/europe/finland/HRI_permission_07082018.pdf -------------------------------------------------------------------------------- /sources/europe/finland/mml-orto.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "mml-orto", 3 | "type": "tms", 4 | "locationSet": {"include": ["fi"]}, 5 | "country_code": "FI", 6 | "name": "MML Orthophoto", 7 | "description": "Ortophotos from the National Land Survey of Finland", 8 | "url": "https://tiles.kartat.kapsi.fi/ortokuva/{zoom}/{x}/{y}.jpg", 9 | "min_zoom": 2, 10 | "max_zoom": 19, 11 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=356296#p356296", 12 | "best": true, 13 | "icon": "https://www.maanmittauslaitos.fi/apple-touch-icon.png", 14 | "attribution": { 15 | "required": true, 16 | "url": "https://www.maanmittauslaitos.fi/en", 17 | "text": "© Maanmittauslaitos" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /sources/europe/finland/mml-tausta.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "mml-tausta", 3 | "type": "tms", 4 | "locationSet": {"include": ["fi"]}, 5 | "country_code": "FI", 6 | "name": "MML Background Map", 7 | "description": "Background map from the National Land Survey of Finland", 8 | "url": "https://tiles.kartat.kapsi.fi/taustakartta/{zoom}/{x}/{y}.jpg", 9 | "min_zoom": 2, 10 | "max_zoom": 19, 11 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=356296#p356296", 12 | "icon": "https://www.maanmittauslaitos.fi/apple-touch-icon.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.maanmittauslaitos.fi/en", 16 | "text": "© Maanmittauslaitos" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/finland/mml-topo.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "mml-topo", 3 | "type": "tms", 4 | "locationSet": {"include": ["fi"]}, 5 | "country_code": "FI", 6 | "name": "MML Topographic Map", 7 | "description": "Topographic map from the National Land Survey of Finland", 8 | "url": "https://tiles.kartat.kapsi.fi/peruskartta/{zoom}/{x}/{y}.jpg", 9 | "min_zoom": 2, 10 | "max_zoom": 19, 11 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=356296#p356296", 12 | "icon": "https://www.maanmittauslaitos.fi/apple-touch-icon.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.maanmittauslaitos.fi/en", 16 | "text": "© Maanmittauslaitos" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/france/Auvergne-2013-25cm-CRAIG.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "CRAIG-Auvergne-2013", 3 | "type": "tms", 4 | "locationSet": {"include": ["auvergne.geojson"]}, 5 | "country_code": "FR", 6 | "name": "Auvergne 2013 25cm CRAIG", 7 | "url": "https://tiles.craig.fr/osm/wmts/1.0.0/ortho_2013/webmercator/{zoom}/{x}/{y}.jpeg", 8 | "max_zoom": 21, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/WikiProject_France/CRAIG", 10 | "start_date": "2013", 11 | "end_date": "2013", 12 | "attribution": { 13 | "required": true, 14 | "url": "http://ids.craig.fr/geocat/srv/fre/catalog.search?node=srv#/metadata/8cabc987-829c-4c9f-943b-6a0e255cd73", 15 | "text": "Orthophotographie CRAIG/Sintegra/IGN 2013" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/france/BDCarthage.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "route500hydro", 3 | "type": "tms", 4 | "locationSet": {"include": ["fx"]}, 5 | "country_code": "FR", 6 | "name": "BD Carthage", 7 | "description": "Réseau hydrographique: cours et plans d'eau et POI", 8 | "url": "https://{switch:a,b,c}.tile.openstreetmap.fr/route500hydro/{zoom}/{x}/{y}.png", 9 | "min_zoom": 6, 10 | "max_zoom": 20, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/WikiProject_France/BDCarthage", 12 | "overlay": true, 13 | "attribution": { 14 | "required": true, 15 | "url": "http://www.sandre.eaufrance.fr/actualite/la-bd-carthage-en-licence-ouverte-open-licence", 16 | "text": "Tiles © cquest@Openstreetmap France, data © Onema - IGN, LO/OL" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/france/BDOrthoIGN.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "fr.ign.bdortho", 3 | "type": "tms", 4 | "locationSet": {"include": ["fr", "sx"], "exclude": ["pm", "tf", "pf"]}, 5 | "country_code": "FR", 6 | "name": "BDOrtho IGN", 7 | "url": "https://proxy-ign.openstreetmap.fr/94GjiyqD/bdortho/{zoom}/{x}/{y}.jpg", 8 | "min_zoom": 2, 9 | "max_zoom": 21, 10 | "license_url": "https://openstreetmap.fr/bdortho", 11 | "best": true, 12 | "icon": "http://www.ign.fr/institut/sites/all/themes/ign_institut/logo.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://openstreetmap.fr/bdortho", 16 | "text": "BDOrtho IGN" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/france/Bordeaux-Orthophoto-2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bordeaux_2012", 3 | "type": "tms", 4 | "locationSet": {"include": ["bordeaux.geojson"]}, 5 | "country_code": "FR", 6 | "name": "Bordeaux - 2012", 7 | "url": "https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2012/{zoom}/{x}/{y}", 8 | "max_zoom": 20, 9 | "license_url": "https://openstreetmap.fr/outils", 10 | "start_date": "2012", 11 | "end_date": "2012", 12 | "attribution": {"required": true, "text": "Communauté urbaine de Bordeaux - 2012"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/france/Bordeaux-Orthophoto-2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bordeaux_2016", 3 | "type": "tms", 4 | "locationSet": {"include": ["bordeaux.geojson"]}, 5 | "country_code": "FR", 6 | "name": "Bordeaux - 2016", 7 | "url": "http://tms.bordeaux.inria.fr/bdx2016/{zoom}/{x}/{y}.jpg", 8 | "min_zoom": 14, 9 | "max_zoom": 20, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Bordeaux", 11 | "start_date": "2016", 12 | "end_date": "2016", 13 | "attribution": {"required": true, "text": "Bordeaux Métropole - 2016"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/france/GrandNancy-Orthophoto-2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "GrandNancy_Orthophotographie_2012", 3 | "type": "tms", 4 | "locationSet": {"include": ["nancy.geojson"]}, 5 | "country_code": "FR", 6 | "name": "GrandNancy - Orthophoto - 2012", 7 | "url": "https://wms.openstreetmap.fr/tms/1.0.0/nancy_2012/{zoom}/{x}/{y}", 8 | "max_zoom": 22, 9 | "license_url": "https://openstreetmap.fr/outils", 10 | "start_date": "2012", 11 | "end_date": "2012", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie", 15 | "text": "GrandNancy Orthophotographie 2012" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/france/Mulhouse-2018.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Mulhouse_2018", 3 | "type": "tms", 4 | "locationSet": {"include": ["mulhouse.geojson"]}, 5 | "country_code": "FR", 6 | "name": "Mulhouse - 2018", 7 | "url": "https://wms.openstreetmap.fr/tms/1.0.0/mulhouse_2018/{zoom}/{x}/{y}", 8 | "max_zoom": 22, 9 | "license_url": "https://data.mulhouse-alsace.fr/explore/dataset/m2a_orthophotographie-2018/information/", 10 | "start_date": "2018", 11 | "end_date": "2018", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://data.mulhouse-alsace.fr/explore/dataset/m2a_orthophotographie-2018/information/", 15 | "text": "Mulhouse Alsace Agglomération 2018" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/france/Tours-Orthophoto-2013.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Tours-Orthophoto-2013", 3 | "type": "tms", 4 | "locationSet": {"include": ["tours.geojson"]}, 5 | "country_code": "FR", 6 | "name": "Tours - Orthophotos 2013", 7 | "url": "https://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}", 8 | "max_zoom": 22, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/Tours/Orthophoto", 10 | "start_date": "2013", 11 | "end_date": "2013", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://wiki.openstreetmap.org/wiki/Tours/Orthophoto", 15 | "text": "Orthophoto Tour(s)plus 2013" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/france/Tours-Orthophotos2008-2010.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Tours-Orthophoto-2008_2010", 3 | "type": "tms", 4 | "locationSet": {"include": ["tours.geojson"]}, 5 | "country_code": "FR", 6 | "name": "Tours - Orthophotos 2008-2010", 7 | "url": "https://wms.openstreetmap.fr/tms/1.0.0/tours/{zoom}/{x}/{y}", 8 | "max_zoom": 20, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/Tours/Orthophoto", 10 | "start_date": "2008", 11 | "end_date": "2011", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://wiki.openstreetmap.org/wiki/Tours/Orthophoto", 15 | "text": "Orthophoto Tour(s) Plus 2008" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/france/Vercors-Orthophotos-1999.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Vercors-Orthophotos-1999", 3 | "type": "tms", 4 | "locationSet": {"include": ["vercors_reserve.geojson"]}, 5 | "country_code": "FR", 6 | "name": "Vercors (Réserve naturelle des Hauts-Plateaux du Vercors) - Orthophoto - 1999 - 1 m", 7 | "url": "https://wms.openstreetmap.fr/tms/1.0.0/PNRVercors-RHP-1999/{zoom}/{x}/{y}", 8 | "max_zoom": 19, 9 | "license_url": "https://www.data.gouv.fr/fr/datasets/photos-aeriennes-orthorectifiees-de-la-reserve-naturelle-des-hauts-plateaux-du-vercors/", 10 | "start_date": "1999", 11 | "end_date": "1999", 12 | "attribution": {"required": true, "text": "Parc Naturel Régional du Vercors"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/france/cadastre_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/europe/france/cadastre_small.png -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2014.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Berlin-2014", 3 | "type": "tms", 4 | "locationSet": {"include": ["berlin.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Berlin aerial photography 2014", 7 | "url": "https://tiles.codefor.de/berlin-2014/{zoom}/{x}/{y}.png", 8 | "category": "historicphoto", 9 | "max_zoom": 18, 10 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=367583#p367583", 11 | "start_date": "2014", 12 | "end_date": "2014", 13 | "attribution": {"required": true, "text": "Geoportal Berlin/Digitale farbige Orthophotos 2014"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2015.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Berlin-2015", 3 | "type": "tms", 4 | "locationSet": {"include": ["berlin.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Berlin aerial photography 2015", 7 | "url": "https://tiles.codefor.de/berlin-2015/{zoom}/{x}/{y}.png", 8 | "category": "historicphoto", 9 | "max_zoom": 18, 10 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=367583#p367583", 11 | "start_date": "2015-08-02", 12 | "end_date": "2015-08-03", 13 | "attribution": {"required": true, "text": "Geoportal Berlin/Digitale farbige Orthophotos 2015"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Berlin-2016", 3 | "type": "tms", 4 | "locationSet": {"include": ["berlin.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Berlin aerial photography 2016", 7 | "url": "https://tiles.codefor.de/berlin-2016/{zoom}/{x}/{y}.png", 8 | "category": "historicphoto", 9 | "max_zoom": 18, 10 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=367583#p367583", 11 | "start_date": "2016-04-02", 12 | "end_date": "2016-04-03", 13 | "attribution": {"required": true, "text": "Geoportal Berlin/Digitale farbige Orthophotos 2016"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2016infrared.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Berlin-2016-infrared", 3 | "type": "tms", 4 | "locationSet": {"include": ["berlin.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Berlin aerial photography 2016 (infrared)", 7 | "url": "https://tiles.codefor.de/berlin-2016i/{zoom}/{x}/{y}.png", 8 | "category": "historicphoto", 9 | "max_zoom": 18, 10 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=367583#p367583", 11 | "start_date": "2016-04-02", 12 | "end_date": "2016-04-03", 13 | "attribution": { 14 | "required": true, 15 | "text": "Geoportal Berlin/Digitale Color-Infrarot-Orthophotos 2016" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2017.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Berlin-2017", 3 | "type": "tms", 4 | "locationSet": {"include": ["berlin.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Berlin aerial photography 2017", 7 | "url": "https://tiles.codefor.de/berlin-2017/{zoom}/{x}/{y}.png", 8 | "category": "historicphoto", 9 | "max_zoom": 18, 10 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=367583#p367583", 11 | "start_date": "2017-03-27", 12 | "end_date": "2017-03-28", 13 | "attribution": {"required": true, "text": "Geoportal Berlin/Digitale farbige Orthophotos 2017"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2018.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Berlin-2018", 3 | "type": "tms", 4 | "locationSet": {"include": ["berlin.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Berlin aerial photography 2018", 7 | "url": "https://tiles.codefor.de/berlin-2018/{zoom}/{x}/{y}.png", 8 | "category": "historicphoto", 9 | "max_zoom": 18, 10 | "license_url": "https://forum.openstreetmap.org/viewtopic.php?pid=367583#p367583", 11 | "start_date": "2018-03-19", 12 | "end_date": "2018-04-07", 13 | "attribution": {"required": true, "text": "Geoportal Berlin/Digitale farbige Orthophotos 2018"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2019.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Berlin-2019", 3 | "type": "tms", 4 | "locationSet": {"include": ["berlin.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Berlin aerial photography 2019", 7 | "url": "https://tiles.codefor.de/berlin-2019/{zoom}/{x}/{y}.png", 8 | "category": "photo", 9 | "max_zoom": 18, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/File:2019-06-03_Datenlizenz_Deutschland_Berlin_OSM.pdf", 11 | "best": true, 12 | "start_date": "2019-04-01", 13 | "end_date": "2019-04-06", 14 | "attribution": { 15 | "required": true, 16 | "text": "Geoportal Berlin/Digitale farbige Orthophotos 2019 (DOP20RGB)" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/germany/Erlangen2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Erlangen-2016", 3 | "type": "tms", 4 | "locationSet": {"include": ["erlangen2016.geojson"]}, 5 | "country_code": "DE", 6 | "name": "Erlangen Luftbild (2016 5,0 cm)", 7 | "url": "https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2016/{zoom}/{x}/{y}.jpg", 8 | "category": "historicphoto", 9 | "max_zoom": 21, 10 | "license": "CC-BY-4.0", 11 | "license_url": "https://erlangen.maps.arcgis.com/home/item.html?id=abab0a0c8a4c483290878068fe667a3a", 12 | "start_date": "2016-03-18", 13 | "end_date": "2016-03-18", 14 | "attribution": {"required": true, "text": "© Stadt Erlangen | © GEOCART GmbH"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/hungary/Danube-flood-2013.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Duna_2013", 3 | "type": "tms", 4 | "locationSet": {"include": ["danube_flood_2013.geojson"]}, 5 | "country_code": "HU", 6 | "name": "Danube flood orthophoto 2013", 7 | "description": "Riverbank of Danube at Budapest, Szentendre and Szigetmonostor", 8 | "url": "http://e.tile.openstreetmap.hu/dunai-arviz-2013/{zoom}/{x}/{y}.jpg", 9 | "min_zoom": 10, 10 | "max_zoom": 20, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/WikiProject_Hungary/Ortofot%C3%B3k#.C3.81rv.C3.ADzi_ortofot.C3.B3_a_Dun.C3.A1r.C3.B3l", 12 | "start_date": "2013", 13 | "end_date": "2013", 14 | "attribution": {"required": true, "url": "http://fototerkep.hu", "text": "Fotótérkép.hu"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/hungary/HillshadeHungary.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "hu-hillshade", 3 | "type": "tms", 4 | "locationSet": {"include": ["hungary_hillshade.geojson"]}, 5 | "country_code": "HU", 6 | "name": "Hillshade Hungary", 7 | "url": "https://{switch:a,b,c}.map.turistautak.hu/tiles/shading/{zoom}/{x}/{y}.png", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "attribution": {"text": "SRTM"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/hungary/Hungary-FOMI-2000.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "FOMI_2000", 3 | "type": "tms", 4 | "locationSet": {"include": ["hu"]}, 5 | "country_code": "HU", 6 | "name": "FÖMI orthophoto 2000", 7 | "url": "http://e.tile.openstreetmap.hu/ortofoto2000/{zoom}/{x}/{y}.jpg", 8 | "max_zoom": 17, 9 | "license_url": "http://e.tile.openstreetmap.hu/ortofoto2000/license.txt", 10 | "start_date": "2000", 11 | "end_date": "2000", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://www.fomi.hu", 15 | "text": "Földmérési és Távérzékelési Intézet" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/hungary/Hungary-FOMI-2005.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "FOMI_2005", 3 | "type": "tms", 4 | "locationSet": {"include": ["hu"]}, 5 | "country_code": "HU", 6 | "name": "FÖMI orthophoto 2005", 7 | "url": "http://e.tile.openstreetmap.hu/ortofoto2005/{zoom}/{x}/{y}.jpg", 8 | "max_zoom": 17, 9 | "license_url": "http://e.tile.openstreetmap.hu/ortofoto2005/license.txt", 10 | "start_date": "2005", 11 | "end_date": "2005", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://www.fomi.hu", 15 | "text": "Földmérési és Távérzékelési Intézet" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/hungary/OpenStreetMap-turistautak.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OpenStreetMap-turistautak", 3 | "type": "tms", 4 | "locationSet": {"include": ["hu"]}, 5 | "country_code": "HU", 6 | "name": "OpenStreetMap (turistautak)", 7 | "url": "http://{switch:h,i,j}.tile.openstreetmap.hu/turistautak/{zoom}/{x}/{y}.png", 8 | "max_zoom": 18, 9 | "license_url": "http://www.openstreetmap.hu", 10 | "attribution": { 11 | "required": true, 12 | "url": "https://www.openstreetmap.org", 13 | "text": "© OpenStreetMap contributors" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/hungary/Soskut-Pusztazamor-Tarnok-Diosd-ortophoto-2017.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Soskut_Pusztazamor_Tarnok_Diosd_orto_2017", 3 | "type": "tms", 4 | "locationSet": {"include": ["soskut-pusztazamor-tarnok-diosd.geojson"]}, 5 | "country_code": "HU", 6 | "name": "Sóskút, Pusztazámor, Tárnok, Diósd ortophoto 2017", 7 | "description": "5 cm resolution bald image of 4 settlement", 8 | "url": "http://adam.openstreetmap.hu/mapproxy/tiles/1.0.0/Soskut-Tarnok-Pusztazamor-Diosd/mercator/{zoom}/{x}/{y}.png", 9 | "min_zoom": 11, 10 | "max_zoom": 20, 11 | "best": true, 12 | "start_date": "2017-03", 13 | "end_date": "2017-03", 14 | "attribution": {"required": true, "url": "http://fototerkep.hu", "text": "Fototerkep.hu"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/hungary/SzegedOrto2011.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Szeged_2011", 3 | "type": "tms", 4 | "locationSet": {"include": ["szeged.geojson"]}, 5 | "country_code": "HU", 6 | "name": "Szeged orthophoto 2011", 7 | "description": "Inner part of Szeged", 8 | "url": "http://e.tile.openstreetmap.hu/szeged-2011-10cm/{zoom}/{x}/{y}.png", 9 | "min_zoom": 10, 10 | "max_zoom": 22, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/WikiProject_Hungary/Ortofot%C3%B3k#Szeged", 12 | "best": true, 13 | "start_date": "2011", 14 | "end_date": "2011", 15 | "attribution": { 16 | "required": true, 17 | "url": "http://www.geo.u-szeged.hu", 18 | "text": "SZTE TFGT - University of Szeged" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /sources/europe/hungary/openstreetmaphuorthophotos.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-hu-ortho", 3 | "type": "tms", 4 | "locationSet": {"include": ["osm-hu-orthophotos.geojson"]}, 5 | "country_code": "HU", 6 | "name": "openstreetmap.hu orthophotos", 7 | "url": "http://adam.openstreetmap.hu/mapproxy/tiles/1.0.0/openstreetmap.hu.orthophotos/mercator/{zoom}/{x}/{y}.png", 8 | "max_zoom": 21, 9 | "attribution": {"text": "openstreetmap.hu"} 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/ireland/IrelandBartholomewQuarter-Inch1940.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "bartholomew_qi1940", 3 | "type": "tms", 4 | "locationSet": {"include": ["ie", "gb-nir"]}, 5 | "country_code": "IE", 6 | "name": "Ireland Bartholomew Quarter-Inch 1940", 7 | "url": "https://geo.nls.uk/maps/ireland/bartholomew/{zoom}/{x}/{-y}.png", 8 | "min_zoom": 5, 9 | "max_zoom": 13, 10 | "start_date": "1940", 11 | "end_date": "1940", 12 | "icon": "NLS.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://geo.nls.uk/maps", 16 | "text": "National Library of Scotland Historic Maps" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/ireland/IrelandBritishWarOffice-GSGS3906.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "GSGS3906", 3 | "type": "tms", 4 | "locationSet": {"include": ["ie", "gb-nir"]}, 5 | "country_code": "IE", 6 | "name": "Ireland British War Office 1:25k GSGS 3906", 7 | "url": "https://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png", 8 | "max_zoom": 18, 9 | "icon": "IrelandBritishWarOffice.png", 10 | "attribution": { 11 | "required": true, 12 | "url": "https://wiki.openstreetmap.org/wiki/Ireland/Background_Imagery#Trinity_College_Dublin", 13 | "text": "Glucksman Map Library, Trinity College Dublin" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/ireland/IrelandBritishWarOfficeOne-Inch1941-43GSGS4136.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "GSGS4136", 3 | "type": "tms", 4 | "locationSet": {"include": ["ie", "gb-nir"]}, 5 | "country_code": "IE", 6 | "name": "Ireland British War Office One-Inch 1941-43 GSGS 4136", 7 | "url": "https://geo.nls.uk/maps/ireland/gsgs4136/{zoom}/{x}/{-y}.png", 8 | "min_zoom": 5, 9 | "max_zoom": 15, 10 | "start_date": "1941", 11 | "end_date": "1943", 12 | "icon": "NLS.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://geo.nls.uk/maps", 16 | "text": "National Library of Scotland Historic Maps" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/ireland/OSMIETieLandnotinCounties.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osmie_tie_not_counties", 3 | "type": "tms", 4 | "locationSet": {"include": ["ie", "gb-nir"]}, 5 | "country_code": "IE", 6 | "name": "OSMIE T.ie Land not in Counties", 7 | "url": "https://www.townlands.ie/tiles/not_counties/{zoom}/{x}/{y}.png", 8 | "min_zoom": 2, 9 | "max_zoom": 19, 10 | "icon": "https://www.townlands.ie/static/logo_small.png" 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/italy/Bologna-Orthophoto-2017.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bologna-Orthophoto-2017", 3 | "type": "tms", 4 | "locationSet": {"include": ["bologna.geojson"]}, 5 | "country_code": "IT", 6 | "name": "Bologna ortofoto 2017", 7 | "url": "https://sitmappe.comune.bologna.it/tms/tileserver/Ortofoto2017/{zoom}/{x}/{y}.png", 8 | "max_zoom": 19, 9 | "license_url": "http://dati.comune.bologna.it/node/3449", 10 | "best": true, 11 | "start_date": "2017", 12 | "end_date": "2017", 13 | "attribution": { 14 | "required": true, 15 | "url": "http://dati.comune.bologna.it/node/3449", 16 | "text": "© Comune di Bologna cc-by 4.0 ODbL compliant" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/italy/Lombardia-Italy-CTR.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Lombardia-Italy-CTR", 3 | "type": "wms", 4 | "locationSet": {"include": ["lombardia.geojson"]}, 5 | "country_code": "IT", 6 | "name": "Lombardia - Italy (CTR)", 7 | "url": "https://www.cartografia.regione.lombardia.it/ArcGIS10/services/wms/ctr_wms/MapServer/WMSServer?STYLES=&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:32632"], 9 | "attribution": { 10 | "url": "https://www.dati.gov.it/content/italian-open-data-license-v20", 11 | "text": "Regione Lombardia - Infrastruttura per l'informazione territoriale" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/italy/Lombardia-Italy-CTRDBT.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Lombardia-Italy-CTR-DBT", 3 | "type": "wms", 4 | "locationSet": {"include": ["lombardia.geojson"]}, 5 | "country_code": "IT", 6 | "name": "Lombardia - Italy (CTR DBT)", 7 | "url": "https://www.cartografia.servizirl.it/arcgis/services/wms/ctr_wms/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Sfondo%20C.T.R.%2010000&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:32632"], 9 | "attribution": { 10 | "url": "https://www.dati.gov.it/content/italian-open-data-license-v20", 11 | "text": "CTR DBT 10000 Regione Lombardia" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/italy/PCN2006-Italy.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "PCN-Italy-2006", 3 | "type": "wms", 4 | "locationSet": {"include": ["it", "sm", "va"]}, 5 | "country_code": "IT", 6 | "name": "PCN 2006 - Italy", 7 | "url": "http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_06.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OI.ORTOIMMAGINI.2006.33,OI.ORTOIMMAGINI.2006.32&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "category": "historicphoto", 9 | "start_date": "2006", 10 | "end_date": "2006", 11 | "available_projections": ["EPSG:3857", "EPSG:4326"] 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/italy/PCN2008-ITLazioUmbria.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "PCN-Lazio_Umbria-2008", 3 | "type": "wms", 4 | "locationSet": {"include": ["lazio_umbria.geojson"]}, 5 | "country_code": "IT", 6 | "name": "PCN 2008 - IT Lazio+Umbria", 7 | "url": "http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_08.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OI.ORTOIMMAGINI.2008.33&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "category": "historicphoto", 9 | "start_date": "2008", 10 | "end_date": "2008", 11 | "available_projections": ["EPSG:3857", "EPSG:4326"] 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/italy/PCN2012-Italy.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "PCN-Italy-2012", 3 | "type": "wms", 4 | "locationSet": {"include": ["it", "sm", "va"]}, 5 | "country_code": "IT", 6 | "name": "PCN 2012 - Italy", 7 | "url": "http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_12.map&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OI.ORTOIMMAGINI.2012&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "category": "photo", 9 | "start_date": "2012", 10 | "end_date": "2012", 11 | "available_projections": ["EPSG:4326"] 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/italy/Sicily-Italy.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Sicily-ATA2007", 3 | "type": "wms", 4 | "locationSet": {"include": ["sicily.geojson"]}, 5 | "country_code": "IT", 6 | "name": "Sicily - Italy", 7 | "url": "http://map.sitr.regione.sicilia.it/ArcGIS/services/WGS84_F33/Ortofoto_ATA20072008_f33/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=0&STYLES=default&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:32633"] 9 | } 10 | -------------------------------------------------------------------------------- /sources/europe/latvia/Orthophoto1stcycle-1994-1999-Latvia.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "ORTOFOTO_V1", 3 | "type": "wms", 4 | "locationSet": {"include": ["lv"]}, 5 | "country_code": "LV", 6 | "name": "Orthophoto 1st cycle (1994-1999) - Latvia", 7 | "url": "https://services.lgia.gov.lv/arcfree/services/Ortofoto_v1/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:3059", "EPSG:3857", "EPSG:4326"], 9 | "attribution": { 10 | "text": "Latvijas Ģeotelpiskās informācijas aģentūras brīvais WMS serviss 1994 - 1999.gada Latvijas ortofotokarte" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/latvia/USSR-Latvia.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "USSR-Latvia", 3 | "type": "wms", 4 | "locationSet": {"include": ["ussr_scan.geojson"]}, 5 | "name": "USSR - Latvia", 6 | "url": "http://www.gisnet.lv/cgi-bin/topo?FORMAT=image/jpeg&VERSION=1.1.1&service=WMS&REQUEST=GetMap&LAYERS=DTO,DTC,DIVDPTC,PD,VS,DS,PS,M&SRS={proj}&WIDTH={width}&height={height}&BBOX={bbox}", 7 | "available_projections": ["EPSG:3059", "EPSG:3857", "EPSG:4269", "EPSG:4326", "EPSG:25884"] 8 | } 9 | -------------------------------------------------------------------------------- /sources/europe/lithuania/Lithuania-ORT10LT.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "ORT10LT", 3 | "type": "tms", 4 | "locationSet": {"include": ["lt"]}, 5 | "country_code": "LT", 6 | "name": "Lithuania - NŽT ORT10LT", 7 | "url": "https://ort10lt.openmap.lt/g16/{zoom}/{x}/{y}.jpeg", 8 | "min_zoom": 4, 9 | "max_zoom": 18, 10 | "best": true, 11 | "start_date": "2010", 12 | "end_date": "2016", 13 | "attribution": {"required": true, "url": "https://www.geoportal.lt", "text": "NŽT ORT10LT"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/norway/MTBmapno.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "mtbmap-no", 3 | "type": "tms", 4 | "locationSet": {"include": ["no"], "exclude": ["sj", "bv"]}, 5 | "country_code": "NO", 6 | "name": "MTBmap.no", 7 | "description": "Norwegian mountain biking map from OSM (max zoom 14-16, varies per region)", 8 | "url": "https://mtbmap.no/tiles/osm/mtbmap/{zoom}/{x}/{y}.jpg", 9 | "min_zoom": 3, 10 | "max_zoom": 14, 11 | "icon": "MTBmapno.png", 12 | "attribution": {"url": "https://www.mtbmap.no/", "text": "© MTBmap.no"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/BytomBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bytom-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["bytom.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Bytom: Buildings", 7 | "url": "http://sitplan.um.bytom.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=adr_osie_ulic,adr_punkty_adresowe,eg_budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:2177", "EPSG:4326"], 9 | "attribution": {"text": "Urząd Miasta Bytomia"} 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/poland/BytomFotoplan2014.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bytom-2014", 3 | "type": "wms", 4 | "locationSet": {"include": ["bytom.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Bytom: Fotoplan 2014 (aerial image)", 7 | "url": "http://sitplan.um.bytom.pl:11180/isdp/gs/wms?SERVICE=WMS&FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=default:fotoplan_2014&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "start_date": "2014", 9 | "end_date": "2014", 10 | "available_projections": ["EPSG:2177"], 11 | "attribution": {"text": "Urząd Miasta Bytomia"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/BytomOrthophotomap2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bytom-2012", 3 | "type": "wms", 4 | "locationSet": {"include": ["bytom.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Bytom: Orthophotomap 2012 (aerial image)", 7 | "url": "http://sitplan.um.bytom.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=tiff_ortofoto_2012&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2012", 10 | "end_date": "2012", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Bytomia"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/ChorzwBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Chorzow-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["chorzow.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Chorzów: Buildings", 7 | "url": "http://e-odgik.chorzow.eu/services/wms/wms_funkcje_bud/MapServer/WMSServer?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=3,2,1,8,7,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:4326"], 9 | "attribution": {"text": "Urząd Miasta Chorzowa"} 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2011.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czestochowa-2011", 3 | "type": "wms", 4 | "locationSet": {"include": ["czestochowa.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Częstochowa: Orthophotomap 2011 (aerial image)", 7 | "url": "http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto_2011&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2011", 10 | "end_date": "2011", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Częstochowy"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2013.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czestochowa-2013", 3 | "type": "wms", 4 | "locationSet": {"include": ["czestochowa.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Częstochowa: Orthophotomap 2013 (aerial image)", 7 | "url": "http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Orto_2013&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2013", 10 | "end_date": "2013", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Częstochowy"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2014.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czestochowa-2014", 3 | "type": "wms", 4 | "locationSet": {"include": ["czestochowa.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Częstochowa: Orthophotomap 2014 (aerial image)", 7 | "url": "http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Orto_2014&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2014", 10 | "end_date": "2014", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Częstochowy"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2015.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czestochowa-2015", 3 | "type": "wms", 4 | "locationSet": {"include": ["czestochowa.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Częstochowa: Orthophotomap 2015 (aerial image)", 7 | "url": "http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Orto_2015&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2015", 10 | "end_date": "2015", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Częstochowy"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czestochowa-2016", 3 | "type": "wms", 4 | "locationSet": {"include": ["czestochowa.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Częstochowa: Orthophotomap 2016 (aerial image)", 7 | "url": "http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Orto_2016&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2016-11-05", 10 | "end_date": "2016-11-08", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Częstochowy"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2017.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Czestochowa-2017", 3 | "type": "wms", 4 | "locationSet": {"include": ["czestochowa.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Częstochowa: Orthophotomap 2017 (aerial image)", 7 | "url": "http://geoportal.czestochowa.um.gov.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Orto_2017&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2017-11-18", 10 | "end_date": "2017-11-19", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Częstochowy"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/GliwiceOrthophotomap2013.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Gliwice-2013", 3 | "type": "wms", 4 | "locationSet": {"include": ["gliwice.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Gliwice: Orthophotomap 2013 (aerial image)", 7 | "url": "http://185.60.246.14:9090/isdp/gs/ows?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto_2013&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2013", 10 | "end_date": "2013", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Urząd Miasta Gliwice"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/KatowiceBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Katowice-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["katowice.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Katowice: Buildings", 7 | "url": "http://mapserver.um.katowice.pl/services/ortowms/MapServer/WMSServer?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=4,5,6&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:2157", "EPSG:2177", "EPSG:4326"], 9 | "attribution": {"text": "Urząd Miasta Katowic"} 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/poland/KatowiceOrthophotomap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Katowice-aerial_image", 3 | "type": "wms", 4 | "locationSet": {"include": ["katowice.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Katowice: Orthophotomap (aerial image)", 7 | "url": "http://mapserver.um.katowice.pl/services/ortowms/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=2&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "available_projections": ["EPSG:2157", "EPSG:2177", "EPSG:4326"], 10 | "attribution": {"text": "Urząd Miasta Katowic"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/LodzBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Lodz-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["lodz.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Łódź: Buildings", 7 | "url": "https://gis.mapa.lodz.pl/awiskts/services/WMS_publikowane/LODZ/MapServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Budynki,Ulice,Adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "icon": "lodz.png", 9 | "available_projections": ["EPSG:2177", "EPSG:4326"], 10 | "attribution": {"text": "Urząd Miasta Łodzi"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/LodzOrthophotomap2015.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Lodz-2015", 3 | "type": "wms", 4 | "locationSet": {"include": ["lodz.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Łódź: Orthophotomap 2015 (aerial image)", 7 | "url": "https://gis.mapa.lodz.pl/awiskts/services/Ortofotomapa/Ortofotomapa/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 22, 9 | "start_date": "2015", 10 | "end_date": "2015", 11 | "icon": "lodz.png", 12 | "available_projections": ["EPSG:2177", "EPSG:4326"], 13 | "attribution": {"text": "Urząd Miasta Łodzi"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/poland/LodzOrthophotomap2017.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Lodz-2017", 3 | "type": "wms", 4 | "locationSet": {"include": ["lodz.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Łódź: Orthophotomap 2017 (aerial image)", 7 | "url": "https://mapa.lodz.pl/3/services/OGC/Ortofotomapa/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 22, 9 | "start_date": "2017", 10 | "end_date": "2017", 11 | "icon": "lodz.png", 12 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 13 | "attribution": {"text": "Urząd Miasta Łodzi"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-BedzinBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bedzin-PL-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["bedzin.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Będzin: Buildings", 7 | "url": "http://www.geo.powiat.bedzin.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=eg_budynki_geo,pkt_adr&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "available_projections": ["EPSG:2177"], 9 | "attribution": {"text": "Starostwo Powiatowe w Będzinie"} 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-BedzinOrthophotomap2013.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bedzin-PL-aerial_image", 3 | "type": "wms", 4 | "locationSet": {"include": ["bedzin.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Będzin: Orthophotomap 2013 (aerial image)", 7 | "url": "http://www.geo.powiat.bedzin.pl/isdp/scripts/isdp.dll/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto_2013&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2013", 10 | "end_date": "2013", 11 | "available_projections": ["EPSG:2177"], 12 | "attribution": {"text": "Starostwo Powiatowe w Będzinie"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-DebickiBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "debicki-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["debica.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat dębicki: Buildings", 7 | "url": "https://debica.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,adresy,EBU,EBT,S&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Powiat dębicki"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-LancuckiBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "lancucki-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["lancut.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat łańcucki: Buildings", 7 | "url": "https://lancut.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Powiat łańcucki"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-LubaczowskiBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "lubaczowski-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["lubaczow.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat lubaczowski: Buildings", 7 | "url": "https://lubaczow.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=S,EBT,adresy,budynki_ewid&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2179", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Powiat lubaczowski"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-PoznaskiBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "poznanski-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["poznan.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat poznański: Buildings", 7 | "url": "http://wms.podgik.poznan.pl/cgi-bin/poznan?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "icon": "PODGIK.png", 9 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 10 | "attribution": {"text": "PODGIK Poznań"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-PoznaskiOrthomap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "poznanski-aerial", 3 | "type": "wms", 4 | "locationSet": {"include": ["poznan.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat poznański: Orthophotomap (aerial image)", 7 | "url": "http://wms.podgik.poznan.pl/cgi-bin/poznan?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=orto-poznan&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "icon": "PODGIK.png", 10 | "available_projections": ["EPSG:2177"], 11 | "attribution": {"text": "PODGIK Poznań"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-RopzcyckoSedziszowskiBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "sropczyce-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["ropczycko_sedziszow.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat ropczycko-sędziszowski: Buildings", 7 | "url": "https://spropczyce.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Powiat ropczycko-sędziszowski"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-RzeszowskiBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "rzeszowski-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["rzeszow.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat rzeszowski: Buildings", 7 | "url": "https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,EBT,EBU&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Powiat rzeszowski"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-RzeszowskiOrthophotomap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "rzeszowski-aerial", 3 | "type": "wms", 4 | "locationSet": {"include": ["rzeszow.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat rzeszowski: Orthophotomap (aerial image)", 7 | "url": "https://powiatrzeszowski.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Powiat rzeszowski"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-StalowaWolskiBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "stalowowolski-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["stalowa_wola.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Powiat stalowowolski: Buildings", 7 | "url": "https://stalowawola.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=EBT,adresy,budynki,centroidy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Powiat stalowowolski"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/PoznaBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "poznan-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["poznan2.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Poznań: Buildings", 7 | "url": "http://wms2.geopoz.poznan.pl:8080/geoserver/sip/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki_ewidencyjne_sql&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2018", 10 | "end_date": "2018", 11 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:3857", "EPSG:4326"], 12 | "attribution": {"text": "Zarząd Geodezji i Katastru Miejskiego GEOPOZ"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/PoznaOrthophotomap2014.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "poznan-ortofotomapa2014", 3 | "type": "wms", 4 | "locationSet": {"include": ["poznan2.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Poznań: Orthophotomap 2014 (aerial image)", 7 | "url": "http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapa_2014/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa_2014_image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2014", 10 | "end_date": "2014", 11 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:3857", "EPSG:4326"], 12 | "attribution": {"text": "Zarząd Geodezji i Katastru Miejskiego GEOPOZ"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/PoznaOrthophotomap2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "poznan-ortofotomapa2016", 3 | "type": "wms", 4 | "locationSet": {"include": ["poznan2.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Poznań: Orthophotomap 2016 (aerial image)", 7 | "url": "http://wms1.geopoz.poznan.pl:6080/arcgis/services/sip/ortofotomapy/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa_2016_image&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2016", 10 | "end_date": "2016", 11 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:3857", "EPSG:4326"], 12 | "attribution": {"text": "Zarząd Geodezji i Katastru Miejskiego GEOPOZ"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/PrzemyslBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "przemysl-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["przemysl.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Przemyśl: Buildings", 7 | "url": "http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=adresy,budynki&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2179", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Miasto Przemyśl"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/PrzemyslOrtophotomap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "przemysl-aerial", 3 | "type": "wms", 4 | "locationSet": {"include": ["przemysl.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Przemyśl: Ortophotomap (aerial image)", 7 | "url": "http://przemysl.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "icon": "Powiat.png", 10 | "available_projections": ["EPSG:2179", "EPSG:2180", "EPSG:4326"], 11 | "attribution": {"text": "Miasto Przemyśl"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/poland/RudaSlaskaOrthophotomap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Ruda_Slaska-aerial_image", 3 | "type": "wms", 4 | "locationSet": {"include": ["ruda_slaska.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Ruda Śląska: Orthophotomap (aerial image)", 7 | "url": "https://rudaslaska.geoportal2.pl/map/wmsorto/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 10 | "attribution": {"text": "Urząd Miasta Ruda Śląska"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/RzeszowBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Rzeszow-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["rzeszow2.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Rzeszów: Buildings", 7 | "url": "http://wms.erzeszow.pl/?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=komunikacja,budynki,adresy&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 10 | "attribution": {"text": "Urząd Miasta Rzeszowa"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/RzeszowOrthophotomap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Rzeszow-aerial_image", 3 | "type": "wms", 4 | "locationSet": {"include": ["rzeszow2.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Rzeszów: Orthophotomap (aerial image)", 7 | "url": "http://wms.erzeszow.pl/?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=rastry&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "available_projections": ["EPSG:2178", "EPSG:2180", "EPSG:4326"], 10 | "attribution": {"text": "Urząd Miasta Rzeszowa"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/SiemianowiceSlaskieBuildings.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Siemianowice_Slaskie-buildings", 3 | "type": "wms", 4 | "locationSet": {"include": ["siemianowice_slaskie.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Siemianowice Śląskie: Buildings", 7 | "url": "https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/png&transparent=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=budynki,drogi,adresy,ulice&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 19, 9 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 10 | "attribution": {"text": "Urząd Miasta Siemianowice Śląskie"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/SiemianowiceSlaskieOrthomap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Siemianowice_Slaskie-aerial_image", 3 | "type": "wms", 4 | "locationSet": {"include": ["siemianowice_slaskie.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Siemianowice Śląskie: Orthophotomap (aerial image)", 7 | "url": "https://siemianowice.geoportal2.pl/map/wms/wms.php?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortofotomapa&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 10 | "attribution": {"text": "Urząd Miasta Siemianowice Śląskie"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/poland/SwietochlowiceOrthomap2008.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Swietochlowice-2008", 3 | "type": "wms", 4 | "locationSet": {"include": ["swietochlowice.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Świętochłowice: Orthophotomap 2008 (aerial image)", 7 | "url": "https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2008&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}", 8 | "max_zoom": 23, 9 | "start_date": "2008", 10 | "end_date": "2008", 11 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 12 | "attribution": {"text": "Urząd Miasta Świętochłowice"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/SwietochlowiceOrthomap2009.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Swietochlowice-2009", 3 | "type": "wms", 4 | "locationSet": {"include": ["swietochlowice.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Świętochłowice: Orthophotomap 2009 (aerial image)", 7 | "url": "https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2009&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}", 8 | "max_zoom": 23, 9 | "start_date": "2009", 10 | "end_date": "2009", 11 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 12 | "attribution": {"text": "Urząd Miasta Świętochłowice"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/SwietochlowiceOrthomap2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Swietochlowice-2012", 3 | "type": "wms", 4 | "locationSet": {"include": ["swietochlowice.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Świętochłowice: Orthophotomap 2012 (aerial image)", 7 | "url": "https://swietochlowice.geoportal2.pl/map/wms/wms.php?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.1&LAYERS=ortofotomapa2012&STYLES=&FORMAT=image/jpeg&BBOX={bbox}&WIDTH={width}&HEIGHT={height}&SRS={proj}", 8 | "max_zoom": 23, 9 | "start_date": "2012", 10 | "end_date": "2012", 11 | "available_projections": ["EPSG:2177", "EPSG:2180", "EPSG:4326"], 12 | "attribution": {"text": "Urząd Miasta Świętochłowice"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/poland/ZabrzeOrthophotomap2011.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Zabrze-2011", 3 | "type": "wms", 4 | "locationSet": {"include": ["zabrze.geojson"]}, 5 | "country_code": "PL", 6 | "name": "Zabrze: Orthophotomap 2011 (aerial image)", 7 | "url": "http://siot.um.zabrze.pl/arcgis/services/UMZ_Ortofoto_2011/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "max_zoom": 23, 9 | "start_date": "2011", 10 | "end_date": "2011", 11 | "available_projections": ["EPSG:2177", "EPSG:4326"], 12 | "attribution": {"text": "Urząd Miasta Zabrza"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskCar.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Freemap.sk-Car", 3 | "type": "tms", 4 | "locationSet": {"include": ["sk"]}, 5 | "country_code": "SK", 6 | "name": "Freemap.sk Car", 7 | "url": "https://{switch:a,b,c,d}.freemap.sk/A/{zoom}/{x}/{y}.jpeg", 8 | "min_zoom": 8, 9 | "max_zoom": 16, 10 | "icon": "https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png", 11 | "attribution": { 12 | "required": true, 13 | "text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved." 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskCyclo.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Freemap.sk-Cyclo", 3 | "type": "tms", 4 | "locationSet": {"include": ["sk"]}, 5 | "country_code": "SK", 6 | "name": "Freemap.sk Cyclo", 7 | "url": "https://{switch:a,b,c,d}.freemap.sk/C/{zoom}/{x}/{y}.jpeg", 8 | "min_zoom": 8, 9 | "max_zoom": 16, 10 | "icon": "https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png", 11 | "attribution": { 12 | "required": true, 13 | "text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved." 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskHiking.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Freemap.sk-Hiking", 3 | "type": "tms", 4 | "locationSet": {"include": ["sk"]}, 5 | "country_code": "SK", 6 | "name": "Freemap.sk Hiking", 7 | "url": "https://{switch:a,b,c,d}.freemap.sk/T/{zoom}/{x}/{y}.jpeg", 8 | "min_zoom": 8, 9 | "max_zoom": 16, 10 | "icon": "https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png", 11 | "attribution": { 12 | "required": true, 13 | "text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved." 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskSki.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Freemap.sk-Ski", 3 | "type": "tms", 4 | "locationSet": {"include": ["sk"]}, 5 | "country_code": "SK", 6 | "name": "Freemap.sk Ski", 7 | "url": "https://{switch:a,b,c,d}.freemap.sk/K/{zoom}/{x}/{y}.jpeg", 8 | "min_zoom": 8, 9 | "max_zoom": 16, 10 | "icon": "https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png", 11 | "attribution": { 12 | "required": true, 13 | "text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved." 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/slovakia/SlovakiaHistoricMaps.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Slovakia-Historic-Maps", 3 | "type": "tms", 4 | "locationSet": {"include": ["sk"]}, 5 | "country_code": "SK", 6 | "name": "Slovakia Historic Maps", 7 | "url": "https://tms.freemap.sk/historicke/{zoom}/{x}/{y}.png", 8 | "max_zoom": 12, 9 | "icon": "https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png" 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/slovenia/GURSBuildingoutlines.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "GURS-buildings", 3 | "type": "tms", 4 | "locationSet": {"include": ["si"]}, 5 | "country_code": "SI", 6 | "name": "GURS: Building outlines", 7 | "url": "https://wms.openstreetmap.de/tms/GURS-building-outlines/{zoom}/{x}/{y}.png", 8 | "min_zoom": 8, 9 | "max_zoom": 19, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/GURS", 11 | "overlay": true, 12 | "icon": "GURS.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/", 16 | "text": "CC-BY ©2020 Geodetska uprava Republike Slovenije (gov.si)." 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/slovenia/GURSRoadlines.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "GURS-roads", 3 | "type": "tms", 4 | "locationSet": {"include": ["si"]}, 5 | "country_code": "SI", 6 | "name": "GURS: Road lines", 7 | "url": "https://wms.openstreetmap.de/tms/GURS-road-lines/{zoom}/{x}/{y}.png", 8 | "min_zoom": 8, 9 | "max_zoom": 19, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/GURS", 11 | "overlay": true, 12 | "icon": "GURS.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/", 16 | "text": "CC-BY ©2020 Geodetska uprava Republike Slovenije (gov.si)." 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/spain/PNOASpain-TMS.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "PNOA-Spain-TMS", 3 | "type": "tms", 4 | "locationSet": {"include": ["es"]}, 5 | "country_code": "ES", 6 | "name": "PNOA Spain", 7 | "url": "https://www.ign.es/wmts/pnoa-ma?request=GetTile&service=WMTS&VERSION=1.0.0&Layer=OI.OrthoimageCoverage&Style=default&Format=image/jpeg&TileMatrixSet=GoogleMapsCompatible&TileMatrix={zoom}&TileRow={y}&TileCol={x}", 8 | "max_zoom": 20, 9 | "best": true, 10 | "attribution": {"required": true, "text": "PNOA"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/europe/sweden/Kalmar_permission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/europe/sweden/Kalmar_permission.pdf -------------------------------------------------------------------------------- /sources/europe/sweden/NordicSnowmobileOverlay.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "kelkkareitit", 3 | "type": "tms", 4 | "locationSet": {"include": ["se", "no", "fi"], "exclude": ["sj", "bv"]}, 5 | "country_code": "SE", 6 | "name": "Nordic snowmobile overlay", 7 | "description": "Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)", 8 | "url": "https://tiles.kelkkareitit.fi/kelkkareitit/{zoom}/{x}/{y}.png", 9 | "min_zoom": 3, 10 | "max_zoom": 18, 11 | "overlay": true, 12 | "icon": "https://kelkkareitit.fi/img/favicon.png", 13 | "i18n": true, 14 | "attribution": {"url": "https://kelkkareitit.fi/", "text": "© Kelkkareitit.fi"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/sweden/SnowmobilemapSweden.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "skoterleder", 3 | "type": "tms", 4 | "locationSet": {"include": ["snowmobilemap_sweden.geojson"]}, 5 | "country_code": "SE", 6 | "name": "Snowmobile map Sweden", 7 | "description": "Snowmobile trails", 8 | "url": "https://tiles.skoterleder.org/tiles/{zoom}/{x}/{y}.png", 9 | "min_zoom": 5, 10 | "max_zoom": 14, 11 | "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Sweden_road_sign_D9.svg/200px-Sweden_road_sign_D9.svg.png", 12 | "i18n": true, 13 | "attribution": {"url": "https://skoterleder.org/", "text": "© Skoterleder.org"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/sweden/lantmateriet-ekonomiska.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osmse-ekonomiska", 3 | "type": "tms", 4 | "locationSet": {"include": ["lantmateriet-ekonomiska.geojson"]}, 5 | "country_code": "SE", 6 | "name": "Lantmäteriet Economic Map 1950–1980", 7 | "description": "Scan of \"Economic maps\" ca. 1950–1980", 8 | "url": "https://mapproxy.openstreetmap.se/tms/1.0.0/ek_EPSG3857/{zoom}/{x}/{-y}.jpeg", 9 | "min_zoom": 3, 10 | "max_zoom": 17, 11 | "license": "CC0-1.0", 12 | "license_url": "https://www.lantmateriet.se/en/Kartor-och-geografisk-information/oppna-data/anvandarvillkor/", 13 | "icon": "lantmateriet.png", 14 | "i18n": true, 15 | "attribution": {"required": true, "url": "https://www.lantmateriet.se", "text": "© Lantmäteriet"} 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/sweden/linkoping_permission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/europe/sweden/linkoping_permission.pdf -------------------------------------------------------------------------------- /sources/europe/switzerland/Bonvillars-Orthophoto-2013.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bonvillars-2013", 3 | "type": "tms", 4 | "locationSet": {"include": ["bonvillars.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Bonvillars Orthophoto 2013", 7 | "url": "https://osmdata.asitvd.ch/tiles/bonvillars2013/{zoom}/{x}/{y}.png", 8 | "min_zoom": 14, 9 | "max_zoom": 20, 10 | "privacy_policy_url": "https://www.asitvd.ch/tarifs-conditions.html", 11 | "start_date": "2013", 12 | "end_date": "2013", 13 | "attribution": { 14 | "url": "https://osmdata.asitvd.ch/", 15 | "text": "Bonvillars - Orthophoto technique 2013" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/switzerland/Cartoriviera-Orthophoto-2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Cartoriviera-2012", 3 | "type": "tms", 4 | "locationSet": {"include": ["cartoriviera.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Cartoriviera - Orthophoto 2012", 7 | "url": "https://osmdata.asitvd.ch/tiles/cartoriviera2012/{zoom}/{x}/{y}.png", 8 | "min_zoom": 14, 9 | "max_zoom": 20, 10 | "privacy_policy_url": "https://www.asitvd.ch/tarifs-conditions.html", 11 | "start_date": "2012", 12 | "end_date": "2012", 13 | "attribution": { 14 | "url": "https://map.cartoriviera.ch/?baselayer_ref=orthos_2012_mobile&baselayer_opacity=100", 15 | "text": "Cartoriviera" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/europe/switzerland/Fiez-Orthophoto-2013.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Fiez-2013", 3 | "type": "tms", 4 | "locationSet": {"include": ["fiez.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Fiez Orthophoto 2013", 7 | "url": "https://osmdata.asitvd.ch/tiles/fiez2013/{zoom}/{x}/{y}.png", 8 | "category": "photo", 9 | "min_zoom": 14, 10 | "max_zoom": 20, 11 | "privacy_policy_url": "https://www.asitvd.ch/tarifs-conditions.html", 12 | "start_date": "2013", 13 | "end_date": "2013", 14 | "attribution": {"url": "https://osmdata.asitvd.ch/", "text": "Fiez - Orthophoto technique 2013"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Aargau25cm-AGIS2014.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Aargau-AGIS-2014", 3 | "type": "tms", 4 | "locationSet": {"include": ["kanton_aargau.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Kanton Aargau 25cm (AGIS 2014)", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/AGIS2014/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "min_zoom": 8, 10 | "max_zoom": 19, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/Switzerland/AGIS", 12 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 13 | "start_date": "2014", 14 | "end_date": "2014", 15 | "attribution": {"text": "AGIS OF2014"} 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Aargau25cm-AGIS2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Aargau-AGIS-2016", 3 | "type": "tms", 4 | "locationSet": {"include": ["kanton_aargau.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Kanton Aargau 25cm (AGIS 2016)", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/AGIS2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "min_zoom": 8, 10 | "max_zoom": 19, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/Switzerland/AGIS", 12 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 13 | "start_date": "2016", 14 | "end_date": "2016", 15 | "attribution": {"text": "AGIS OF2016"} 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Aargau25cm-AGIS2017.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Aargau-AGIS-2017", 3 | "type": "tms", 4 | "locationSet": {"include": ["kanton_aargau.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Kanton Aargau 25cm (AGIS 2017)", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/AGIS2017/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "min_zoom": 8, 10 | "max_zoom": 19, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/Switzerland/AGIS", 12 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 13 | "start_date": "2017", 14 | "end_date": "2017", 15 | "attribution": {"text": "AGIS OF2017"} 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Basel_Stadt-2015-TMS.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "KTBASELSTADT2015", 3 | "type": "tms", 4 | "locationSet": {"include": ["kanton_basel_stadt.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Kanton Basel-Stadt 2015", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/KTBASELSTADT2015/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "min_zoom": 8, 10 | "max_zoom": 21, 11 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 12 | "start_date": "2015", 13 | "end_date": "2015", 14 | "attribution": {"required": true, "text": "Kanton Basel-Stadt OF 2015"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/switzerland/Lausanne-Orthopho-2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Lausanne-2016", 3 | "type": "tms", 4 | "locationSet": {"include": ["lausanne.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Lausanne - Orthophoto 2016", 7 | "url": "https://osmdata.asitvd.ch/tiles/lausanne2016/{zoom}/{x}/{y}.png", 8 | "category": "photo", 9 | "min_zoom": 10, 10 | "max_zoom": 20, 11 | "privacy_policy_url": "https://www.asitvd.ch/tarifs-conditions.html", 12 | "start_date": "2016", 13 | "end_date": "2016", 14 | "attribution": { 15 | "url": "http://carto.lausanne.ch/lausanne-gc/", 16 | "text": "Ville de Lausanne - Orthophoto 2016" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/europe/switzerland/SIGIP-Orthophoto2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "SIGIP-2012", 3 | "type": "tms", 4 | "locationSet": {"include": ["sigip_ortho_2012.geojson"]}, 5 | "country_code": "CH", 6 | "name": "SIGIP - Orthophoto 2012", 7 | "url": "https://osmdata.asitvd.ch/tiles/sigip2012/{zoom}/{x}/{y}.png", 8 | "min_zoom": 14, 9 | "max_zoom": 20, 10 | "privacy_policy_url": "https://www.asitvd.ch/tarifs-conditions.html", 11 | "start_date": "2012", 12 | "end_date": "2012", 13 | "attribution": {"url": "https://www.sigip.ch/", "text": "SIGIP"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtBern10cm25cm-2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bern-2012", 3 | "type": "tms", 4 | "locationSet": {"include": ["stadt_bern_2012.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Stadt Bern 10cm/25cm (2012)", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/bern2012/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "min_zoom": 14, 10 | "max_zoom": 19, 11 | "license_url": "https://wiki.openstreetmap.org/wiki/Bern#Orthofotos", 12 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 13 | "start_date": "2012", 14 | "end_date": "2012", 15 | "attribution": {"text": "Orthophoto 2012, Vermessungsamt Stadt Bern"} 16 | } 17 | -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtUster_orthophoto_200810cm.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Uster-2008", 3 | "type": "tms", 4 | "locationSet": {"include": ["uster.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Stadt Uster Orthophoto 2008 10cm", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/uster/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "max_zoom": 21, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Stadt_Uster_WMS", 11 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 12 | "start_date": "2008", 13 | "end_date": "2008", 14 | "attribution": {"text": "Stadt Uster Vermessung Orthophoto 2008"} 15 | } 16 | -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtZurich_overviewmap_tms.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Zurich-overviewmap_tms", 3 | "type": "tms", 4 | "locationSet": {"include": ["stadt_zurich_overview.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Stadtplan Zürich", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/zh_stadtplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "max_zoom": 21, 10 | "license": "cc0-1.0", 11 | "license_url": "https://data.stadt-zuerich.ch/portal/de/index/ogd/nutzungsbedingungen.secure.html", 12 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 13 | "attribution": {"text": "Stadt Zürich Open Government Data"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtZurich_ubersichtsplan_tms.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Zuerich-zh_uebersichtsplan-tms", 3 | "type": "tms", 4 | "locationSet": {"include": ["stadt_zurich_overview.geojson"]}, 5 | "country_code": "CH", 6 | "name": "Übersichtsplan Zürich", 7 | "description": "This imagery is provided via a proxy operated by https://sosm.ch/", 8 | "url": "https://mapproxy.osm.ch/tiles/zh_uebersichtsplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", 9 | "max_zoom": 21, 10 | "license": "cc0-1.0", 11 | "license_url": "https://data.stadt-zuerich.ch/dataset/geo_uebersichtsplan_stadt_zuerich", 12 | "privacy_policy_url": "https://sosm.ch/about/terms-of-service/", 13 | "attribution": {"text": "Stadt Zürich Open Government Data"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/europe/ukraine/Ukraine-Kyiv2014-DZK.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "UkraineKyiv2014DZK", 3 | "type": "tms", 4 | "locationSet": {"include": ["kyiv.geojson"]}, 5 | "country_code": "UA", 6 | "name": "Ukraine - Kyiv 2014 (DZK)", 7 | "description": "Works only from within Ukraine or with an Ukrainian proxy server.", 8 | "url": "https://map.land.gov.ua/map/ortho_kiev/{zoom}/{x}/{-y}.jpg", 9 | "max_zoom": 16, 10 | "start_date": "2014", 11 | "end_date": "2014" 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/ukraine/Ukraine-Orthophotomaps2012.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Ukraine-orto10000-2012", 3 | "type": "tms", 4 | "locationSet": {"include": ["ua", "crimea.geojson"]}, 5 | "country_code": "UA", 6 | "name": "Ukraine - Orthophotomaps 2012", 7 | "description": "Works only from within Ukraine or with an Ukrainian proxy server.", 8 | "url": "http://212.26.144.110/tile2/orto_10000/{zoom}/{x}/{-y}.jpg", 9 | "max_zoom": 16, 10 | "start_date": "2012", 11 | "end_date": "2012" 12 | } 13 | -------------------------------------------------------------------------------- /sources/europe/united_kingdom/HampshireAerialFCIR.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Hampshire-Aerial-FCIR", 3 | "type": "tms", 4 | "locationSet": {"include": ["hampshire.geojson"]}, 5 | "country_code": "GB", 6 | "name": "Hampshire Aerial FCIR", 7 | "url": "https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_fcir/{zoom}/{x}/{y}.png", 8 | "min_zoom": 8, 9 | "max_zoom": 20, 10 | "license_url": "https://github.com/osmlab/editor-layer-index/commit/aad3f972a7bf68347cbc6507baa1ec87c54137b5#commitcomment-26962498", 11 | "start_date": "2013", 12 | "end_date": "2014" 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/united_kingdom/HampshireAerialRGB.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Hampshire-Aerial-RGB", 3 | "type": "tms", 4 | "locationSet": {"include": ["hampshire.geojson"]}, 5 | "country_code": "GB", 6 | "name": "Hampshire Aerial RGB", 7 | "url": "https://{switch:a,b,c}.hampshire.aerial.openstreetmap.org.uk/layer/gb_hampshire_aerial_rgb/{zoom}/{x}/{y}.png", 8 | "min_zoom": 8, 9 | "max_zoom": 20, 10 | "license_url": "https://github.com/osmlab/editor-layer-index/commit/aad3f972a7bf68347cbc6507baa1ec87c54137b5#commitcomment-26962498", 11 | "start_date": "2013", 12 | "end_date": "2013" 13 | } 14 | -------------------------------------------------------------------------------- /sources/europe/united_kingdom/OSOpenDataStreetView.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OS-OpenData_StreetView", 3 | "type": "tms", 4 | "locationSet": {"include": ["gb-eng", "gb-sct", "gb-wls"]}, 5 | "country_code": "GB", 6 | "name": "OS OpenData StreetView", 7 | "url": "https://{switch:a,b,c}.os.openstreetmap.org/sv/{zoom}/{x}/{y}.png", 8 | "min_zoom": 1, 9 | "max_zoom": 18 10 | } 11 | -------------------------------------------------------------------------------- /sources/europe/united_kingdom/SurreyAirSurvey.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Surrey-Air_Survey", 3 | "type": "tms", 4 | "locationSet": {"include": ["surrey.geojson"]}, 5 | "country_code": "GB", 6 | "name": "Surrey Air Survey", 7 | "url": "https://{switch:a,b,c}.surrey.aerial.openstreetmap.org.uk/layer/gb_surrey_aerial/{zoom}/{x}/{y}.png", 8 | "min_zoom": 8, 9 | "max_zoom": 21, 10 | "start_date": "2007", 11 | "end_date": "2009" 12 | } 13 | -------------------------------------------------------------------------------- /sources/middle_east/israel/IsraelHiking.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Israel_Hiking", 3 | "type": "tms", 4 | "locationSet": {"include": ["il"]}, 5 | "country_code": "IL", 6 | "name": "Israel Hiking", 7 | "description": "Israel Hiking map", 8 | "url": "https://israelhiking.osm.org.il/Tiles/{zoom}/{x}/{y}.png", 9 | "min_zoom": 7, 10 | "max_zoom": 16, 11 | "icon": "https://israelhiking.osm.org.il/content/favicons/favicon.ico", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://israelhiking.osm.org.il/", 15 | "text": "Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL." 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/middle_east/israel/IsraelMTB.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Israel_MTB", 3 | "type": "tms", 4 | "locationSet": {"include": ["il"]}, 5 | "country_code": "IL", 6 | "name": "Israel MTB", 7 | "description": "Israel MTB map", 8 | "url": "https://israelhiking.osm.org.il/MTBTiles/{zoom}/{x}/{y}.png", 9 | "min_zoom": 7, 10 | "max_zoom": 16, 11 | "icon": "https://israelhiking.osm.org.il/content/favicons/favicon.ico", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://israelhiking.osm.org.il/", 15 | "text": "Tiles © IsraelHiking, CC BY-SA-NC 3.0. Data by OpenStreetMap under ODbL." 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/middle_east/palestine/GazaStrip-Pliades-20140706-NIR.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "gaza_pleiades_20140706_nir", 3 | "type": "tms", 4 | "locationSet": {"include": ["gaza_strip.geojson"]}, 5 | "country_code": "PS", 6 | "name": "Gaza Strip - Pléiades - 2014/07/06 (NIR)", 7 | "url": "https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706_nir/{zoom}/{x}/{y}", 8 | "max_zoom": 22, 9 | "start_date": "2014-07-06", 10 | "end_date": "2014-07-06", 11 | "attribution": { 12 | "required": true, 13 | "url": "https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip", 14 | "text": "Copyright CNES 2014, Distribution Airbus Defence and Space" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/middle_east/palestine/GazaStrip-Pliades-20140706.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "gaza_pleiades_20140706", 3 | "type": "tms", 4 | "locationSet": {"include": ["gaza_strip.geojson"]}, 5 | "country_code": "PS", 6 | "name": "Gaza Strip - Pléiades - 2014/07/06", 7 | "url": "https://imagery.openstreetmap.fr/tms/1.0.0/gaza_pleiades_20140706/{zoom}/{x}/{y}", 8 | "max_zoom": 22, 9 | "start_date": "2014-07-06", 10 | "end_date": "2014-07-06", 11 | "attribution": { 12 | "required": true, 13 | "url": "https://wiki.openstreetmap.org/wiki/2014_Gaza_Strip", 14 | "text": "Copyright CNES 2014, Distribution Airbus Defence and Space" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/north_america/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/north_america/.gitkeep -------------------------------------------------------------------------------- /sources/north_america/haiti/DroneImageryMatthew-Haiti-October2016.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "drone-imagery-2016", 3 | "type": "tms", 4 | "locationSet": {"include": ["haiti_matthew_oct2016.geojson"]}, 5 | "country_code": "HT", 6 | "name": "Drone Imagery Matthew(Haiti) October 2016", 7 | "url": "https://imagery.openstreetmap.fr/tms/1.0.0/haiti_uav_201610/{zoom}/{x}/{y}", 8 | "max_zoom": 18, 9 | "start_date": "2016-10", 10 | "end_date": "2016-10" 11 | } 12 | -------------------------------------------------------------------------------- /sources/north_america/haiti/canaan_drone_red_cross_201712.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "canaan_drone_red_cross_201712", 3 | "type": "tms", 4 | "locationSet": {"include": ["haiti_canaan_dec2017.geojson"]}, 5 | "country_code": "HT", 6 | "name": "Canaan - American Red Cross, Dec-2017", 7 | "description": "Drone imagery collected December 2017 for Canaan, Haiti by American Red Cross in coordination with the Haitian Red Cross.", 8 | "url": "https://tiles.openaerialmap.org/5ac65a9f91b5310010e0d489/0/5ac65a9f91b5310010e0d48a/{zoom}/{x}/{y}.png", 9 | "max_zoom": 21, 10 | "start_date": "2017-12-11", 11 | "end_date": "2017-12-20", 12 | "attribution": {"url": "http://americanredcross.github.io/", "text": "American Red Cross"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/north_america/united_states/SanJuanMetroArea2013USACEOrthophotos.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "SanJuanMetroAreaUSACEOrthophotos", 3 | "type": "tms", 4 | "locationSet": {"include": ["san_juan_metro_area.geojson"]}, 5 | "country_code": "US", 6 | "name": "San Juan Metro Area: 2013 USACE Orthophotos", 7 | "url": "http://imagery-pr-usace-2013.s3-website-us-east-1.amazonaws.com/tiles/{zoom}/{x}/{y}.jpg", 8 | "max_zoom": 20, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/Puerto_Rico_Imagery#Recommended_imagery_for_the_San_Juan_Metro_Area:_2013_USACE_Orthophotos", 10 | "start_date": "2013-03-13", 11 | "end_date": "2013-03-15" 12 | } 13 | -------------------------------------------------------------------------------- /sources/north_america/united_states/TIGER2014RoadsOverlay.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "US-TIGER-Roads-2014", 3 | "type": "tms", 4 | "locationSet": {"include": ["us"], "exclude": ["as", "um"]}, 5 | "country_code": "US", 6 | "name": "TIGER Roads 2014", 7 | "description": "At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap", 8 | "url": "https://{switch:a,b,c,d}.tiles.mapbox.com/v4/enf.e0b8291e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjaml5MjVyb3MwMWV0M3hxYmUzdGdwbzE4In0.q548FjhsSJzvXsGlPsFxAQ", 9 | "max_zoom": 22, 10 | "start_date": "2014", 11 | "end_date": "2014", 12 | "overlay": true, 13 | "icon": "TIGER.png" 14 | } 15 | -------------------------------------------------------------------------------- /sources/north_america/united_states/TIGER2017RoadsOverlay.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "US-TIGER-Roads-2017", 3 | "type": "tms", 4 | "locationSet": {"include": ["us"], "exclude": ["as", "um"]}, 5 | "country_code": "US", 6 | "name": "TIGER Roads 2017", 7 | "description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap", 8 | "url": "https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cj8dftc3q1ecn2tnx9qhwyj0c/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw", 9 | "max_zoom": 22, 10 | "start_date": "2017", 11 | "end_date": "2017", 12 | "overlay": true, 13 | "icon": "TIGER.png" 14 | } 15 | -------------------------------------------------------------------------------- /sources/north_america/united_states/TIGER2018RoadsOverlay.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "US-TIGER-Roads-2018", 3 | "type": "tms", 4 | "locationSet": {"include": ["us"], "exclude": ["as", "um"]}, 5 | "country_code": "US", 6 | "name": "TIGER Roads 2018", 7 | "description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap", 8 | "url": "https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cjo1wbulo3ub82ro1c9onlzmh/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw", 9 | "max_zoom": 22, 10 | "start_date": "2018", 11 | "end_date": "2018", 12 | "overlay": true, 13 | "icon": "TIGER.png" 14 | } 15 | -------------------------------------------------------------------------------- /sources/north_america/united_states/USForestService.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "US_Forest_Service_roads", 3 | "type": "tms", 4 | "locationSet": {"include": ["us"], "exclude": ["as", "um", "vi"]}, 5 | "country_code": "US", 6 | "name": "U.S. Forest Service roads", 7 | "url": "https://osm.cycle.travel/forest/{zoom}/{x}/{y}.png", 8 | "max_zoom": 19 9 | } 10 | -------------------------------------------------------------------------------- /sources/north_america/united_states/USGSImagery.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "USGS-Imagery", 3 | "type": "tms", 4 | "locationSet": {"include": ["us"], "exclude": ["as", "um", "alaska_hawaii.geojson"]}, 5 | "country_code": "US", 6 | "name": "USGS Imagery", 7 | "description": "Public domain aerial imagery, mostly NAIP", 8 | "url": "https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{zoom}/{y}/{x}", 9 | "min_zoom": 12, 10 | "max_zoom": 20, 11 | "privacy_policy_url": "https://www.usgs.gov/privacy-policies", 12 | "icon": "USGS.png" 13 | } 14 | -------------------------------------------------------------------------------- /sources/north_america/united_states/USGSTopographicMaps.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "USGS-Scanned_Topographic", 3 | "type": "tms", 4 | "locationSet": {"include": ["us", "ca", "mx"], "exclude": ["as", "um", "pr", "vi"]}, 5 | "country_code": "US", 6 | "name": "USGS Topographic Maps", 7 | "url": "https://caltopo.s3.amazonaws.com/topo/{zoom}/{x}/{y}.png", 8 | "max_zoom": 16, 9 | "icon": "USGS.png", 10 | "attribution": {"required": true, "url": "https://caltopo.com", "text": "© Caltopo"} 11 | } 12 | -------------------------------------------------------------------------------- /sources/north_america/united_states/colorado/Mesa_County_Data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/north_america/united_states/colorado/Mesa_County_Data.pdf -------------------------------------------------------------------------------- /sources/north_america/united_states/massachusetts/MassGISL3Parcels.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "MassGIS-L3-Parcels", 3 | "type": "tms", 4 | "locationSet": {"include": ["massachusetts.geojson"]}, 5 | "country_code": "US", 6 | "name": "MassGIS L3 Parcels", 7 | "url": "https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/MassGIS_Level3_Parcels/MapServer/tile/{zoom}/{y}/{x}", 8 | "min_zoom": 15, 9 | "max_zoom": 20, 10 | "overlay": true 11 | } 12 | -------------------------------------------------------------------------------- /sources/oceania/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/oceania/.gitkeep -------------------------------------------------------------------------------- /sources/oceania/australia/AGRIblack-and-white25m.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "AGRI-black_and_white-2.5m", 3 | "type": "tms", 4 | "locationSet": {"include": ["au"]}, 5 | "country_code": "AU", 6 | "name": "AGRI black-and-white 2.5m", 7 | "url": "https://{switch:a,b,c}.agri.openstreetmap.org/layer/au_ga_agri/{zoom}/{x}/{y}.png", 8 | "max_zoom": 16, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/Attribution/Geoscience_Australia", 10 | "start_date": "2006", 11 | "end_date": "2011", 12 | "attribution": { 13 | "url": "https://data.gov.au/dataset/agri-the-australian-geographic-reference-image", 14 | "text": "AGRI, Geoscience Australia" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/oceania/australia/australian_capital_territory/ACTmapi-Imagery.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/oceania/australia/australian_capital_territory/ACTmapi-Imagery.PDF -------------------------------------------------------------------------------- /sources/oceania/australia/new_south_wales/NSW-LPI-WebServices-BaseMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "NSW_LPI_BaseMap", 3 | "type": "tms", 4 | "locationSet": {"include": ["new_south_wales.geojson"]}, 5 | "country_code": "AU", 6 | "name": "LPI NSW Base Map", 7 | "url": "https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}", 8 | "min_zoom": 1, 9 | "max_zoom": 19, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Attribution/New_South_Wales_Government_Data", 11 | "icon": "nsw.png", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://www.spatial.nsw.gov.au/mapping_and_imagery/lpi_web_services", 15 | "text": "© Department of Customer Service 2019" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/oceania/australia/new_south_wales/NSW-LPI-WebServices-Imagery.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "NSW_LPI_Imagery", 3 | "type": "tms", 4 | "locationSet": {"include": ["new_south_wales.geojson"]}, 5 | "country_code": "AU", 6 | "name": "LPI NSW Imagery", 7 | "url": "https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}", 8 | "min_zoom": 1, 9 | "max_zoom": 21, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Attribution/New_South_Wales_Government_Data", 11 | "best": true, 12 | "icon": "nsw.png", 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.spatial.nsw.gov.au/mapping_and_imagery/lpi_web_services", 16 | "text": "© Department of Customer Service 2019" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/oceania/australia/new_south_wales/NSW-LPI-WebServices-TopographicMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "NSW_LPI_TopographicMap", 3 | "type": "tms", 4 | "locationSet": {"include": ["new_south_wales.geojson"]}, 5 | "country_code": "AU", 6 | "name": "LPI NSW Topographic Map", 7 | "url": "https://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}", 8 | "min_zoom": 1, 9 | "max_zoom": 16, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Attribution/New_South_Wales_Government_Data", 11 | "icon": "nsw.png", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://www.spatial.nsw.gov.au/mapping_and_imagery/lpi_web_services", 15 | "text": "© Department of Customer Service 2019" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/oceania/australia/tasmania/Launceston_OrthoPhoto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/oceania/australia/tasmania/Launceston_OrthoPhoto.pdf -------------------------------------------------------------------------------- /sources/oceania/australia/western_australia/MainRoadsWA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/oceania/australia/western_australia/MainRoadsWA.pdf -------------------------------------------------------------------------------- /sources/oceania/new_zealand/LINZ-NZ-Topo50-Gridless-Maps.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "LINZ_NZ_Topo50_Gridless_Maps", 3 | "type": "tms", 4 | "locationSet": {"include": ["nz"]}, 5 | "country_code": "NZ", 6 | "name": "LINZ NZ Topo50 Gridless Maps", 7 | "url": "https://map.cazzaserver.com/linz_topo/{zoom}/{x}/{y}.png", 8 | "max_zoom": 21, 9 | "license": "CC-BY-4.0", 10 | "license_url": "https://wiki.openstreetmap.org/wiki/Contributors#LINZ", 11 | "icon": "https://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico", 12 | "attribution": { 13 | "required": true, 14 | "url": "https://data.linz.govt.nz/layer/2343-nz-mainland-topo50-gridless-maps", 15 | "text": "CC BY 4.0 Land Information New Zealand" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/oceania/new_zealand/LINZ-NZ-waiver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/oceania/new_zealand/LINZ-NZ-waiver.pdf -------------------------------------------------------------------------------- /sources/south_america/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/south_america/.gitkeep -------------------------------------------------------------------------------- /sources/south_america/argentina/IGNtopographicalmap-TMS.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "ign-topografico-tms", 3 | "type": "tms", 4 | "locationSet": {"include": ["ar"]}, 5 | "country_code": "AR", 6 | "name": "IGN topographical map (TMS)", 7 | "url": "https://ide.ign.gob.ar/geoservicios/rest/services/Mapas_IGN/mapa_topografico/MapServer/tile/{zoom}/{y}/{x}", 8 | "min_zoom": 1, 9 | "max_zoom": 19, 10 | "license_url": "https://www.ign.gob.ar/descargas/tyc1.html", 11 | "icon": "ign.png", 12 | "attribution": { 13 | "url": "https://www.ign.gob.ar/", 14 | "text": "Instituto Geográfico Nacional de la República Argentina" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Arapiraca.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "arapiraca_al", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Arapiraca AL", 7 | "url": "http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?LAYERS=Arapiraca&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://dados.al.gov.br/dataset/imagens-de-alta-resolucao", 9 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:22525"], 10 | "attribution": { 11 | "url": "http://www.seplag.al.gov.br", 12 | "text": "Secretaria de Estado do Planejamento, Gestão e Patrimônio" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Cajueiro.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "cajueiro_al", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Cajueiro AL", 7 | "url": "http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?LAYERS=Cajueiro&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://dados.al.gov.br/dataset/imagens-de-alta-resolucao", 9 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:22525"], 10 | "attribution": { 11 | "url": "http://www.seplag.al.gov.br", 12 | "text": "Secretaria de Estado do Planejamento, Gestão e Patrimônio" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Capela.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "capela_al", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Capela AL", 7 | "url": "http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?LAYERS=Capela&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://dados.al.gov.br/dataset/imagens-de-alta-resolucao", 9 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:22525"], 10 | "attribution": { 11 | "url": "http://www.seplag.al.gov.br", 12 | "text": "Secretaria de Estado do Planejamento, Gestão e Patrimônio" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Palesina.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "al_palestina", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Palestina AL", 7 | "url": "http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?LAYERS=Palestina&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://dados.al.gov.br/dataset/imagens-de-alta-resolucao", 9 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:22525"], 10 | "attribution": { 11 | "url": "http://www.seplag.al.gov.br", 12 | "text": "Secretaria de Estado do Planejamento, Gestão e Patrimônio" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Piranhas.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "al_piranhas", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Piranhas AL", 7 | "url": "http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?LAYERS=Piranhas&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://dados.al.gov.br/dataset/imagens-de-alta-resolucao", 9 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:22525"], 10 | "attribution": { 11 | "url": "http://www.seplag.al.gov.br", 12 | "text": "Secretaria de Estado do Planejamento, Gestão e Patrimônio" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Vicosa.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "vicosa_al", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Viçosa AL", 7 | "url": "http://geoserver.dados.al.gov.br:8080/geoserver/Alagoas/ows?LAYERS=Vicosa&SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.0&SERVICE=WMS&REQUEST=GetMap&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://dados.al.gov.br/dataset/imagens-de-alta-resolucao", 9 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:22525"], 10 | "attribution": { 11 | "url": "http://www.seplag.al.gov.br", 12 | "text": "Secretaria de Estado do Planejamento, Gestão e Patrimônio" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /sources/south_america/brazil/Brazilian_Army_Topographic_Maps.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "BDGEx_ctm_multi", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Cartas Topográficas do Exército Brasileiro", 7 | "url": "https://bdgex.eb.mil.br/mapcache?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=ctmmultiescalas_mercator&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "min_zoom": 1, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/BDGEx_Tile_Layer", 10 | "icon": "Exercito.png", 11 | "available_projections": ["EPSG:3857"], 12 | "attribution": {"text": "BDGEx"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/south_america/brazil/DER-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "der-es", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "DER-ES", 7 | "url": "http://portal.der.es.gov.br/geoserver/wms?SERVICE=WMS&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=deres-ext:TRECHOINFO&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", 8 | "license_url": "http://www.acessoainformacao.es.gov.br/DER-ES", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": { 12 | "url": "https://der.es.gov.br", 13 | "text": "Departamento de Estradas de Rodagem do Estado do Espírito Santo" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_aglomerado_rural_isolado.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BC250_Aglomerado_Rural", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BC250-Aglomerado Rural Isolado", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Aglomerado_Rural_Isolado_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_pista_pouso.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BC250_Pista_Pouso", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BC250-Pista de Pouso", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Pista_Ponto_Pouso_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_rios_drenagem.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BC250_Rios_Drenagem", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BC250-Rios Drenagem", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Trecho_Drenagem_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_rodoviaria.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BC250_Rodoviario", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BC250-Trecho Rodoviario", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Trecho_Rodoviario_L&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image/png&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_terra_indigena.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BC250_Terra_Indegina", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BC250-Terra Indigena", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Terra_Indigena_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_unidade_de_uso_sustentavel.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BC250_Uso_Sustentavel", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BC250-Unidade de Uso Sistentável - APA", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Unidade_Uso_Sustentavel_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_vila.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BC250_Villa", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BC250-Villa", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BC250_Vila_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BCIM_gerador_de_energia.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BCIM_Gerador_Eletrica", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BCIM-Estações Geradora de Energia Elétrica", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BCIM_Est_Gerad_Energia_Eletrica_P&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BCIM_municipio.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_BCIM_Municipio", 3 | "type": "wms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE-BCIM-Município", 7 | "url": "https://geoservicos.ibge.gov.br/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=CCAR:BCIM_Municipio_A&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&FORMAT=image%2Fpng&TRANSPARENT=TRUE", 8 | "license_url": "http://dados.gov.br", 9 | "overlay": true, 10 | "available_projections": ["EPSG:3857", "EPSG:4326", "EPSG:5396", "EPSG:22525"], 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_DF_Adresses.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_DF_Addresses", 3 | "type": "tms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE Distrito Federal", 7 | "description": "Addresses data from IBGE", 8 | "url": "https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/wille/cirnnxni1000jg8nfppc8g7pm/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoicFNVWk5VWSJ9.hluCd0YGvYHNlFi_utWe2g", 9 | "max_zoom": 20, 10 | "overlay": true, 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Salvador_Streets.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_Salvador_Streets", 3 | "type": "tms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Nomes de Ruas IBGE Salvador-BA", 7 | "description": "Streets geometry and names of Salvador, Bahia. Source: Faces de Logradouro - IBGE.", 8 | "url": "https://api.mapbox.com/styles/v1/wille/cj8lp78dn62wl2rquim47qo0g/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoicFNVWk5VWSJ9.hluCd0YGvYHNlFi_utWe2g", 9 | "max_zoom": 20, 10 | "overlay": true 11 | } 12 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Setores_Rurais.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_Setores_Rurais", 3 | "type": "tms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE Mapa de Setores Rurais", 7 | "url": "https://{switch:a,b,c,d}.tiles.mapbox.com/v4/tmpsantos.i00mo1kj/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjaml5MjVyb3MwMWV0M3hxYmUzdGdwbzE4In0.q548FjhsSJzvXsGlPsFxAQ", 8 | "max_zoom": 14, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/IBGE_Tile_Layer", 10 | "icon": "IBGE.png", 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Setores_Urbanos.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_Setores_Urbanos", 3 | "type": "tms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE Mapa de Setores Urbanos", 7 | "url": "https://{switch:a,b,c,d}.tiles.mapbox.com/v4/tmpsantos.hgda0m6h/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjaml5MjVyb3MwMWV0M3hxYmUzdGdwbzE4In0.q548FjhsSJzvXsGlPsFxAQ", 8 | "max_zoom": 19, 9 | "license_url": "https://wiki.openstreetmap.org/wiki/IBGE_Tile_Layer", 10 | "icon": "IBGE.png", 11 | "attribution": {"text": "IBGE"} 12 | } 13 | -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Street_Names.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "IBGE_Nomes_Ruas", 3 | "type": "tms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "IBGE Nomes de Ruas", 7 | "url": "https://api.maptiler.com/maps/b2037b15-5614-4fed-9608-9830b8dc574a/256/{zoom}/{x}/{y}.png?key=YmPoUxbTlEHlrASzv56Z", 8 | "min_zoom": 4, 9 | "max_zoom": 22, 10 | "license_url": "https://wiki.openstreetmap.org/wiki/IBGE_Street_Names", 11 | "overlay": true, 12 | "icon": "IBGE.png", 13 | "attribution": {"text": "IBGE, OSM Brasil"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/south_america/brazil/Londrina.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "londrina2011", 3 | "type": "tms", 4 | "locationSet": {"include": ["br"]}, 5 | "country_code": "BR", 6 | "name": "Londrina Ortofoto 2011", 7 | "url": "https://siglon.londrina.pr.gov.br/arcgis/rest/services/Imagens/Ortofotos_2011_Paranacidade/MapServer/WMTS/tile/1.0.0/Imagens_Ortofotos_2011_Paranacidade/default/GoogleMapsCompatible/{zoom}/{y}/{x}", 8 | "max_zoom": 19, 9 | "license_url": "http://siglon.londrina.pr.gov.br", 10 | "start_date": "2011", 11 | "end_date": "2011", 12 | "attribution": {"url": "http://siglon.londrina.pr.gov.br", "text": "Prefeitura do Londrinas, PR"} 13 | } 14 | -------------------------------------------------------------------------------- /sources/world/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/a4912539148f4dc6bba758d82d1d8890c69d1c0d/sources/world/.gitkeep -------------------------------------------------------------------------------- /sources/world/Bing.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Bing", 3 | "type": "bing", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Bing aerial imagery", 6 | "description": "Satellite and aerial imagery.", 7 | "url": "https://www.bing.com/maps", 8 | "min_zoom": 1, 9 | "max_zoom": 22, 10 | "permission_osm": "explicit", 11 | "license": "COMMERCIAL", 12 | "license_url": "https://wiki.openstreetmap.org/wiki/Bing_Maps", 13 | "privacy_policy_url": "https://privacy.microsoft.com/en-gb/privacystatement", 14 | "icon": "Bing.png", 15 | "i18n": true, 16 | "no_tile_header": {"X-VE-Tile-Info": ["no-tile"]} 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/EsriImagery.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "EsriWorldImagery", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Esri World Imagery", 6 | "description": "Esri world imagery.", 7 | "url": "https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}", 8 | "category": "photo", 9 | "max_zoom": 22, 10 | "permission_osm": "explicit", 11 | "license": "COMMERCIAL", 12 | "icon": "Esri.png", 13 | "i18n": true, 14 | "attribution": { 15 | "required": true, 16 | "url": "https://wiki.openstreetmap.org/wiki/Esri", 17 | "text": "Terms & Feedback" 18 | }, 19 | "no_tile_header": {"Etag": ["\"10i954m13i2\""]} 20 | } 21 | -------------------------------------------------------------------------------- /sources/world/OSMIAddresses.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OSM_Inspector-Addresses", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OSM Inspector: Addresses", 6 | "url": "https://tools.geofabrik.de/osmi/tiles/addresses/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "icon": "OSMI.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://tools.geofabrik.de/osmi", 15 | "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OSMIGeometry.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OSM_Inspector-Geometry", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OSM Inspector: Geometry", 6 | "url": "https://tools.geofabrik.de/osmi/tiles/geometry/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "icon": "OSMI.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://tools.geofabrik.de/osmi", 15 | "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OSMIHighways.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OSM_Inspector-Highways", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OSM Inspector: Highways", 6 | "url": "https://tools.geofabrik.de/osmi/tiles/highways/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "icon": "OSMI.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://tools.geofabrik.de/osmi", 15 | "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OSMIMultipolygon.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OSM_Inspector-Multipolygon", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OSM Inspector: Area", 6 | "url": "https://tools.geofabrik.de/osmi/tiles/area/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "min_zoom": 8, 9 | "max_zoom": 19, 10 | "overlay": true, 11 | "icon": "OSMI.png", 12 | "i18n": true, 13 | "attribution": { 14 | "required": true, 15 | "url": "https://tools.geofabrik.de/osmi", 16 | "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/world/OSMIPlaces.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OSM_Inspector-Places", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OSM Inspector: Places", 6 | "url": "https://tools.geofabrik.de/osmi/tiles/places/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "icon": "OSMI.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://tools.geofabrik.de/osmi", 15 | "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OSMIRouting.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OSM_Inspector-Routing", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OSM Inspector: Routing", 6 | "url": "https://tools.geofabrik.de/osmi/tiles/routing/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "icon": "OSMI.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://tools.geofabrik.de/osmi", 15 | "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OSMITagging.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OSM_Inspector-Tagging", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OSM Inspector: Tagging", 6 | "url": "https://tools.geofabrik.de/osmi/tiles/tagging/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "icon": "OSMI.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://tools.geofabrik.de/osmi", 15 | "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OpenPTMap-overlay.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "openpt_map", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenPT Map (overlay)", 6 | "url": "http://openptmap.de/tiles/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "min_zoom": 4, 9 | "max_zoom": 17, 10 | "overlay": true, 11 | "icon": "http://openptmap.de/favicon_pt.png", 12 | "i18n": true, 13 | "attribution": { 14 | "required": true, 15 | "url": "http://openptmap.de", 16 | "text": "© OpenStreetMap contributors, CC-BY-SA" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/world/OpenRailwayMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "openrailwaymap", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenRailwayMap", 6 | "description": "Overlay imagery for railway mapping in OSM", 7 | "url": "https://{switch:a,b,c}.tiles.openrailwaymap.org/standard/{zoom}/{x}/{y}.png", 8 | "category": "osmbasedmap", 9 | "max_zoom": 20, 10 | "overlay": true, 11 | "icon": "https://www.openrailwaymap.org/img/openrailwaymap-64.png", 12 | "i18n": true, 13 | "attribution": {"url": "https://www.openrailwaymap.org/", "text": "© OpenRailwayMap.org"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/world/OpenRailwayMapMaxspeeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "openrailwaymap-maxspeeds", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenRailwayMap Maxspeeds", 6 | "description": "Overlay imagery showing railway speed limits based on OpenStreetMap data", 7 | "url": "https://{switch:a,b,c}.tiles.openrailwaymap.org/maxspeed/{zoom}/{x}/{y}.png", 8 | "max_zoom": 20, 9 | "privacy_policy_url": "https://www.openrailwaymap.org/en/imprint", 10 | "overlay": true, 11 | "icon": "https://www.openrailwaymap.org/img/openrailwaymap-64.png", 12 | "i18n": true, 13 | "attribution": { 14 | "url": "https://www.openrailwaymap.org/", 15 | "text": "Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OpenRailwayMapSignalling.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "openrailwaymap-signalling", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenRailwayMap Signalling", 6 | "description": "Overlay imagery showing railway signals based on OpenStreetMap data", 7 | "url": "https://{switch:a,b,c}.tiles.openrailwaymap.org/signals/{zoom}/{x}/{y}.png", 8 | "max_zoom": 20, 9 | "privacy_policy_url": "https://www.openrailwaymap.org/en/imprint", 10 | "overlay": true, 11 | "icon": "https://www.openrailwaymap.org/img/openrailwaymap-64.png", 12 | "i18n": true, 13 | "attribution": { 14 | "url": "https://www.openrailwaymap.org/", 15 | "text": "Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OpenSeaMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "openseamap", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenSeaMap", 6 | "url": "https://tiles.openseamap.org/seamark/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "icon": "OpenSeaMap.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://www.openstreetmap.org/copyright", 15 | "text": "© OpenStreetMap contributors, CC-BY-SA" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/OpenSnowMapoverlay.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "opensnowmap-overlay", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenSnowMap overlay", 6 | "description": "Overlay imagery for piste mapping in OSM. Updated daily.", 7 | "url": "https://www.opensnowmap.org/pistes/{zoom}/{x}/{y}.png", 8 | "category": "osmbasedmap", 9 | "max_zoom": 18, 10 | "overlay": true, 11 | "icon": "https://www.opensnowmap.org/pics/alpine.png", 12 | "i18n": true, 13 | "attribution": {"url": "https://www.opensnowmap.org/", "text": "© OpenSnowMap.org"} 14 | } 15 | -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-FrenchStyle.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osmfr", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenStreetMap (French Style)", 6 | "url": "https://{switch:a,b,c}.tile.openstreetmap.fr/osmfr/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 20, 9 | "icon": "OpenStreetMap.png", 10 | "i18n": true, 11 | "attribution": { 12 | "required": true, 13 | "url": "https://www.openstreetmap.org/", 14 | "text": "Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-GermanStyle.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-mapnik-german_style", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenStreetMap (German Style)", 6 | "url": "https://{switch:a,b,c,d}.tile.openstreetmap.de/tiles/osmde/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 18, 9 | "icon": "OpenStreetMap.png", 10 | "i18n": true, 11 | "attribution": { 12 | "url": "https://www.openstreetmap.org", 13 | "text": "© OpenStreetMap contributors, CC-BY-SA" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-HotStyle.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "HDM_HOT", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenStreetMap (HOT Style)", 6 | "url": "https://{switch:a,b,c}.tile.openstreetmap.fr/hot/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 20, 9 | "icon": "https://wiki.openstreetmap.org/w/images/thumb/c/c9/Hot_logo.svg/300px-Hot_logo.svg.png", 10 | "i18n": true, 11 | "attribution": { 12 | "required": true, 13 | "url": "https://www.hotosm.org/", 14 | "text": "© OpenStreetMap contributors, tiles courtesy of Humanitarian OpenStreetMap Team" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-Mapnik-nolabels.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-mapnik-no_labels", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenStreetMap (Mapnik, no labels)", 6 | "url": "https://tiles.wmflabs.org/osm-no-labels/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 18, 9 | "icon": "OpenStreetMap.png", 10 | "i18n": true, 11 | "attribution": { 12 | "required": true, 13 | "url": "https://www.openstreetmap.org/", 14 | "text": "© OpenStreetMap contributors, CC-BY-SA" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-Mapnik.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "MAPNIK", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenStreetMap (Standard)", 6 | "description": "The default OpenStreetMap layer.", 7 | "url": "https://{switch:a,b,c}.tile.openstreetmap.org/{zoom}/{x}/{y}.png", 8 | "category": "osmbasedmap", 9 | "max_zoom": 19, 10 | "license_url": "https://wiki.osmfoundation.org/wiki/Terms_of_Use", 11 | "privacy_policy_url": "https://wiki.osmfoundation.org/wiki/Privacy_Policy", 12 | "icon": "OpenStreetMap.png", 13 | "i18n": true, 14 | "attribution": { 15 | "required": true, 16 | "url": "https://www.openstreetmap.org", 17 | "text": "© OpenStreetMap contributors, CC-BY-SA 2.0" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-MapnikBlackWhite.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "osm-mapnik-black_and_white", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenStreetMap (Standard Black & White)", 6 | "url": "https://tiles.wmflabs.org/bw-mapnik/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 18, 9 | "icon": "OpenStreetMap.png", 10 | "i18n": true, 11 | "attribution": { 12 | "required": true, 13 | "url": "https://www.openstreetmap.org", 14 | "text": "© OpenStreetMap contributors, CC-BY-SA" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/world/OpenTopoMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "OpenTopoMap", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "OpenTopoMap", 6 | "url": "https://{switch:a,b,c}.tile.opentopomap.org/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "min_zoom": 3, 9 | "max_zoom": 17, 10 | "icon": "OpenTopoMap.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://tile.opentopomap.org/about#verwendung", 15 | "text": "Kartendaten: © OpenStreetMap-Mitwirkende, SRTM | Kartendarstellung: © OpenTopoMap (CC-BY-SA)" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/PublicTransport-PNV.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "public_transport_oepnv", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Public Transport (ÖPNV)", 6 | "url": "https://tile.memomaps.de/tilegen/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 18, 9 | "icon": "PNV.png", 10 | "i18n": true, 11 | "attribution": { 12 | "required": true, 13 | "url": "https://öpnvkarte.de/", 14 | "text": "© OpenStreetMap contributors, CC-BY-SA" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/world/QANoAddress.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "qa_no_address", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "QA No Address", 6 | "url": "https://tile{switch:2,3}.poole.ch/noaddress/{zoom}/{x}/{y}.png", 7 | "category": "qa", 8 | "max_zoom": 18, 9 | "overlay": true, 10 | "i18n": true, 11 | "attribution": { 12 | "required": true, 13 | "url": "https://qa.poole.ch", 14 | "text": "Simon Poole, Data ©OpenStreetMap contributors" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sources/world/Skobbler.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "skobbler", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "skobbler", 6 | "url": "https://tiles{switch:1,2,3,4}-4001b3692e229e3215c9b7a73e528198.skobblermaps.com/TileService/tiles/2.0/00021210101/0/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "min_zoom": 1, 9 | "max_zoom": 18, 10 | "icon": "https://www.skobbler.com/images/skobbler_logo_josm.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://maps.skobbler.com", 15 | "text": "© Tiles: skobbler Map data: OpenStreetMap contributors" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/StamenTerrainBackground.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "stamen-terrain-background", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Stamen Terrain", 6 | "url": "https://stamen-tiles-{switch:a,b,c,d}.a.ssl.fastly.net/terrain-background/{zoom}/{x}/{y}.jpg", 7 | "category": "elevation", 8 | "min_zoom": 4, 9 | "max_zoom": 18, 10 | "icon": "stamen_compass_rose_small.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "http://maps.stamen.com/#terrain", 15 | "text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/TF-Landscape.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "tf-landscape", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Thunderforest Landscape", 6 | "url": "https://{switch:a,b,c}.tile.thunderforest.com/landscape/{zoom}/{x}/{y}.png?apikey={apikey}", 7 | "category": "osmbasedmap", 8 | "max_zoom": 22, 9 | "license_url": "https://thunderforest.com/terms", 10 | "privacy_policy_url": "https://www.thunderforest.com/privacy", 11 | "icon": "thunderforest.png", 12 | "i18n": true, 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.thunderforest.com/terms", 16 | "text": "Maps © Thunderforest, Data © OpenStreetMap contributors" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/world/TF-OpenCycleMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "tf-cycle", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Thunderforest OpenCycleMap", 6 | "url": "https://{switch:a,b,c}.tile.thunderforest.com/cycle/{zoom}/{x}/{y}.png?apikey={apikey}", 7 | "category": "osmbasedmap", 8 | "max_zoom": 22, 9 | "license_url": "https://thunderforest.com/terms", 10 | "privacy_policy_url": "https://www.thunderforest.com/privacy", 11 | "icon": "thunderforest.png", 12 | "i18n": true, 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.thunderforest.com/terms", 16 | "text": "Maps © Thunderforest, Data © OpenStreetMap contributors" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/world/TF-Outdoors.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "tf-outdoors", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Thunderforest Outdoors", 6 | "url": "https://{switch:a,b,c}.tile.thunderforest.com/outdoors/{zoom}/{x}/{y}.png?apikey={apikey}", 7 | "category": "osmbasedmap", 8 | "max_zoom": 22, 9 | "license_url": "https://thunderforest.com/terms", 10 | "privacy_policy_url": "https://www.thunderforest.com/privacy", 11 | "icon": "thunderforest.png", 12 | "i18n": true, 13 | "attribution": { 14 | "required": true, 15 | "url": "https://www.thunderforest.com/terms", 16 | "text": "Maps © Thunderforest, Data © OpenStreetMap contributors" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /sources/world/WMT-cycling.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Waymarked_Trails-Cycling", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Waymarked Trails: Cycling", 6 | "url": "https://tile.waymarkedtrails.org/cycling/{zoom}/{x}/{y}.png", 7 | "category": "other", 8 | "max_zoom": 17, 9 | "overlay": true, 10 | "icon": "https://static.waymarkedtrails.org/img/map_cycling.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://cycling.waymarkedtrails.org/en/help/legal", 15 | "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/WMT-hiking.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Waymarked_Trails-Hiking", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Waymarked Trails: Hiking", 6 | "url": "https://tile.waymarkedtrails.org/hiking/{zoom}/{x}/{y}.png", 7 | "category": "other", 8 | "max_zoom": 17, 9 | "overlay": true, 10 | "icon": "https://static.waymarkedtrails.org/img/map_hiking.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://hiking.waymarkedtrails.org/en/help/legal", 15 | "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/WMT-mtb.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Waymarked_Trails-MTB", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Waymarked Trails: MTB", 6 | "url": "https://tile.waymarkedtrails.org/mtb/{zoom}/{x}/{y}.png", 7 | "category": "other", 8 | "max_zoom": 17, 9 | "overlay": true, 10 | "icon": "https://static.waymarkedtrails.org/img/map_mtb.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://mtb.waymarkedtrails.org/en/help/legal", 15 | "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/WMT-skating.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Waymarked_Trails-Skating", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Waymarked Trails: Skating", 6 | "url": "https://tile.waymarkedtrails.org/skating/{zoom}/{x}/{y}.png", 7 | "category": "other", 8 | "max_zoom": 17, 9 | "overlay": true, 10 | "icon": "https://static.waymarkedtrails.org/img/map_skating.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://skating.waymarkedtrails.org/en/help/legal", 15 | "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/WMT-slopemap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Waymarked_Trails-Winter_Sports", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Waymarked Trails: Winter Sports", 6 | "url": "https://tile.waymarkedtrails.org/slopes/{zoom}/{x}/{y}.png", 7 | "category": "other", 8 | "max_zoom": 17, 9 | "overlay": true, 10 | "icon": "https://static.waymarkedtrails.org/img/map_slopes.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://slopes.waymarkedtrails.org/en/help/legal", 15 | "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/WaymarkedTrailsHorseRiding.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "Waymarked_Trails-Horse_Riding", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Waymarked Trails: Horse Riding", 6 | "url": "https://tile.waymarkedtrails.org/riding/{zoom}/{x}/{y}.png", 7 | "category": "other", 8 | "max_zoom": 17, 9 | "overlay": true, 10 | "icon": "https://static.waymarkedtrails.org/img/map_riding.png", 11 | "i18n": true, 12 | "attribution": { 13 | "required": true, 14 | "url": "https://skating.waymarkedtrails.org/en/help/legal", 15 | "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /sources/world/WikimediaMap.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "wikimedia-map", 3 | "type": "tms", 4 | "locationSet": {"include": ["001"]}, 5 | "name": "Wikimedia Map", 6 | "url": "https://maps.wikimedia.org/osm-intl/{zoom}/{x}/{y}.png", 7 | "category": "osmbasedmap", 8 | "max_zoom": 18, 9 | "i18n": true, 10 | "attribution": { 11 | "required": true, 12 | "url": "https://www.openstreetmap.org/", 13 | "text": "© OpenStreetMap contributors, CC-BY-SA" 14 | } 15 | } 16 | --------------------------------------------------------------------------------