├── .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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/.eslintrc -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/.npmignore -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/.tx/config -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/RELEASE.md -------------------------------------------------------------------------------- /app/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/app/index.mjs -------------------------------------------------------------------------------- /app/rollup.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/app/rollup.config.js -------------------------------------------------------------------------------- /dist/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/combined.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/combined.json -------------------------------------------------------------------------------- /dist/combined.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/combined.min.json -------------------------------------------------------------------------------- /dist/featureCollection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/featureCollection.json -------------------------------------------------------------------------------- /dist/featureCollection.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/featureCollection.min.json -------------------------------------------------------------------------------- /dist/images/ACT-mapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/ACT-mapi.png -------------------------------------------------------------------------------- /dist/images/AIV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/AIV.png -------------------------------------------------------------------------------- /dist/images/Bing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/Bing.png -------------------------------------------------------------------------------- /dist/images/Esri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/Esri.png -------------------------------------------------------------------------------- /dist/images/Exercito.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/Exercito.png -------------------------------------------------------------------------------- /dist/images/GURS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/GURS.png -------------------------------------------------------------------------------- /dist/images/GeoSN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/GeoSN.png -------------------------------------------------------------------------------- /dist/images/Geoimageat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/Geoimageat.png -------------------------------------------------------------------------------- /dist/images/HRI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/HRI.png -------------------------------------------------------------------------------- /dist/images/IBGE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/IBGE.png -------------------------------------------------------------------------------- /dist/images/IU.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/IU.gif -------------------------------------------------------------------------------- /dist/images/IrelandBritishWarOffice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/IrelandBritishWarOffice.png -------------------------------------------------------------------------------- /dist/images/IrelandCivilParishesandBaronies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/IrelandCivilParishesandBaronies.png -------------------------------------------------------------------------------- /dist/images/KantonSolothurn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/KantonSolothurn.png -------------------------------------------------------------------------------- /dist/images/MTBmapno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/MTBmapno.png -------------------------------------------------------------------------------- /dist/images/Mapbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/Mapbox.png -------------------------------------------------------------------------------- /dist/images/Maxar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/Maxar.png -------------------------------------------------------------------------------- /dist/images/NLS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/NLS.png -------------------------------------------------------------------------------- /dist/images/NLSC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/NLSC.png -------------------------------------------------------------------------------- /dist/images/NewYorkState.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/NewYorkState.png -------------------------------------------------------------------------------- /dist/images/OM2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/OM2.png -------------------------------------------------------------------------------- /dist/images/OSMI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/OSMI.png -------------------------------------------------------------------------------- /dist/images/OpenCycleMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/OpenCycleMap.png -------------------------------------------------------------------------------- /dist/images/OpenSeaMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/OpenSeaMap.png -------------------------------------------------------------------------------- /dist/images/OpenStreetMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/OpenStreetMap.png -------------------------------------------------------------------------------- /dist/images/OpenTopoMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/OpenTopoMap.png -------------------------------------------------------------------------------- /dist/images/PNV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/PNV.png -------------------------------------------------------------------------------- /dist/images/PODGIK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/PODGIK.png -------------------------------------------------------------------------------- /dist/images/Powiat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/Powiat.png -------------------------------------------------------------------------------- /dist/images/RABA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/RABA.png -------------------------------------------------------------------------------- /dist/images/SDFE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/SDFE.png -------------------------------------------------------------------------------- /dist/images/SPW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/SPW.png -------------------------------------------------------------------------------- /dist/images/TEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/TEC.png -------------------------------------------------------------------------------- /dist/images/TIGER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/TIGER.png -------------------------------------------------------------------------------- /dist/images/USDA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/USDA.png -------------------------------------------------------------------------------- /dist/images/USFS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/USFS.png -------------------------------------------------------------------------------- /dist/images/USGS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/USGS.png -------------------------------------------------------------------------------- /dist/images/UrbIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/UrbIS.png -------------------------------------------------------------------------------- /dist/images/VoGIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/VoGIS.png -------------------------------------------------------------------------------- /dist/images/ara.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/ara.gif -------------------------------------------------------------------------------- /dist/images/beeldmateriaal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/beeldmateriaal.png -------------------------------------------------------------------------------- /dist/images/dgu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/dgu.png -------------------------------------------------------------------------------- /dist/images/emapa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/emapa.png -------------------------------------------------------------------------------- /dist/images/eox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/eox.png -------------------------------------------------------------------------------- /dist/images/ign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/ign.png -------------------------------------------------------------------------------- /dist/images/lantmateriet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/lantmateriet.png -------------------------------------------------------------------------------- /dist/images/launceston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/launceston.png -------------------------------------------------------------------------------- /dist/images/lodz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/lodz.png -------------------------------------------------------------------------------- /dist/images/melbourne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/melbourne.png -------------------------------------------------------------------------------- /dist/images/nsw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/nsw.png -------------------------------------------------------------------------------- /dist/images/stamen_compass_rose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/stamen_compass_rose.png -------------------------------------------------------------------------------- /dist/images/thunderforest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/thunderforest.png -------------------------------------------------------------------------------- /dist/images/wroclaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/images/wroclaw.png -------------------------------------------------------------------------------- /dist/legacy/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/legacy/imagery.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/legacy/imagery.geojson -------------------------------------------------------------------------------- /dist/legacy/imagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/legacy/imagery.json -------------------------------------------------------------------------------- /dist/legacy/imagery.min.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/legacy/imagery.min.geojson -------------------------------------------------------------------------------- /dist/legacy/imagery.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/legacy/imagery.min.json -------------------------------------------------------------------------------- /dist/legacy/imagery.min.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/legacy/imagery.min.xml -------------------------------------------------------------------------------- /dist/legacy/imagery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/legacy/imagery.xml -------------------------------------------------------------------------------- /dist/sources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/sources.json -------------------------------------------------------------------------------- /dist/sources.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/dist/sources.min.json -------------------------------------------------------------------------------- /docs/bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/docs/bundle.js -------------------------------------------------------------------------------- /docs/images/croatia-2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/docs/images/croatia-2011.png -------------------------------------------------------------------------------- /docs/images/croatia-2017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/docs/images/croatia-2017.png -------------------------------------------------------------------------------- /docs/images/croatia-2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/docs/images/croatia-2018.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/docs/style.css -------------------------------------------------------------------------------- /features/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /features/africa/benin_cotonou_pleiade.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/africa/benin_cotonou_pleiade.geojson -------------------------------------------------------------------------------- /features/africa/cape_town.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/africa/cape_town.geojson -------------------------------------------------------------------------------- /features/asia/arenda.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/asia/arenda.geojson -------------------------------------------------------------------------------- /features/asia/pangasinn_bulacan.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/asia/pangasinn_bulacan.geojson -------------------------------------------------------------------------------- /features/europe/albania/tirana-public-transport.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/albania/tirana-public-transport.geojson -------------------------------------------------------------------------------- /features/europe/albania/tirana-streets-buildings.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/albania/tirana-streets-buildings.geojson -------------------------------------------------------------------------------- /features/europe/austria/tiris.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/austria/tiris.geojson -------------------------------------------------------------------------------- /features/europe/austria/vienna-orthofoto.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/austria/vienna-orthofoto.geojson -------------------------------------------------------------------------------- /features/europe/austria/vienna.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/austria/vienna.geojson -------------------------------------------------------------------------------- /features/europe/austria/vorarlberg-orthofoto.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/austria/vorarlberg-orthofoto.geojson -------------------------------------------------------------------------------- /features/europe/austria/vorarlberg.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/austria/vorarlberg.geojson -------------------------------------------------------------------------------- /features/europe/belgium/brussels.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/belgium/brussels.geojson -------------------------------------------------------------------------------- /features/europe/belgium/flanders.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/belgium/flanders.geojson -------------------------------------------------------------------------------- /features/europe/belgium/wallonia.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/belgium/wallonia.geojson -------------------------------------------------------------------------------- /features/europe/croatia/dgu-dof-exclude-2017.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/croatia/dgu-dof-exclude-2017.geojson -------------------------------------------------------------------------------- /features/europe/croatia/dgu-dof-exclude-2018.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/croatia/dgu-dof-exclude-2018.geojson -------------------------------------------------------------------------------- /features/europe/croatia/dgu-topo-25-new.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/croatia/dgu-topo-25-new.geojson -------------------------------------------------------------------------------- /features/europe/croatia/knin.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/croatia/knin.geojson -------------------------------------------------------------------------------- /features/europe/croatia/orbview.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/croatia/orbview.geojson -------------------------------------------------------------------------------- /features/europe/croatia/ustopo.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/croatia/ustopo.geojson -------------------------------------------------------------------------------- /features/europe/croatia/zagreb.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/croatia/zagreb.geojson -------------------------------------------------------------------------------- /features/europe/czechia/prague-ortho-rect.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/czechia/prague-ortho-rect.geojson -------------------------------------------------------------------------------- /features/europe/czechia/prague-ortho.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/czechia/prague-ortho.geojson -------------------------------------------------------------------------------- /features/europe/finland/helsinki_region.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/finland/helsinki_region.geojson -------------------------------------------------------------------------------- /features/europe/finland/turku_region.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/finland/turku_region.geojson -------------------------------------------------------------------------------- /features/europe/france/auvergne.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/auvergne.geojson -------------------------------------------------------------------------------- /features/europe/france/bordeaux.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/bordeaux.geojson -------------------------------------------------------------------------------- /features/europe/france/geolittoral-orthos-2000.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/geolittoral-orthos-2000.geojson -------------------------------------------------------------------------------- /features/europe/france/geolittoral.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/geolittoral.geojson -------------------------------------------------------------------------------- /features/europe/france/loire-atlantique.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/loire-atlantique.geojson -------------------------------------------------------------------------------- /features/europe/france/lyon.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/lyon.geojson -------------------------------------------------------------------------------- /features/europe/france/mulhouse.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/mulhouse.geojson -------------------------------------------------------------------------------- /features/europe/france/nancy.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/nancy.geojson -------------------------------------------------------------------------------- /features/europe/france/toulouse.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/toulouse.geojson -------------------------------------------------------------------------------- /features/europe/france/tours.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/tours.geojson -------------------------------------------------------------------------------- /features/europe/france/vercors_reserve.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/france/vercors_reserve.geojson -------------------------------------------------------------------------------- /features/europe/germany/baden-wuerttemberg.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/baden-wuerttemberg.geojson -------------------------------------------------------------------------------- /features/europe/germany/bavaria.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/bavaria.geojson -------------------------------------------------------------------------------- /features/europe/germany/berlin.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/berlin.geojson -------------------------------------------------------------------------------- /features/europe/germany/erlangen2011.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/erlangen2011.geojson -------------------------------------------------------------------------------- /features/europe/germany/erlangen2013.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/erlangen2013.geojson -------------------------------------------------------------------------------- /features/europe/germany/erlangen2016.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/erlangen2016.geojson -------------------------------------------------------------------------------- /features/europe/germany/erlangen2018.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/erlangen2018.geojson -------------------------------------------------------------------------------- /features/europe/germany/frankfurt-am-main.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/frankfurt-am-main.geojson -------------------------------------------------------------------------------- /features/europe/germany/hamburg.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/hamburg.geojson -------------------------------------------------------------------------------- /features/europe/germany/mainz.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/mainz.geojson -------------------------------------------------------------------------------- /features/europe/germany/metropole-ruhr.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/metropole-ruhr.geojson -------------------------------------------------------------------------------- /features/europe/germany/munich.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/munich.geojson -------------------------------------------------------------------------------- /features/europe/germany/saxony.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/saxony.geojson -------------------------------------------------------------------------------- /features/europe/germany/stuttgart.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/germany/stuttgart.geojson -------------------------------------------------------------------------------- /features/europe/hungary/budapest.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/hungary/budapest.geojson -------------------------------------------------------------------------------- /features/europe/hungary/danube_flood_2013.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/hungary/danube_flood_2013.geojson -------------------------------------------------------------------------------- /features/europe/hungary/eufar_balaton.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/hungary/eufar_balaton.geojson -------------------------------------------------------------------------------- /features/europe/hungary/hungary_hillshade.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/hungary/hungary_hillshade.geojson -------------------------------------------------------------------------------- /features/europe/hungary/osm-hu-orthophotos.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/hungary/osm-hu-orthophotos.geojson -------------------------------------------------------------------------------- /features/europe/hungary/szeged.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/hungary/szeged.geojson -------------------------------------------------------------------------------- /features/europe/hungary/torokbalint.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/hungary/torokbalint.geojson -------------------------------------------------------------------------------- /features/europe/italy/bologna.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/italy/bologna.geojson -------------------------------------------------------------------------------- /features/europe/italy/lazio_umbria.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/italy/lazio_umbria.geojson -------------------------------------------------------------------------------- /features/europe/italy/lombardia.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/italy/lombardia.geojson -------------------------------------------------------------------------------- /features/europe/italy/sicily.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/italy/sicily.geojson -------------------------------------------------------------------------------- /features/europe/italy/south_tyrol.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/italy/south_tyrol.geojson -------------------------------------------------------------------------------- /features/europe/italy/south_tyrol_2014.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/italy/south_tyrol_2014.geojson -------------------------------------------------------------------------------- /features/europe/italy/south_tyrol_2017.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/italy/south_tyrol_2017.geojson -------------------------------------------------------------------------------- /features/europe/latvia/ussr_scan.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/latvia/ussr_scan.geojson -------------------------------------------------------------------------------- /features/europe/luxembourg/luxembourg_lidar_prototype.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/luxembourg/luxembourg_lidar_prototype.geojson -------------------------------------------------------------------------------- /features/europe/netherlands/pdok_luchfoto.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/netherlands/pdok_luchfoto.geojson -------------------------------------------------------------------------------- /features/europe/norway/kartverket_nautical_charts.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/norway/kartverket_nautical_charts.geojson -------------------------------------------------------------------------------- /features/europe/norway/kystverket_navigation_aids.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/norway/kystverket_navigation_aids.geojson -------------------------------------------------------------------------------- /features/europe/norway/npd_offshore_installations.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/norway/npd_offshore_installations.geojson -------------------------------------------------------------------------------- /features/europe/poland/bedzin.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/bedzin.geojson -------------------------------------------------------------------------------- /features/europe/poland/bytom.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/bytom.geojson -------------------------------------------------------------------------------- /features/europe/poland/chorzow.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/chorzow.geojson -------------------------------------------------------------------------------- /features/europe/poland/czestochowa.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/czestochowa.geojson -------------------------------------------------------------------------------- /features/europe/poland/debica.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/debica.geojson -------------------------------------------------------------------------------- /features/europe/poland/gliwice.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/gliwice.geojson -------------------------------------------------------------------------------- /features/europe/poland/katowice.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/katowice.geojson -------------------------------------------------------------------------------- /features/europe/poland/lancut.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/lancut.geojson -------------------------------------------------------------------------------- /features/europe/poland/lodz.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/lodz.geojson -------------------------------------------------------------------------------- /features/europe/poland/lubaczow.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/lubaczow.geojson -------------------------------------------------------------------------------- /features/europe/poland/poznan.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/poznan.geojson -------------------------------------------------------------------------------- /features/europe/poland/poznan2.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/poznan2.geojson -------------------------------------------------------------------------------- /features/europe/poland/przemysl.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/przemysl.geojson -------------------------------------------------------------------------------- /features/europe/poland/ropczycko_sedziszow.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/ropczycko_sedziszow.geojson -------------------------------------------------------------------------------- /features/europe/poland/ruda_slaska.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/ruda_slaska.geojson -------------------------------------------------------------------------------- /features/europe/poland/rzeszow.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/rzeszow.geojson -------------------------------------------------------------------------------- /features/europe/poland/rzeszow2.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/rzeszow2.geojson -------------------------------------------------------------------------------- /features/europe/poland/siemianowice_slaskie.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/siemianowice_slaskie.geojson -------------------------------------------------------------------------------- /features/europe/poland/stalowa_wola.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/stalowa_wola.geojson -------------------------------------------------------------------------------- /features/europe/poland/swietochlowice.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/swietochlowice.geojson -------------------------------------------------------------------------------- /features/europe/poland/wroclaw.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/wroclaw.geojson -------------------------------------------------------------------------------- /features/europe/poland/zabrze.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/poland/zabrze.geojson -------------------------------------------------------------------------------- /features/europe/portugal/portugal_litoral.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/portugal/portugal_litoral.geojson -------------------------------------------------------------------------------- /features/europe/spain/canary_islands.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/spain/canary_islands.geojson -------------------------------------------------------------------------------- /features/europe/spain/castile_leon.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/spain/castile_leon.geojson -------------------------------------------------------------------------------- /features/europe/sweden/gothenburg_citymap.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/gothenburg_citymap.geojson -------------------------------------------------------------------------------- /features/europe/sweden/gothenburg_ortho.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/gothenburg_ortho.geojson -------------------------------------------------------------------------------- /features/europe/sweden/helsingborg.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/helsingborg.geojson -------------------------------------------------------------------------------- /features/europe/sweden/kalmar_orto_2014.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/kalmar_orto_2014.geojson -------------------------------------------------------------------------------- /features/europe/sweden/kalmar_orto_2016.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/kalmar_orto_2016.geojson -------------------------------------------------------------------------------- /features/europe/sweden/kalmar_orto_2018.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/kalmar_orto_2018.geojson -------------------------------------------------------------------------------- /features/europe/sweden/lantmateriet-ekonomiska.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/lantmateriet-ekonomiska.geojson -------------------------------------------------------------------------------- /features/europe/sweden/linkoping.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/linkoping.geojson -------------------------------------------------------------------------------- /features/europe/sweden/snowmobilemap_sweden.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/snowmobilemap_sweden.geojson -------------------------------------------------------------------------------- /features/europe/sweden/stockholm.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/sweden/stockholm.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/bonvillars.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/bonvillars.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/cartoriviera.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/cartoriviera.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/fiez.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/fiez.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_aargau.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_aargau.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_basel.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_basel.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_basel_stadt.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_basel_stadt.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_bern.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_bern.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_fribourg.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_fribourg.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_geneve.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_geneve.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_glarus.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_glarus.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_solothurn.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_solothurn.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_thurgau.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_thurgau.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_zug.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_zug.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_zug_nord.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_zug_nord.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_zug_sud.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_zug_sud.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/kanton_zurich.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/kanton_zurich.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/lausanne.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/lausanne.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/nyon.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/nyon.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/sigip_ortho_2012.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/sigip_ortho_2012.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/stadt_bern_2012.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/stadt_bern_2012.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/stadt_bern_2016.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/stadt_bern_2016.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/stadt_zurich_ortho_2011.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/stadt_zurich_ortho_2011.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/stadt_zurich_overview.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/stadt_zurich_overview.geojson -------------------------------------------------------------------------------- /features/europe/switzerland/uster.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/switzerland/uster.geojson -------------------------------------------------------------------------------- /features/europe/ukraine/crimea.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/ukraine/crimea.geojson -------------------------------------------------------------------------------- /features/europe/ukraine/kyiv.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/ukraine/kyiv.geojson -------------------------------------------------------------------------------- /features/europe/ukraine/mykolaiv.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/ukraine/mykolaiv.geojson -------------------------------------------------------------------------------- /features/europe/ukraine/vinnytsia.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/ukraine/vinnytsia.geojson -------------------------------------------------------------------------------- /features/europe/united_kingdom/hampshire.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/united_kingdom/hampshire.geojson -------------------------------------------------------------------------------- /features/europe/united_kingdom/surrey.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/europe/united_kingdom/surrey.geojson -------------------------------------------------------------------------------- /features/middle_east/gaza_strip.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/middle_east/gaza_strip.geojson -------------------------------------------------------------------------------- /features/north_america/alaska_hawaii.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/alaska_hawaii.geojson -------------------------------------------------------------------------------- /features/north_america/colorado_mesa_county.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/colorado_mesa_county.geojson -------------------------------------------------------------------------------- /features/north_america/delaware.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/delaware.geojson -------------------------------------------------------------------------------- /features/north_america/haiti_canaan_dec2017.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/haiti_canaan_dec2017.geojson -------------------------------------------------------------------------------- /features/north_america/haiti_matthew_oct2016.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/haiti_matthew_oct2016.geojson -------------------------------------------------------------------------------- /features/north_america/indiana_map_2016.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/indiana_map_2016.geojson -------------------------------------------------------------------------------- /features/north_america/indiana_map_2017.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/indiana_map_2017.geojson -------------------------------------------------------------------------------- /features/north_america/indiana_map_2018.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/indiana_map_2018.geojson -------------------------------------------------------------------------------- /features/north_america/kyaped.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/kyaped.geojson -------------------------------------------------------------------------------- /features/north_america/kyaped_2019_6in.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/kyaped_2019_6in.geojson -------------------------------------------------------------------------------- /features/north_america/maryland.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/maryland.geojson -------------------------------------------------------------------------------- /features/north_america/maryland_3in.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/maryland_3in.geojson -------------------------------------------------------------------------------- /features/north_america/massachusetts.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/massachusetts.geojson -------------------------------------------------------------------------------- /features/north_america/minnesota.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/minnesota.geojson -------------------------------------------------------------------------------- /features/north_america/minnesota_dakota_county.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/minnesota_dakota_county.geojson -------------------------------------------------------------------------------- /features/north_america/new_jersey.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/new_jersey.geojson -------------------------------------------------------------------------------- /features/north_america/new_york.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/new_york.geojson -------------------------------------------------------------------------------- /features/north_america/north_carolina.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/north_carolina.geojson -------------------------------------------------------------------------------- /features/north_america/ohio.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/ohio.geojson -------------------------------------------------------------------------------- /features/north_america/san_juan_metro_area.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/san_juan_metro_area.geojson -------------------------------------------------------------------------------- /features/north_america/texas.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/texas.geojson -------------------------------------------------------------------------------- /features/north_america/virginia.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/north_america/virginia.geojson -------------------------------------------------------------------------------- /features/oceania/actmapi-imagery2017.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/actmapi-imagery2017.geojson -------------------------------------------------------------------------------- /features/oceania/actmapi-imagery2018.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/actmapi-imagery2018.geojson -------------------------------------------------------------------------------- /features/oceania/actmapi-imagery2019.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/actmapi-imagery2019.geojson -------------------------------------------------------------------------------- /features/oceania/actmapi-imagery201906.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/actmapi-imagery201906.geojson -------------------------------------------------------------------------------- /features/oceania/ara_bushfires_2020.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/ara_bushfires_2020.geojson -------------------------------------------------------------------------------- /features/oceania/launceston_orthophoto_dec2011_10cm.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/launceston_orthophoto_dec2011_10cm.geojson -------------------------------------------------------------------------------- /features/oceania/launceston_orthophoto_feb2013_10cm.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/launceston_orthophoto_feb2013_10cm.geojson -------------------------------------------------------------------------------- /features/oceania/maxar_2019_2020_bushfire_preevent.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/maxar_2019_2020_bushfire_preevent.geojson -------------------------------------------------------------------------------- /features/oceania/melbourne.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/melbourne.geojson -------------------------------------------------------------------------------- /features/oceania/new_south_wales.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/new_south_wales.geojson -------------------------------------------------------------------------------- /features/oceania/western_australia.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/features/oceania/western_australia.geojson -------------------------------------------------------------------------------- /i18n/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /i18n/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/i18n/en.yaml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/package.json -------------------------------------------------------------------------------- /schema/feature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/schema/feature.json -------------------------------------------------------------------------------- /schema/geojson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/schema/geojson.json -------------------------------------------------------------------------------- /schema/source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/schema/source.json -------------------------------------------------------------------------------- /scripts/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/scripts/LICENSE.md -------------------------------------------------------------------------------- /scripts/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/scripts/build.js -------------------------------------------------------------------------------- /scripts/dist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/scripts/dist.js -------------------------------------------------------------------------------- /scripts/stats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/scripts/stats.js -------------------------------------------------------------------------------- /sources/africa/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/africa/benin/BenincotonouPleiade2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/africa/benin/BenincotonouPleiade2016.json -------------------------------------------------------------------------------- /sources/africa/south_africa/SouthAfricaCDNGIAerial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/africa/south_africa/SouthAfricaCDNGIAerial.json -------------------------------------------------------------------------------- /sources/africa/south_africa/SouthAfricaCoCT2013Aerial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/africa/south_africa/SouthAfricaCoCT2013Aerial.json -------------------------------------------------------------------------------- /sources/africa/south_africa/SouthAfricaCoCT2015Aerial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/africa/south_africa/SouthAfricaCoCT2015Aerial.json -------------------------------------------------------------------------------- /sources/africa/south_africa/SouthAfricaCoCT2017Aerial.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/africa/south_africa/SouthAfricaCoCT2017Aerial.geojson -------------------------------------------------------------------------------- /sources/africa/south_africa/SouthAfricaCoCT2018Aerial.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/africa/south_africa/SouthAfricaCoCT2018Aerial.geojson -------------------------------------------------------------------------------- /sources/asia/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/asia/CambodiaLaosThailandVietnambilingual.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/CambodiaLaosThailandVietnambilingual.json -------------------------------------------------------------------------------- /sources/asia/japan/JapanGSIKiban2500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/japan/JapanGSIKiban2500.json -------------------------------------------------------------------------------- /sources/asia/japan/JapanGSIStandardMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/japan/JapanGSIStandardMap.json -------------------------------------------------------------------------------- /sources/asia/japan/JapanGSIairphotoImagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/japan/JapanGSIairphotoImagery.json -------------------------------------------------------------------------------- /sources/asia/japan/JapanGSIseamlessphotoImagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/japan/JapanGSIseamlessphotoImagery.json -------------------------------------------------------------------------------- /sources/asia/philippines/Arenda-OAM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/philippines/Arenda-OAM.json -------------------------------------------------------------------------------- /sources/asia/singapore/Singapore-Landlot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/singapore/Singapore-Landlot.json -------------------------------------------------------------------------------- /sources/asia/singapore/Singapore-OneMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/singapore/Singapore-OneMap.json -------------------------------------------------------------------------------- /sources/asia/taiwan/NLSC-EMAP5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/taiwan/NLSC-EMAP5.json -------------------------------------------------------------------------------- /sources/asia/taiwan/TaiwanLand-SectionData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/taiwan/TaiwanLand-SectionData.json -------------------------------------------------------------------------------- /sources/asia/taiwan/TaiwanVillageBoundaries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/taiwan/TaiwanVillageBoundaries.json -------------------------------------------------------------------------------- /sources/asia/taiwan/Taiwane-MapOpenData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/asia/taiwan/Taiwane-MapOpenData.json -------------------------------------------------------------------------------- /sources/europe/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/europe/OSMInspectorCoastline(EU).geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/OSMInspectorCoastline(EU).geojson -------------------------------------------------------------------------------- /sources/europe/albania/tirana-public-transport.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/albania/tirana-public-transport.json -------------------------------------------------------------------------------- /sources/europe/albania/tirana-streets-buildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/albania/tirana-streets-buildings.json -------------------------------------------------------------------------------- /sources/europe/austria/Basemap-AT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/Basemap-AT.json -------------------------------------------------------------------------------- /sources/europe/austria/BasemapOrthofoto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/BasemapOrthofoto.json -------------------------------------------------------------------------------- /sources/europe/austria/BasemapOverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/BasemapOverlay.json -------------------------------------------------------------------------------- /sources/europe/austria/GeoimageatMaxRes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/GeoimageatMaxRes.json -------------------------------------------------------------------------------- /sources/europe/austria/TirisContourlines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/TirisContourlines.json -------------------------------------------------------------------------------- /sources/europe/austria/TirisDGM-Terrainmodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/TirisDGM-Terrainmodel.json -------------------------------------------------------------------------------- /sources/europe/austria/TirisDOM-Surfacemodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/TirisDOM-Surfacemodel.json -------------------------------------------------------------------------------- /sources/europe/austria/TirisOrthofoto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/TirisOrthofoto.json -------------------------------------------------------------------------------- /sources/europe/austria/TirisOrthofotoCIR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/TirisOrthofotoCIR.json -------------------------------------------------------------------------------- /sources/europe/austria/ViennaBeschriftungen-annotations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/ViennaBeschriftungen-annotations.json -------------------------------------------------------------------------------- /sources/europe/austria/ViennaOrthofoto-aerialimage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/ViennaOrthofoto-aerialimage.json -------------------------------------------------------------------------------- /sources/europe/austria/VoGISDGM-Terrainmodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISDGM-Terrainmodel.json -------------------------------------------------------------------------------- /sources/europe/austria/VoGISDOM-Surfacemodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISDOM-Surfacemodel.json -------------------------------------------------------------------------------- /sources/europe/austria/VoGISEchtfarbenbild2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISEchtfarbenbild2012.json -------------------------------------------------------------------------------- /sources/europe/austria/VoGISEchtfarbenbild2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISEchtfarbenbild2015.json -------------------------------------------------------------------------------- /sources/europe/austria/VoGISEchtfarbenbild2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISEchtfarbenbild2018.json -------------------------------------------------------------------------------- /sources/europe/austria/VoGISEchtfarbenbildWinter2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISEchtfarbenbildWinter2015.json -------------------------------------------------------------------------------- /sources/europe/austria/VoGISFlchenwidmungsplan.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISFlchenwidmungsplan.geojson -------------------------------------------------------------------------------- /sources/europe/austria/VoGISLuftbilder.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/austria/VoGISLuftbilder.geojson -------------------------------------------------------------------------------- /sources/europe/belgium/AIV10cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/AIV10cm.json -------------------------------------------------------------------------------- /sources/europe/belgium/AIV_GRB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/AIV_GRB.json -------------------------------------------------------------------------------- /sources/europe/belgium/AIV_OrthoPhoto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/AIV_OrthoPhoto.json -------------------------------------------------------------------------------- /sources/europe/belgium/AIVhillshade25cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/AIVhillshade25cm.json -------------------------------------------------------------------------------- /sources/europe/belgium/AIVskyview25cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/AIVskyview25cm.json -------------------------------------------------------------------------------- /sources/europe/belgium/OpenStreetMap-BelgianStyle-Dutch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/OpenStreetMap-BelgianStyle-Dutch.json -------------------------------------------------------------------------------- /sources/europe/belgium/OpenStreetMap-BelgianStyle-French.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/OpenStreetMap-BelgianStyle-French.json -------------------------------------------------------------------------------- /sources/europe/belgium/OpenStreetMap-BelgianStyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/OpenStreetMap-BelgianStyle.json -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_OrthoPhoto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/SPW_OrthoPhoto.json -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_OrthoPhoto20092010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/SPW_OrthoPhoto20092010.json -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_OrthoPhoto20122013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/SPW_OrthoPhoto20122013.json -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_OrthoPhoto2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/SPW_OrthoPhoto2015.json -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_OrthoPhoto2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/SPW_OrthoPhoto2016.json -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_PICC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/SPW_PICC.json -------------------------------------------------------------------------------- /sources/europe/belgium/SPW_ShadedRelief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/SPW_ShadedRelief.json -------------------------------------------------------------------------------- /sources/europe/belgium/TECbuslines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/TECbuslines.json -------------------------------------------------------------------------------- /sources/europe/belgium/TECbusstops.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/TECbusstops.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbISFR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbISFR.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbISFR2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbISFR2013.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbISNL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbISNL.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbISNL2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbISNL2013.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2009.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2012.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2014.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2015.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2016.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2017.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2018.json -------------------------------------------------------------------------------- /sources/europe/belgium/UrbIS_OrthoPhoto2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/belgium/UrbIS_OrthoPhoto2019.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-dof-2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-dof-2011.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-dof-2014-2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-dof-2014-2016.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-dof-2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-dof-2017.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-dof-2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-dof-2018.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-hok.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-hok.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-topo-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-topo-100.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-topo-200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-topo-200.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-topo-25-new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-topo-25-new.json -------------------------------------------------------------------------------- /sources/europe/croatia/dgu-topo-25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/dgu-topo-25.json -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-knin-2007.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/osm-hr-knin-2007.json -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-orbview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/osm-hr-orbview.json -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-ustopo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/osm-hr-ustopo.json -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-zagreb-2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/osm-hr-zagreb-2012.json -------------------------------------------------------------------------------- /sources/europe/croatia/osm-hr-zagreb-2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/croatia/osm-hr-zagreb-2018.json -------------------------------------------------------------------------------- /sources/europe/czechia/CzechCUZKKM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/CzechCUZKKM.json -------------------------------------------------------------------------------- /sources/europe/czechia/CzechCUZKKM_TMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/CzechCUZKKM_TMS.json -------------------------------------------------------------------------------- /sources/europe/czechia/CzechRUIANbudovy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/CzechRUIANbudovy.json -------------------------------------------------------------------------------- /sources/europe/czechia/CzechRUIANparcely.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/CzechRUIANparcely.json -------------------------------------------------------------------------------- /sources/europe/czechia/CzechpLPIS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/CzechpLPIS.json -------------------------------------------------------------------------------- /sources/europe/czechia/IPR-orotofoto-last-tms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/IPR-orotofoto-last-tms.json -------------------------------------------------------------------------------- /sources/europe/czechia/IPR-orotofoto-vege-tms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/IPR-orotofoto-vege-tms.json -------------------------------------------------------------------------------- /sources/europe/czechia/PrahaIPRlatestorthophoto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/PrahaIPRlatestorthophoto.json -------------------------------------------------------------------------------- /sources/europe/czechia/PrahaIPRlow-vegetationorthophoto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/czechia/PrahaIPRlow-vegetationorthophoto.json -------------------------------------------------------------------------------- /sources/europe/denmark/Geodatastyrelsen-Denmark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/denmark/Geodatastyrelsen-Denmark.json -------------------------------------------------------------------------------- /sources/europe/denmark/SDFECadastralParcelsINSPIREView.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/denmark/SDFECadastralParcelsINSPIREView.json -------------------------------------------------------------------------------- /sources/europe/denmark/SDFEDTKKort25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/denmark/SDFEDTKKort25.json -------------------------------------------------------------------------------- /sources/europe/denmark/SDFESkrmkort.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/denmark/SDFESkrmkort.json -------------------------------------------------------------------------------- /sources/europe/denmark/SDFESurfaceShadowMap-40cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/denmark/SDFESurfaceShadowMap-40cm.json -------------------------------------------------------------------------------- /sources/europe/denmark/SDFETerrainShadowMap-40cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/denmark/SDFETerrainShadowMap-40cm.json -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaBasemap-Maaamet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/estonia/EstoniaBasemap-Maaamet.json -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaCIR-Maaamet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/estonia/EstoniaCIR-Maaamet.json -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaCadastre-Maaamet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/estonia/EstoniaCadastre-Maaamet.json -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaHillshade-Maaamet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/estonia/EstoniaHillshade-Maaamet.json -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaOrtho-Maaamet-TMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/estonia/EstoniaOrtho-Maaamet-TMS.json -------------------------------------------------------------------------------- /sources/europe/estonia/EstoniaOrtho-Maaamet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/estonia/EstoniaOrtho-Maaamet.json -------------------------------------------------------------------------------- /sources/europe/finland/Digiroad_permission_23032017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/Digiroad_permission_23032017.pdf -------------------------------------------------------------------------------- /sources/europe/finland/HRI_permission_07082018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/HRI_permission_07082018.pdf -------------------------------------------------------------------------------- /sources/europe/finland/fta-digiroad-functional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/fta-digiroad-functional.json -------------------------------------------------------------------------------- /sources/europe/finland/hri-orto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/hri-orto.json -------------------------------------------------------------------------------- /sources/europe/finland/mml-orto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/mml-orto.json -------------------------------------------------------------------------------- /sources/europe/finland/mml-tausta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/mml-tausta.json -------------------------------------------------------------------------------- /sources/europe/finland/mml-topo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/mml-topo.json -------------------------------------------------------------------------------- /sources/europe/finland/turku-orto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/finland/turku-orto.json -------------------------------------------------------------------------------- /sources/europe/france/Auvergne-2013-25cm-CRAIG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Auvergne-2013-25cm-CRAIG.json -------------------------------------------------------------------------------- /sources/europe/france/BANO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/BANO.json -------------------------------------------------------------------------------- /sources/europe/france/BDCarthage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/BDCarthage.json -------------------------------------------------------------------------------- /sources/europe/france/BDOrthoIGN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/BDOrthoIGN.json -------------------------------------------------------------------------------- /sources/europe/france/Bordeaux-Orthophoto-2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Bordeaux-Orthophoto-2012.json -------------------------------------------------------------------------------- /sources/europe/france/Bordeaux-Orthophoto-2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Bordeaux-Orthophoto-2016.json -------------------------------------------------------------------------------- /sources/europe/france/FR-Cadastre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/FR-Cadastre.json -------------------------------------------------------------------------------- /sources/europe/france/Geolittoral-Orthophotos2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Geolittoral-Orthophotos2000.json -------------------------------------------------------------------------------- /sources/europe/france/Geolittoral-Sentiers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Geolittoral-Sentiers.json -------------------------------------------------------------------------------- /sources/europe/france/GeolittoralV2-Orthophotos2010-2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/GeolittoralV2-Orthophotos2010-2012.json -------------------------------------------------------------------------------- /sources/europe/france/GrandNancy-Orthophoto-2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/GrandNancy-Orthophoto-2012.json -------------------------------------------------------------------------------- /sources/europe/france/Lyon-OrthoPhoto-2018-04-8cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Lyon-OrthoPhoto-2018-04-8cm.json -------------------------------------------------------------------------------- /sources/europe/france/Lyon-Orthophoto-2012-03-10cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Lyon-Orthophoto-2012-03-10cm.json -------------------------------------------------------------------------------- /sources/europe/france/Lyon-Orthophoto-2015-05-8cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Lyon-Orthophoto-2015-05-8cm.json -------------------------------------------------------------------------------- /sources/europe/france/Mulhouse-2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Mulhouse-2018.json -------------------------------------------------------------------------------- /sources/europe/france/Route500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Route500.json -------------------------------------------------------------------------------- /sources/europe/france/Toulouse-Orthophotoplan2007.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Toulouse-Orthophotoplan2007.json -------------------------------------------------------------------------------- /sources/europe/france/Toulouse-Orthophotoplan2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Toulouse-Orthophotoplan2011.json -------------------------------------------------------------------------------- /sources/europe/france/Toulouse-Orthophotoplan2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Toulouse-Orthophotoplan2013.json -------------------------------------------------------------------------------- /sources/europe/france/Toulouse-Orthophotoplan2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Toulouse-Orthophotoplan2015.json -------------------------------------------------------------------------------- /sources/europe/france/Toulouse-Orthophotoplan2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Toulouse-Orthophotoplan2017.json -------------------------------------------------------------------------------- /sources/europe/france/Tours-Orthophoto-2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Tours-Orthophoto-2013.json -------------------------------------------------------------------------------- /sources/europe/france/Tours-Orthophotos2008-2010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Tours-Orthophotos2008-2010.json -------------------------------------------------------------------------------- /sources/europe/france/Vercors-Orthophotos-1999.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/Vercors-Orthophotos-1999.json -------------------------------------------------------------------------------- /sources/europe/france/cadastre_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/france/cadastre_small.png -------------------------------------------------------------------------------- /sources/europe/germany/Bavaria-80cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Bavaria-80cm.json -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Berlinaerialphotograph2011.json -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Berlinaerialphotograph2014.json -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Berlinaerialphotograph2015.json -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Berlinaerialphotograph2016.json -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Berlinaerialphotograph2017.json -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Berlinaerialphotograph2018.json -------------------------------------------------------------------------------- /sources/europe/germany/Berlinaerialphotograph2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Berlinaerialphotograph2019.json -------------------------------------------------------------------------------- /sources/europe/germany/DeutscheBahnVzGlinesJanuary2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/DeutscheBahnVzGlinesJanuary2017.json -------------------------------------------------------------------------------- /sources/europe/germany/DeutscheBahnVzGlinesNov2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/DeutscheBahnVzGlinesNov2015.json -------------------------------------------------------------------------------- /sources/europe/germany/Erlangen2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Erlangen2011.json -------------------------------------------------------------------------------- /sources/europe/germany/Erlangen2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Erlangen2013.json -------------------------------------------------------------------------------- /sources/europe/germany/Erlangen2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Erlangen2016.json -------------------------------------------------------------------------------- /sources/europe/germany/Erlangen2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Erlangen2018.json -------------------------------------------------------------------------------- /sources/europe/germany/Frankfurt-am-Main-2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Frankfurt-am-Main-2016.json -------------------------------------------------------------------------------- /sources/europe/germany/Frankfurt-am-Main-2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Frankfurt-am-Main-2017.json -------------------------------------------------------------------------------- /sources/europe/germany/Hamburg-20cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Hamburg-20cm.json -------------------------------------------------------------------------------- /sources/europe/germany/Hamburg-DK5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Hamburg-DK5.json -------------------------------------------------------------------------------- /sources/europe/germany/Mainz-Gint-OpenDataWMS.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Mainz-Gint-OpenDataWMS.geojson -------------------------------------------------------------------------------- /sources/europe/germany/Mainz-Gint-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Mainz-Gint-latest.json -------------------------------------------------------------------------------- /sources/europe/germany/Maps4BW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Maps4BW.json -------------------------------------------------------------------------------- /sources/europe/germany/MetropoleRuhrLuftbilder-10cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/MetropoleRuhrLuftbilder-10cm.json -------------------------------------------------------------------------------- /sources/europe/germany/Munich-latest-aerialimagery60cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Munich-latest-aerialimagery60cm.json -------------------------------------------------------------------------------- /sources/europe/germany/Saxony-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Saxony-latest.json -------------------------------------------------------------------------------- /sources/europe/germany/SaxonyWebAtlasSN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/SaxonyWebAtlasSN.json -------------------------------------------------------------------------------- /sources/europe/germany/Saxonydigitalterrainmodel.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Saxonydigitalterrainmodel.geojson -------------------------------------------------------------------------------- /sources/europe/germany/Saxonyhistoricalaerialimagery2005.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Saxonyhistoricalaerialimagery2005.json -------------------------------------------------------------------------------- /sources/europe/germany/Saxonylatestaerialimageryinfrared.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Saxonylatestaerialimageryinfrared.json -------------------------------------------------------------------------------- /sources/europe/germany/Saxonytopographicmap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Saxonytopographicmap.json -------------------------------------------------------------------------------- /sources/europe/germany/Stuttgart-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/germany/Stuttgart-latest.json -------------------------------------------------------------------------------- /sources/europe/hungary/Danube-flood-2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/Danube-flood-2013.json -------------------------------------------------------------------------------- /sources/europe/hungary/EUFAR-Balaton-orthophotos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/EUFAR-Balaton-orthophotos.json -------------------------------------------------------------------------------- /sources/europe/hungary/HillshadeHungary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/HillshadeHungary.json -------------------------------------------------------------------------------- /sources/europe/hungary/Hungary-FOMI-2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/Hungary-FOMI-2000.json -------------------------------------------------------------------------------- /sources/europe/hungary/Hungary-FOMI-2005.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/Hungary-FOMI-2005.json -------------------------------------------------------------------------------- /sources/europe/hungary/OpenStreetMap-turistautak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/OpenStreetMap-turistautak.json -------------------------------------------------------------------------------- /sources/europe/hungary/SzegedOrto2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/SzegedOrto2011.json -------------------------------------------------------------------------------- /sources/europe/hungary/Torokbalint-ortophoto-2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/Torokbalint-ortophoto-2013.json -------------------------------------------------------------------------------- /sources/europe/hungary/Torokbalint-ortophoto-2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/Torokbalint-ortophoto-2015.json -------------------------------------------------------------------------------- /sources/europe/hungary/Torokbalint-ortophoto-2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/Torokbalint-ortophoto-2018.json -------------------------------------------------------------------------------- /sources/europe/hungary/openstreetmaphuorthophotos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/hungary/openstreetmaphuorthophotos.json -------------------------------------------------------------------------------- /sources/europe/ireland/IrelandBritishWarOffice-GSGS3906.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/ireland/IrelandBritishWarOffice-GSGS3906.json -------------------------------------------------------------------------------- /sources/europe/ireland/OSMIETieLandnotinCounties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/ireland/OSMIETieLandnotinCounties.json -------------------------------------------------------------------------------- /sources/europe/italy/Bologna-Orthophoto-2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/Bologna-Orthophoto-2017.json -------------------------------------------------------------------------------- /sources/europe/italy/Lombardia-Italy-CTR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/Lombardia-Italy-CTR.json -------------------------------------------------------------------------------- /sources/europe/italy/Lombardia-Italy-CTRDBT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/Lombardia-Italy-CTRDBT.json -------------------------------------------------------------------------------- /sources/europe/italy/PCN2006-Italy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/PCN2006-Italy.json -------------------------------------------------------------------------------- /sources/europe/italy/PCN2008-ITLazioUmbria.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/PCN2008-ITLazioUmbria.json -------------------------------------------------------------------------------- /sources/europe/italy/PCN2012-Italy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/PCN2012-Italy.json -------------------------------------------------------------------------------- /sources/europe/italy/Sicily-Italy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/Sicily-Italy.json -------------------------------------------------------------------------------- /sources/europe/italy/SouthTyrolOrthofoto2011WMS20cm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/SouthTyrolOrthofoto2011WMS20cm.json -------------------------------------------------------------------------------- /sources/europe/italy/SouthTyrolOrthofoto2014-2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/SouthTyrolOrthofoto2014-2015.json -------------------------------------------------------------------------------- /sources/europe/italy/SouthTyrolOrthofoto2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/SouthTyrolOrthofoto2014.json -------------------------------------------------------------------------------- /sources/europe/italy/SouthTyrolOrthofoto2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/SouthTyrolOrthofoto2017.json -------------------------------------------------------------------------------- /sources/europe/italy/SouthTyrolTopomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/italy/SouthTyrolTopomap.json -------------------------------------------------------------------------------- /sources/europe/latvia/USSR-Latvia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/latvia/USSR-Latvia.json -------------------------------------------------------------------------------- /sources/europe/lithuania/Lithuania-ORT10LT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/lithuania/Lithuania-ORT10LT.json -------------------------------------------------------------------------------- /sources/europe/luxembourg/Luxembourg-GeoportailBasemap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/luxembourg/Luxembourg-GeoportailBasemap.json -------------------------------------------------------------------------------- /sources/europe/luxembourg/Luxembourg-GeoportailCadastre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/luxembourg/Luxembourg-GeoportailCadastre.json -------------------------------------------------------------------------------- /sources/europe/luxembourg/Luxembourg-GeoportailOrtho2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/luxembourg/Luxembourg-GeoportailOrtho2017.json -------------------------------------------------------------------------------- /sources/europe/luxembourg/Luxembourg-GeoportailOrtho2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/luxembourg/Luxembourg-GeoportailOrtho2018.json -------------------------------------------------------------------------------- /sources/europe/luxembourg/Luxembourg-GeoportailTopo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/luxembourg/Luxembourg-GeoportailTopo.json -------------------------------------------------------------------------------- /sources/europe/norway/Kartverket-N50-topo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/Kartverket-N50-topo.json -------------------------------------------------------------------------------- /sources/europe/norway/Kartverket-friluft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/Kartverket-friluft.json -------------------------------------------------------------------------------- /sources/europe/norway/Kartverket-vegnett.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/Kartverket-vegnett.json -------------------------------------------------------------------------------- /sources/europe/norway/KartverketAccessibilityoverlay.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KartverketAccessibilityoverlay.geojson -------------------------------------------------------------------------------- /sources/europe/norway/KartverketCadastraloverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KartverketCadastraloverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/KartverketContourLinesoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KartverketContourLinesoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/KartverketEconomicMaps-historic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KartverketEconomicMaps-historic.json -------------------------------------------------------------------------------- /sources/europe/norway/KartverketHillshadeoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KartverketHillshadeoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/KartverketHistoricmaps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KartverketHistoricmaps.json -------------------------------------------------------------------------------- /sources/europe/norway/KartverketNauticalCharts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KartverketNauticalCharts.json -------------------------------------------------------------------------------- /sources/europe/norway/KystverketNavigationalAidoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/KystverketNavigationalAidoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/MTBmapno.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/MTBmapno.json -------------------------------------------------------------------------------- /sources/europe/norway/NPD-Offshore-Installations-overlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NPD-Offshore-Installations-overlay.json -------------------------------------------------------------------------------- /sources/europe/norway/NPIJanMayentopo.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NPIJanMayentopo.geojson -------------------------------------------------------------------------------- /sources/europe/norway/NPISvalbardOrthophoto.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NPISvalbardOrthophoto.geojson -------------------------------------------------------------------------------- /sources/europe/norway/NPISvalbarddetailedtopo.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NPISvalbarddetailedtopo.geojson -------------------------------------------------------------------------------- /sources/europe/norway/NPISvalbardsatellite.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NPISvalbardsatellite.geojson -------------------------------------------------------------------------------- /sources/europe/norway/NPISvalbardtopo.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NPISvalbardtopo.geojson -------------------------------------------------------------------------------- /sources/europe/norway/NVEAvalancheDangerAreasoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NVEAvalancheDangerAreasoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/NVEElectricityNetworkoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NVEElectricityNetworkoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/NVEHydropowerPlantsoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NVEHydropowerPlantsoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/NVEWindPowerPlantsoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NVEWindPowerPlantsoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/Norway-ortho.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/Norway-ortho.json -------------------------------------------------------------------------------- /sources/europe/norway/Norway-ortho2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/Norway-ortho2.json -------------------------------------------------------------------------------- /sources/europe/norway/NorwayOrthophoto(historic).geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/NorwayOrthophoto(historic).geojson -------------------------------------------------------------------------------- /sources/europe/norway/RiksantikvarenHeritageSitesoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/RiksantikvarenHeritageSitesoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/SSBCityCentresoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/SSBCityCentresoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/SSBUrbanAreasoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/SSBUrbanAreasoverlay.json -------------------------------------------------------------------------------- /sources/europe/norway/kartverket-dom-skygge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/kartverket-dom-skygge.json -------------------------------------------------------------------------------- /sources/europe/norway/kartverket-dtm-skygge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/norway/kartverket-dtm-skygge.json -------------------------------------------------------------------------------- /sources/europe/poland/BytomBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/BytomBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/BytomFotoplan2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/BytomFotoplan2014.json -------------------------------------------------------------------------------- /sources/europe/poland/BytomOrthophotomap2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/BytomOrthophotomap2012.json -------------------------------------------------------------------------------- /sources/europe/poland/ChorzwBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/ChorzwBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/CzstochowaBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/CzstochowaOrthophotomap2011.json -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/CzstochowaOrthophotomap2013.json -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/CzstochowaOrthophotomap2014.json -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/CzstochowaOrthophotomap2015.json -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/CzstochowaOrthophotomap2016.json -------------------------------------------------------------------------------- /sources/europe/poland/CzstochowaOrthophotomap2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/CzstochowaOrthophotomap2017.json -------------------------------------------------------------------------------- /sources/europe/poland/Geoportal2Orthophotomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Geoportal2Orthophotomap.json -------------------------------------------------------------------------------- /sources/europe/poland/Geoportal2PRNG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Geoportal2PRNG.json -------------------------------------------------------------------------------- /sources/europe/poland/GliwiceBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/GliwiceBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/GliwiceOrthophotomap2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/GliwiceOrthophotomap2013.json -------------------------------------------------------------------------------- /sources/europe/poland/KatowiceBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/KatowiceBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/KatowiceOrthophotomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/KatowiceOrthophotomap.json -------------------------------------------------------------------------------- /sources/europe/poland/LodzBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/LodzBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/LodzOrthophotomap2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/LodzOrthophotomap2015.json -------------------------------------------------------------------------------- /sources/europe/poland/LodzOrthophotomap2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/LodzOrthophotomap2017.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-BedzinBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-BedzinBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-BedzinOrthophotomap2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-BedzinOrthophotomap2013.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-DebickiBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-DebickiBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-LancuckiBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-LancuckiBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-LubaczowskiBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-LubaczowskiBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-PoznaskiBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-PoznaskiBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-PoznaskiOrthomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-PoznaskiOrthomap.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-RzeszowskiBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-RzeszowskiBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-RzeszowskiOrthophotomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-RzeszowskiOrthophotomap.json -------------------------------------------------------------------------------- /sources/europe/poland/Powiat-StalowaWolskiBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/Powiat-StalowaWolskiBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/PoznaBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/PoznaBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/PoznaOrthophotomap2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/PoznaOrthophotomap2014.json -------------------------------------------------------------------------------- /sources/europe/poland/PoznaOrthophotomap2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/PoznaOrthophotomap2016.json -------------------------------------------------------------------------------- /sources/europe/poland/PrzemyslBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/PrzemyslBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/PrzemyslOrtophotomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/PrzemyslOrtophotomap.json -------------------------------------------------------------------------------- /sources/europe/poland/RudaSlaskaOrthophotomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/RudaSlaskaOrthophotomap.json -------------------------------------------------------------------------------- /sources/europe/poland/RzeszowBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/RzeszowBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/RzeszowOrthophotomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/RzeszowOrthophotomap.json -------------------------------------------------------------------------------- /sources/europe/poland/SiemianowiceSlaskieBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/SiemianowiceSlaskieBuildings.json -------------------------------------------------------------------------------- /sources/europe/poland/SiemianowiceSlaskieOrthomap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/SiemianowiceSlaskieOrthomap.json -------------------------------------------------------------------------------- /sources/europe/poland/SwietochlowiceOrthomap2008.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/SwietochlowiceOrthomap2008.json -------------------------------------------------------------------------------- /sources/europe/poland/SwietochlowiceOrthomap2009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/SwietochlowiceOrthomap2009.json -------------------------------------------------------------------------------- /sources/europe/poland/SwietochlowiceOrthomap2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/SwietochlowiceOrthomap2012.json -------------------------------------------------------------------------------- /sources/europe/poland/WrocawOrthophotomap2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/WrocawOrthophotomap2015.json -------------------------------------------------------------------------------- /sources/europe/poland/WrocawOrthophotomap2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/WrocawOrthophotomap2018.json -------------------------------------------------------------------------------- /sources/europe/poland/ZabrzeOrthophotomap2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/ZabrzeOrthophotomap2011.json -------------------------------------------------------------------------------- /sources/europe/poland/polskae-mapanetBuildings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/poland/polskae-mapanetBuildings.json -------------------------------------------------------------------------------- /sources/europe/portugal/CartadeUsodoSolo2010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/portugal/CartadeUsodoSolo2010.json -------------------------------------------------------------------------------- /sources/europe/portugal/OrtofotosDGRF2004-2006.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/portugal/OrtofotosDGRF2004-2006.json -------------------------------------------------------------------------------- /sources/europe/portugal/OrtofotosLitoralDGT2014-2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/portugal/OrtofotosLitoralDGT2014-2015.json -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskCar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovakia/FreemapskCar.json -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskCyclo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovakia/FreemapskCyclo.json -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskHiking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovakia/FreemapskHiking.json -------------------------------------------------------------------------------- /sources/europe/slovakia/FreemapskSki.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovakia/FreemapskSki.json -------------------------------------------------------------------------------- /sources/europe/slovakia/OrtofotomozaikaSR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovakia/OrtofotomozaikaSR.json -------------------------------------------------------------------------------- /sources/europe/slovakia/SlovakiaHistoricMaps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovakia/SlovakiaHistoricMaps.json -------------------------------------------------------------------------------- /sources/europe/slovenia/GURSBuildingoutlines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovenia/GURSBuildingoutlines.json -------------------------------------------------------------------------------- /sources/europe/slovenia/GURSRoadlines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovenia/GURSRoadlines.json -------------------------------------------------------------------------------- /sources/europe/slovenia/RABA-KGZSloveniabuilt-upareas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovenia/RABA-KGZSloveniabuilt-upareas.json -------------------------------------------------------------------------------- /sources/europe/slovenia/RABA-KGZSloveniafarmlanduse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/slovenia/RABA-KGZSloveniafarmlanduse.json -------------------------------------------------------------------------------- /sources/europe/spain/CatastroSpain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/spain/CatastroSpain.json -------------------------------------------------------------------------------- /sources/europe/spain/GRAFCAN-CanaryIslands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/spain/GRAFCAN-CanaryIslands.json -------------------------------------------------------------------------------- /sources/europe/spain/GRAFCANExpress-CanaryIslands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/spain/GRAFCANExpress-CanaryIslands.json -------------------------------------------------------------------------------- /sources/europe/spain/ITACyL-CastileandLen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/spain/ITACyL-CastileandLen.json -------------------------------------------------------------------------------- /sources/europe/spain/PNOASpain-TMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/spain/PNOASpain-TMS.json -------------------------------------------------------------------------------- /sources/europe/spain/PNOASpain-WMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/spain/PNOASpain-WMS.json -------------------------------------------------------------------------------- /sources/europe/sweden/Kalmar_permission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/Kalmar_permission.pdf -------------------------------------------------------------------------------- /sources/europe/sweden/LantmterietHistoricOrthophoto1960.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/LantmterietHistoricOrthophoto1960.json -------------------------------------------------------------------------------- /sources/europe/sweden/LantmterietHistoricOrthophoto1975.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/LantmterietHistoricOrthophoto1975.json -------------------------------------------------------------------------------- /sources/europe/sweden/NordicSnowmobileOverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/NordicSnowmobileOverlay.json -------------------------------------------------------------------------------- /sources/europe/sweden/SnowmobilemapSweden.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/SnowmobilemapSweden.json -------------------------------------------------------------------------------- /sources/europe/sweden/gothenburg_citymap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/gothenburg_citymap.json -------------------------------------------------------------------------------- /sources/europe/sweden/gothenburg_ortho.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/gothenburg_ortho.json -------------------------------------------------------------------------------- /sources/europe/sweden/helsingborg-orto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/helsingborg-orto.json -------------------------------------------------------------------------------- /sources/europe/sweden/kalmar_orto_2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/kalmar_orto_2014.json -------------------------------------------------------------------------------- /sources/europe/sweden/kalmar_orto_2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/kalmar_orto_2016.json -------------------------------------------------------------------------------- /sources/europe/sweden/kalmar_orto_2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/kalmar_orto_2018.json -------------------------------------------------------------------------------- /sources/europe/sweden/lantmateriet-ekonomiska.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/lantmateriet-ekonomiska.json -------------------------------------------------------------------------------- /sources/europe/sweden/lantmateriet-topowebb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/lantmateriet-topowebb.json -------------------------------------------------------------------------------- /sources/europe/sweden/linkoping-orto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/linkoping-orto.json -------------------------------------------------------------------------------- /sources/europe/sweden/linkoping_permission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/linkoping_permission.pdf -------------------------------------------------------------------------------- /sources/europe/sweden/stockholm-orto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/stockholm-orto.json -------------------------------------------------------------------------------- /sources/europe/sweden/trafikverket-baninfo-main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/trafikverket-baninfo-main.json -------------------------------------------------------------------------------- /sources/europe/sweden/trafikverket-baninfo-options.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/trafikverket-baninfo-options.geojson -------------------------------------------------------------------------------- /sources/europe/sweden/trafikverket-nvdb-extra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/trafikverket-nvdb-extra.json -------------------------------------------------------------------------------- /sources/europe/sweden/trafikverket-nvdb-main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/trafikverket-nvdb-main.json -------------------------------------------------------------------------------- /sources/europe/sweden/trafikverket-nvdb-options.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/trafikverket-nvdb-options.geojson -------------------------------------------------------------------------------- /sources/europe/sweden/trafikverket-nvdb-streetnames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/sweden/trafikverket-nvdb-streetnames.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Bonvillars-Orthophoto-2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Bonvillars-Orthophoto-2013.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Cartoriviera-Orthophoto-2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Cartoriviera-Orthophoto-2012.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Fiez-Orthophoto-2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Fiez-Orthophoto-2013.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Aargau25cm-AGIS2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Aargau25cm-AGIS2014.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Aargau25cm-AGIS2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Aargau25cm-AGIS2016.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Aargau25cm-AGIS2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Aargau25cm-AGIS2017.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Aargau25cm-AGIS2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Aargau25cm-AGIS2019.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Basel_Stadt-2015-TMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Basel_Stadt-2015-TMS.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Bern_dsm_hillshade_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Bern_dsm_hillshade_wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Bern_dtm_hillshade_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Bern_dtm_hillshade_wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Fribourg_2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Fribourg_2016.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Geneve-5cm-SITG2011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Geneve-5cm-SITG2011.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Glarus_ortho2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Glarus_ortho2013.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Glarus_ortho2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Glarus_ortho2015.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Glarus_ortho2017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Glarus_ortho2017.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Solothurn-SOGIS-wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Solothurn-SOGIS-wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Thurgau_av_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Thurgau_av_wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Thurgau_ortho_2017_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Thurgau_ortho_2017_wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Zug_2011wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Zug_2011wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Zug_2016wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Zug_2016wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Zug_2018wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Zug_2018wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Zurich_ortho_2015_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Zurich_ortho_2015_wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Zurich_ortho_2016_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Zurich_ortho_2016_wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Kanton_Zurich_ortho_2018_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Kanton_Zurich_ortho_2018_wms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/Lausanne-Orthopho-2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/Lausanne-Orthopho-2016.json -------------------------------------------------------------------------------- /sources/europe/switzerland/NyonCity-Orthophoto-2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/NyonCity-Orthophoto-2016.json -------------------------------------------------------------------------------- /sources/europe/switzerland/SIGIP-Orthophoto2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/SIGIP-Orthophoto2012.json -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtBern10cm-2016-TMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/StadtBern10cm-2016-TMS.json -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtBern10cm-2016-WMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/StadtBern10cm-2016-WMS.json -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtBern10cm25cm-2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/StadtBern10cm25cm-2012.json -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtZurich_overviewmap_tms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/StadtZurich_overviewmap_tms.json -------------------------------------------------------------------------------- /sources/europe/switzerland/StadtZurich_overviewmap_wms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/switzerland/StadtZurich_overviewmap_wms.json -------------------------------------------------------------------------------- /sources/europe/ukraine/Ukraine-Kyiv2014-DZK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/ukraine/Ukraine-Kyiv2014-DZK.json -------------------------------------------------------------------------------- /sources/europe/ukraine/Ukraine-Mykolaiv2018-mbk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/ukraine/Ukraine-Mykolaiv2018-mbk.json -------------------------------------------------------------------------------- /sources/europe/ukraine/Ukraine-Orthophotomaps2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/ukraine/Ukraine-Orthophotomaps2012.json -------------------------------------------------------------------------------- /sources/europe/ukraine/Ukraine-Vinnytsia2018.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/ukraine/Ukraine-Vinnytsia2018.json -------------------------------------------------------------------------------- /sources/europe/united_kingdom/HampshireAerialFCIR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/united_kingdom/HampshireAerialFCIR.json -------------------------------------------------------------------------------- /sources/europe/united_kingdom/HampshireAerialRGB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/united_kingdom/HampshireAerialRGB.json -------------------------------------------------------------------------------- /sources/europe/united_kingdom/OSOpenDataStreetView.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/united_kingdom/OSOpenDataStreetView.json -------------------------------------------------------------------------------- /sources/europe/united_kingdom/SurreyAirSurvey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/europe/united_kingdom/SurreyAirSurvey.json -------------------------------------------------------------------------------- /sources/middle_east/israel/IsraelHiking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/middle_east/israel/IsraelHiking.json -------------------------------------------------------------------------------- /sources/middle_east/israel/IsraelMTB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/middle_east/israel/IsraelMTB.json -------------------------------------------------------------------------------- /sources/middle_east/palestine/GazaStrip-Pliades-20140706.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/middle_east/palestine/GazaStrip-Pliades-20140706.json -------------------------------------------------------------------------------- /sources/north_america/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/north_america/canada/Canvec-French.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/canada/Canvec-French.json -------------------------------------------------------------------------------- /sources/north_america/canada/Canvec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/canada/Canvec.json -------------------------------------------------------------------------------- /sources/north_america/canada/GeobaseHydrography-French.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/canada/GeobaseHydrography-French.json -------------------------------------------------------------------------------- /sources/north_america/canada/GeobaseHydrography.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/canada/GeobaseHydrography.json -------------------------------------------------------------------------------- /sources/north_america/canada/GeobaseRoads-French.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/canada/GeobaseRoads-French.json -------------------------------------------------------------------------------- /sources/north_america/canada/GeobaseRoads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/canada/GeobaseRoads.json -------------------------------------------------------------------------------- /sources/north_america/united_states/USDA-NAIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/USDA-NAIP.json -------------------------------------------------------------------------------- /sources/north_america/united_states/USForestService.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/USForestService.json -------------------------------------------------------------------------------- /sources/north_america/united_states/USGSImagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/USGSImagery.json -------------------------------------------------------------------------------- /sources/north_america/united_states/USGSTopographicMaps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/USGSTopographicMaps.json -------------------------------------------------------------------------------- /sources/north_america/united_states/kentucky/KYAPED.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/kentucky/KYAPED.json -------------------------------------------------------------------------------- /sources/north_america/united_states/ohio/Ohio_OSIP_1ft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/ohio/Ohio_OSIP_1ft.json -------------------------------------------------------------------------------- /sources/north_america/united_states/ohio/Ohio_OSIP_6in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/ohio/Ohio_OSIP_6in.json -------------------------------------------------------------------------------- /sources/north_america/united_states/virginia/VGINImagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/north_america/united_states/virginia/VGINImagery.json -------------------------------------------------------------------------------- /sources/oceania/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/oceania/australia/AGRIblack-and-white25m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/oceania/australia/AGRIblack-and-white25m.json -------------------------------------------------------------------------------- /sources/oceania/australia/south_australia/ARA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/oceania/australia/south_australia/ARA.json -------------------------------------------------------------------------------- /sources/oceania/australia/tasmania/Launceston_OrthoPhoto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/oceania/australia/tasmania/Launceston_OrthoPhoto.pdf -------------------------------------------------------------------------------- /sources/oceania/australia/western_australia/MainRoadsWA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/oceania/australia/western_australia/MainRoadsWA.pdf -------------------------------------------------------------------------------- /sources/oceania/new_zealand/LINZ-NZ-Aerial-Imagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/oceania/new_zealand/LINZ-NZ-Aerial-Imagery.json -------------------------------------------------------------------------------- /sources/oceania/new_zealand/LINZ-NZ-Topo50-Gridless-Maps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/oceania/new_zealand/LINZ-NZ-Topo50-Gridless-Maps.json -------------------------------------------------------------------------------- /sources/oceania/new_zealand/LINZ-NZ-waiver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/oceania/new_zealand/LINZ-NZ-waiver.pdf -------------------------------------------------------------------------------- /sources/south_america/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/south_america/argentina/Educationalmap(WMS).geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/argentina/Educationalmap(WMS).geojson -------------------------------------------------------------------------------- /sources/south_america/argentina/IGNtopographicalmap-TMS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/argentina/IGNtopographicalmap-TMS.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Arapiraca.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Arapiraca.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Arapiraca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Arapiraca.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Branquinha.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Branquinha.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Branquinha.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Branquinha.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Cajueiro.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Cajueiro.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Cajueiro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Cajueiro.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Campo_Alegre.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Campo_Alegre.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Campo_Alegre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Campo_Alegre.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Capela.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Capela.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Capela.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Capela.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Delmiro_Gouveia.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Delmiro_Gouveia.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Delmiro_Gouveia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Delmiro_Gouveia.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Estrela_de_Alagoas.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Estrela_de_Alagoas.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Estrela_de_Alagoas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Estrela_de_Alagoas.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Girau_do_Ponciano.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Girau_do_Ponciano.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Girau_do_Ponciano.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Girau_do_Ponciano.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Major_Isidoro.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Major_Isidoro.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Major_Isidoro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Major_Isidoro.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Mar_Vermelho.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Mar_Vermelho.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Mar_Vermelho.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Mar_Vermelho.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Minador_do_Negrao.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Minador_do_Negrao.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Minador_do_Negrao.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Minador_do_Negrao.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Olho_dAgua_do_Casado.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Olho_dAgua_do_Casado.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Olho_dAgua_do_Casado.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Olho_dAgua_do_Casado.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Palesina.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Palesina.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Palesina.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Palesina.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Palmeira_dos_Indios.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Palmeira_dos_Indios.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Palmeira_dos_Indios.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Palmeira_dos_Indios.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Pao_de_Acucar.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Pao_de_Acucar.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Pao_de_Acucar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Pao_de_Acucar.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Piranhas.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Piranhas.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Piranhas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Piranhas.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Poco_das_Trincheiras.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Poco_das_Trincheiras.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Poco_das_Trincheiras.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Poco_das_Trincheiras.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Santana_do_Ipanema.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Santana_do_Ipanema.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Santana_do_Ipanema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Santana_do_Ipanema.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Sao_miguel_dos_campos.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Sao_miguel_dos_campos.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Sao_miguel_dos_campos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Sao_miguel_dos_campos.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Teotonio_Vilela.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Teotonio_Vilela.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Teotonio_Vilela.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Teotonio_Vilela.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Uniao_dos_Palmares.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Uniao_dos_Palmares.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Uniao_dos_Palmares.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Uniao_dos_Palmares.json -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Vicosa.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Vicosa.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/AL_Vicosa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/AL_Vicosa.json -------------------------------------------------------------------------------- /sources/south_america/brazil/Alagoas_Litoral.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Alagoas_Litoral.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/Alagoas_Litoral.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Alagoas_Litoral.json -------------------------------------------------------------------------------- /sources/south_america/brazil/DER-ES.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/DER-ES.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/DER-ES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/DER-ES.json -------------------------------------------------------------------------------- /sources/south_america/brazil/GeoPortal_DF_2015_imagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/GeoPortal_DF_2015_imagery.json -------------------------------------------------------------------------------- /sources/south_america/brazil/GeoPortal_DF_2016_imagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/GeoPortal_DF_2016_imagery.json -------------------------------------------------------------------------------- /sources/south_america/brazil/GeoPortal_DF_2017_imagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/GeoPortal_DF_2017_imagery.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_pista_pouso.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BC250_pista_pouso.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_rios_drenagem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BC250_rios_drenagem.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_rodoviaria.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BC250_rodoviaria.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_rodoviaria.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BC250_rodoviaria.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_vila.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BC250_vila.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BC250_vila.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BC250_vila.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BCIM_municipio.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BCIM_municipio.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE-BCIM_municipio.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE-BCIM_municipio.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_DF_Adresses.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_DF_Adresses.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_DF_Adresses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_DF_Adresses.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Salvador_Streets.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Salvador_Streets.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Salvador_Streets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Salvador_Streets.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Setores_Rurais.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Setores_Rurais.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Setores_Rurais.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Setores_Rurais.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Setores_Urbanos.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Setores_Urbanos.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Setores_Urbanos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Setores_Urbanos.json -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Street_Names.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Street_Names.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/IBGE_Street_Names.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/IBGE_Street_Names.json -------------------------------------------------------------------------------- /sources/south_america/brazil/Londrina.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Londrina.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/Londrina.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Londrina.json -------------------------------------------------------------------------------- /sources/south_america/brazil/Rio_2013.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Rio_2013.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/Rio_2013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Rio_2013.json -------------------------------------------------------------------------------- /sources/south_america/brazil/Rio_2015.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Rio_2015.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/Rio_2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/Rio_2015.json -------------------------------------------------------------------------------- /sources/south_america/brazil/SIGSC_WMS_2012.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/SIGSC_WMS_2012.geojson -------------------------------------------------------------------------------- /sources/south_america/brazil/SIGSC_WMS_2012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/south_america/brazil/SIGSC_WMS_2012.json -------------------------------------------------------------------------------- /sources/world/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sources/world/Bing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/Bing.json -------------------------------------------------------------------------------- /sources/world/EsriImagery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/EsriImagery.json -------------------------------------------------------------------------------- /sources/world/EsriImageryClarity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/EsriImageryClarity.json -------------------------------------------------------------------------------- /sources/world/LocatorOverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/LocatorOverlay.json -------------------------------------------------------------------------------- /sources/world/MapboxSatellite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/MapboxSatellite.json -------------------------------------------------------------------------------- /sources/world/MaxarPremium.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/MaxarPremium.json -------------------------------------------------------------------------------- /sources/world/MaxarStandard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/MaxarStandard.json -------------------------------------------------------------------------------- /sources/world/OSMIAddresses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OSMIAddresses.json -------------------------------------------------------------------------------- /sources/world/OSMIGeometry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OSMIGeometry.json -------------------------------------------------------------------------------- /sources/world/OSMIHighways.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OSMIHighways.json -------------------------------------------------------------------------------- /sources/world/OSMIMultipolygon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OSMIMultipolygon.json -------------------------------------------------------------------------------- /sources/world/OSMIPlaces.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OSMIPlaces.json -------------------------------------------------------------------------------- /sources/world/OSMIRouting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OSMIRouting.json -------------------------------------------------------------------------------- /sources/world/OSMITagging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OSMITagging.json -------------------------------------------------------------------------------- /sources/world/OpenPTMap-overlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenPTMap-overlay.json -------------------------------------------------------------------------------- /sources/world/OpenRailwayMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenRailwayMap.json -------------------------------------------------------------------------------- /sources/world/OpenRailwayMapMaxspeeds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenRailwayMapMaxspeeds.json -------------------------------------------------------------------------------- /sources/world/OpenRailwayMapSignalling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenRailwayMapSignalling.json -------------------------------------------------------------------------------- /sources/world/OpenSeaMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenSeaMap.json -------------------------------------------------------------------------------- /sources/world/OpenSnowMapoverlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenSnowMapoverlay.json -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-FrenchStyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenStreetMap-FrenchStyle.json -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-GPS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenStreetMap-GPS.json -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-GermanStyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenStreetMap-GermanStyle.json -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-HotStyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenStreetMap-HotStyle.json -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-Mapnik-nolabels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenStreetMap-Mapnik-nolabels.json -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-Mapnik.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenStreetMap-Mapnik.json -------------------------------------------------------------------------------- /sources/world/OpenStreetMap-MapnikBlackWhite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenStreetMap-MapnikBlackWhite.json -------------------------------------------------------------------------------- /sources/world/OpenTopoMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/OpenTopoMap.json -------------------------------------------------------------------------------- /sources/world/PublicTransport-PNV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/PublicTransport-PNV.json -------------------------------------------------------------------------------- /sources/world/QANoAddress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/QANoAddress.json -------------------------------------------------------------------------------- /sources/world/Skobbler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/Skobbler.json -------------------------------------------------------------------------------- /sources/world/StamenTerrainBackground.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/StamenTerrainBackground.json -------------------------------------------------------------------------------- /sources/world/TF-Landscape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/TF-Landscape.json -------------------------------------------------------------------------------- /sources/world/TF-OpenCycleMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/TF-OpenCycleMap.json -------------------------------------------------------------------------------- /sources/world/TF-Outdoors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/TF-Outdoors.json -------------------------------------------------------------------------------- /sources/world/WMT-cycling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/WMT-cycling.json -------------------------------------------------------------------------------- /sources/world/WMT-hiking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/WMT-hiking.json -------------------------------------------------------------------------------- /sources/world/WMT-mtb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/WMT-mtb.json -------------------------------------------------------------------------------- /sources/world/WMT-skating.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/WMT-skating.json -------------------------------------------------------------------------------- /sources/world/WMT-slopemap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/WMT-slopemap.json -------------------------------------------------------------------------------- /sources/world/WaymarkedTrailsHorseRiding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/WaymarkedTrailsHorseRiding.json -------------------------------------------------------------------------------- /sources/world/WikimediaMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/WikimediaMap.json -------------------------------------------------------------------------------- /sources/world/eox.at-2018-cloudless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rapideditor/imagery-index/HEAD/sources/world/eox.at-2018-cloudless.json --------------------------------------------------------------------------------