diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json index 305b2f6bd0..dcfaad56bb 100644 --- a/assets/layers/charging_station/charging_station.json +++ b/assets/layers/charging_station/charging_station.json @@ -5,12 +5,7 @@ "nl": "Oplaadpunten", "de": "Ladestationen" }, - "description": { - "en": "A charging station", - "nl": "Oplaadpunten", - "ca": "Una estació de càrrega", - "de": "Eine Ladestation" - }, + "minzoom": 10, "source": { "osmTags": { "and": [ @@ -25,7 +20,6 @@ ] } }, - "minzoom": 10, "title": { "render": { "en": "Charging station", @@ -71,103 +65,13 @@ } ] }, - "pointRendering": [ - { - "location": [ - "point", - "centroid" - ], - "marker": [ - { - "icon": "pin", - "color": "#fff" - }, - { - "icon": { - "render": "./assets/themes/charging_stations/plug.svg", - "mappings": [ - { - "if": "bicycle=yes", - "then": "./assets/themes/charging_stations/bicycle.svg" - }, - { - "if": { - "or": [ - "car=yes", - "motorcar=yes" - ] - }, - "then": "./assets/themes/charging_stations/car.svg" - } - ] - } - } - ], - "iconBadges": [ - { - "if": { - "or": [ - "disused:amenity=charging_station", - "operational_status=broken" - ] - }, - "then": "close:#c22;" - }, - { - "if": { - "or": [ - "proposed:amenity=charging_station", - "planned:amenity=charging_station" - ] - }, - "then": "./assets/layers/charging_station/under_construction.svg" - }, - { - "if": { - "and": [ - "bicycle=yes", - { - "or": [ - "motorcar=yes", - "car=yes" - ] - } - ] - }, - "then": "circle:#fff;./assets/themes/charging_stations/car.svg" - } - ], - "anchor": "bottom", - "iconSize": "50,50" - } - ], - "lineRendering": [], - "presets": [ - { - "tags": [ - "amenity=charging_station", - "motorcar=no", - "bicycle=yes" - ], - "title": { - "en": "charging station for electrical bikes", - "nl": "oplaadpunt voor elektrische fietsen", - "de": "Ladestation für Elektrofahrräder" - } - }, - { - "tags": [ - "amenity=charging_station", - "motorcar=yes", - "bicycle=no" - ], - "title": { - "en": "charging station for cars", - "nl": "oplaadstation voor elektrische auto's", - "de": "Ladestation für Autos" - } - } - ], + "description": { + "en": "A charging station", + "nl": "Oplaadpunten", + "ca": "Una estació de càrrega", + "de": "Eine Ladestation" + }, + "#": "no-question-hint-check", "tagRenderings": [ "images", { @@ -2509,6 +2413,103 @@ } } ], + "lineRendering": [], + "pointRendering": [ + { + "location": [ + "point", + "centroid" + ], + "marker": [ + { + "icon": "pin", + "color": "#fff" + }, + { + "icon": { + "render": "./assets/themes/charging_stations/plug.svg", + "mappings": [ + { + "if": "bicycle=yes", + "then": "./assets/themes/charging_stations/bicycle.svg" + }, + { + "if": { + "or": [ + "car=yes", + "motorcar=yes" + ] + }, + "then": "./assets/themes/charging_stations/car.svg" + } + ] + } + } + ], + "iconBadges": [ + { + "if": { + "or": [ + "disused:amenity=charging_station", + "operational_status=broken" + ] + }, + "then": "close:#c22;" + }, + { + "if": { + "or": [ + "proposed:amenity=charging_station", + "planned:amenity=charging_station" + ] + }, + "then": "./assets/layers/charging_station/under_construction.svg" + }, + { + "if": { + "and": [ + "bicycle=yes", + { + "or": [ + "motorcar=yes", + "car=yes" + ] + } + ] + }, + "then": "circle:#fff;./assets/themes/charging_stations/car.svg" + } + ], + "anchor": "bottom", + "iconSize": "50,50" + } + ], + "presets": [ + { + "tags": [ + "amenity=charging_station", + "motorcar=no", + "bicycle=yes" + ], + "title": { + "en": "charging station for electrical bikes", + "nl": "oplaadpunt voor elektrische fietsen", + "de": "Ladestation für Elektrofahrräder" + } + }, + { + "tags": [ + "amenity=charging_station", + "motorcar=yes", + "bicycle=no" + ], + "title": { + "en": "charging station for cars", + "nl": "oplaadstation voor elektrische auto's", + "de": "Ladestation für Autos" + } + } + ], "filter": [ { "id": "vehicle-type", @@ -2714,19 +2715,6 @@ ] } ], - "deletion": { - "softDeletionTags": { - "and": [ - "amenity=", - "disused:amenity=charging_station" - ] - }, - "neededChangesets": 10 - }, - "allowMove": { - "enableRelocation": false, - "enableImproveAccuracy": true - }, "units": [ { "maxstay": { @@ -2885,5 +2873,17 @@ } } ], - "#": "no-question-hint-check" -} + "allowMove": { + "enableRelocation": false, + "enableImproveAccuracy": true + }, + "deletion": { + "softDeletionTags": { + "and": [ + "amenity=", + "disused:amenity=charging_station" + ] + }, + "neededChangesets": 10 + } +} \ No newline at end of file diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index 0edb1fae1b..9e119e077d 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -3,14 +3,17 @@ "title": { "en": "Changes made with MapComplete" }, - "description": { - "en": "This maps shows all the changes made with MapComplete" - }, "shortDescription": { "en": "Shows changes made by MapComplete" }, + "description": { + "en": "This maps shows all the changes made with MapComplete" + }, "icon": "./assets/svg/logo.svg", "hideFromOverview": true, + "startLat": 0, + "startLon": 0, + "startZoom": 1, "layers": [ { "id": "mapcomplete-changes", diff --git a/langs/layers/en.json b/langs/layers/en.json index 3b766ac55e..087b44a436 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -1495,6 +1495,11 @@ }, "question": "What is the relative location of this bicycle parking?" }, + "charge": { + "question": "How much does it cost to park your bike here?", + "questionHint": "This is the amount which is charged for a single bike", + "render": "Parking your bike costs {charge}" + }, "fee": { "mappings": { "0": { @@ -10665,6 +10670,10 @@ "4": { "human": "{quantity} months", "humanSingular": "one month" + }, + "5": { + "human": "{quantity} years", + "humanSingular": "one year" } } } diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 8f0dd132ac..3c2e71774c 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -1211,6 +1211,11 @@ }, "question": "Wat is de relatieve locatie van deze parking??" }, + "charge": { + "question": "Hoeveel kost het om een fiets te stallen?", + "questionHint": "Dit is de kostprijs voor een enkele fiets", + "render": "Je fiets hier parkeren kost {charge}" + }, "fee": { "mappings": { "0": { @@ -8724,6 +8729,10 @@ "4": { "human": "{quantity} maanden", "humanSingular": "één maand" + }, + "5": { + "human": "{quantity} jaar", + "humanSingular": "één jaar" } } } diff --git a/scripts/ScriptUtils.ts b/scripts/ScriptUtils.ts index 6393f75d43..ff65aa73e0 100644 --- a/scripts/ScriptUtils.ts +++ b/scripts/ScriptUtils.ts @@ -224,10 +224,12 @@ export default class ScriptUtils { }) const timeoutPromise = new Promise((resolve, reject) => { setTimeout( - () => - timeoutSecs === undefined - ? reject(new Error("Timout reached")) - : resolve("timeout"), + () => { + if(timeoutSecs === undefined){ + return // No resolve + } + resolve("timeout") + }, (timeoutSecs ?? 10) * 1000 ) }) diff --git a/src/assets/editor-layer-index.json b/src/assets/editor-layer-index.json index 227e48ae81..e71feab184 100644 --- a/src/assets/editor-layer-index.json +++ b/src/assets/editor-layer-index.json @@ -1,5 +1,6 @@ {"type":"FeatureCollection", "features": [ +{"properties":{"name":"South Africa CD:NGI Aerial","id":"South_Africa-CD_NGI-Aerial","url":"https://aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg","type":"tms","category":"photo","max_zoom":22,"best":true},"type":"Feature","geometry":{"coordinates":[[[17.83968,-32.79834],[17.83968,-32.85073],[17.84859,-32.96685],[17.88552,-33.05757],[17.94735,-33.16026],[18.13899,-33.39741],[18.21668,-33.44887],[18.2992,-33.58559],[18.36155,-33.65016],[18.41247,-33.74488],[18.34793,-33.78155],[18.34766,-33.84924],[18.33745,-33.99141],[18.29511,-33.99371],[18.29721,-34.19503],[18.34793,-34.20204],[18.35657,-34.30056],[18.39717,-34.3023],[18.39744,-34.3514],[18.44799,-34.35227],[18.44773,-34.362],[18.49995,-34.36169],[18.50175,-34.10153],[18.79842,-34.10164],[18.7975,-34.39364],[18.95206,-34.39494],[19.00235,-34.35256],[19.07256,-34.38024],[19.098,-34.44998],[19.32853,-34.45344],[19.34744,-34.52445],[19.28614,-34.59866],[19.28771,-34.64048],[19.39297,-34.64202],[19.5973,-34.79618],[19.89383,-34.7936],[19.89907,-34.82758],[19.99233,-34.83791],[20.08035,-34.83619],[20.25272,-34.70148],[20.5042,-34.48626],[20.74468,-34.48281],[20.89766,-34.4854],[20.89319,-34.39971],[21.00337,-34.37539],[21.09882,-34.39913],[21.19787,-34.44782],[21.41949,-34.44652],[21.5007,-34.40201],[21.50174,-34.36699],[21.5468,-34.36612],[21.56147,-34.40201],[21.86115,-34.40071],[21.9497,-34.322],[22.00156,-34.21722],[22.15769,-34.21809],[22.17124,-34.15218],[22.16212,-34.1057],[22.22213,-34.10147],[22.252,-34.06459],[22.50505,-34.06459],[22.57002,-34.00641],[22.64598,-34.00728],[22.64703,-34.05026],[22.84124,-34.05479],[22.90009,-34.0993],[23.41543,-34.11404],[23.41552,-34.04346],[23.49735,-34.00901],[23.74936,-34.01119],[23.80175,-34.05243],[23.99634,-34.05144],[24.19888,-34.1019],[24.34867,-34.11638],[24.50014,-34.20033],[24.76453,-34.20179],[24.85326,-34.21896],[24.87629,-34.20053],[24.87704,-34.15065],[24.94966,-34.10104],[24.95472,-34.00436],[25.04763,-33.99946],[25.28106,-34.00203],[25.35046,-34.05026],[25.55089,-34.06315],[25.72028,-34.05112],[25.71958,-34.00401],[25.65291,-33.94698],[25.65291,-33.85436],[25.75111,-33.80065],[25.80555,-33.75243],[26.00779,-33.7224],[26.20675,-33.75489],[26.45273,-33.79358],[26.59169,-33.74808],[26.88054,-33.6459],[27.3758,-33.38607],[27.84509,-33.08287],[28.07487,-32.94169],[28.14365,-32.83207],[28.54971,-32.58946],[28.89432,-32.28989],[29.48131,-31.69787],[29.74094,-31.50147],[29.86731,-31.43043],[30.09724,-31.24583],[30.35563,-30.93089],[30.72447,-30.3925],[30.86518,-30.10241],[30.95186,-30.00339],[31.04555,-29.9502],[31.06699,-29.86403],[31.05345,-29.84705],[31.06486,-29.78935],[31.16808,-29.63074],[31.35963,-29.38543],[31.46385,-29.28593],[31.77648,-28.96949],[31.98788,-28.90695],[32.07026,-28.84698],[32.36404,-28.59457],[32.42756,-28.50216],[32.53872,-28.2288],[32.5814,-28.07479],[32.62407,-27.77751],[32.70943,-27.47854],[32.88609,-26.9817],[32.89999,-26.85161],[32.31145,-26.84795],[32.10698,-26.79846],[32.00025,-26.79839],[31.97697,-27.05066],[31.97002,-27.12047],[31.97002,-27.31112],[31.50156,-27.31112],[31.15433,-27.19804],[31.00344,-27.04416],[30.97653,-27.00292],[30.98249,-26.90826],[30.91003,-26.84895],[30.90209,-26.78075],[30.80384,-26.80821],[30.80226,-26.52407],[30.82269,-26.44888],[30.85346,-26.40356],[30.89217,-26.32797],[30.96561,-26.26658],[31.11647,-25.99124],[31.1393,-25.91627],[31.25046,-25.82965],[31.32291,-25.74386],[31.41621,-25.72777],[31.86878,-26.00373],[31.98094,-25.95465],[31.93627,-25.84037],[32.00575,-25.66248],[32.00575,-25.6079],[31.99979,-25.51657],[31.99285,-25.44938],[32.01964,-25.38214],[32.03552,-25.08498],[32.01964,-24.91407],[32.00773,-24.65366],[32.01667,-24.4406],[31.99483,-24.30409],[31.91444,-24.17467],[31.88863,-23.94811],[31.77747,-23.88006],[31.71197,-23.74114],[31.69311,-23.61752],[31.55683,-23.44308],[31.56806,-23.19034],[31.29306,-22.36746],[31.18342,-22.32329],[31.00586,-22.30771],[30.83743,-22.28498],[30.50618,-22.30576],[30.30336,-22.33952],[30.25634,-22.29148],[30.11668,-22.28303],[29.9293,-22.18494],[29.77771,-22.1362],[29.6549,-22.11864],[29.35312,-22.18429],[29.23241,-22.16935],[29.01626,-22.20834],[28.95941,-22.30901],[28.92853,-22.42323],[28.82818,-22.45502],[28.61088,-22.54002],[28.49061,-22.5607],[28.33972,-22.56394],[28.20568,-22.65529],[28.04076,-22.82551],[27.93829,-22.94965],[27.88285,-23.06205],[27.80986,-23.0995],[27.59581,-23.20855],[27.51441,-23.35939],[27.33396,-23.39738],[27.13605,-23.52034],[27.0578,-23.60526],[27.00061,-23.63676],[26.97148,-23.69943],[26.93183,-23.84619],[26.92155,-23.8991],[26.85744,-24.10269],[26.85674,-24.24995],[26.73006,-24.30145],[26.58619,-24.40758],[26.509,-24.48424],[26.47391,-24.56533],[26.39285,-24.63329],[25.84664,-24.75385],[25.84193,-24.78054],[25.64418,-25.48238],[25.50784,-25.68554],[25.1107,-25.73894],[24.60391,-25.78966],[24.2364,-25.6134],[23.88372,-25.59737],[23.46583,-25.27351],[23.00052,-25.27619],[22.77528,-25.67752],[22.57078,-26.1334],[22.28034,-26.32747],[21.97211,-26.64314],[21.7765,-26.66963],[21.67277,-26.839],[21.08891,-26.84693],[20.65324,-26.82049],[20.65028,-26.48409],[20.84292,-26.21585],[20.8281,-25.89635],[20.73326,-25.6802],[20.65324,-25.45294],[20.47246,-25.15017],[20.29167,-24.91923],[19.98937,-24.74979],[19.99536,-28.39909],[19.84971,-28.40278],[19.85076,-28.44333],[19.69882,-28.44794],[19.69673,-28.49399],[19.55003,-28.49583],[19.44315,-28.69732],[19.25873,-28.70099],[19.23149,-28.80296],[19.24301,-28.85162],[19.19691,-28.93785],[19.1047,-28.94885],[18.90875,-28.82775],[18.61536,-28.82959],[18.50638,-28.87181],[18.15745,-28.87181],[18.00027,-28.79562],[17.99943,-28.75606],[17.80139,-28.73815],[17.65259,-28.73815],[17.64997,-28.69679],[17.60282,-28.683],[17.49836,-28.68721],[17.45121,-28.64951],[17.4527,-28.54897],[17.40083,-28.548],[17.41491,-28.34898],[17.40158,-28.24524],[17.35156,-28.24427],[17.35119,-28.19759],[17.2508,-28.19889],[17.24746,-28.23382],[17.20263,-28.23284],[17.20115,-28.09305],[17.10076,-28.03388],[17.05297,-28.02571],[16.99295,-28.0244],[16.88551,-28.04729],[16.74622,-28.2459],[16.75141,-28.4487],[16.60026,-28.48257],[16.4491,-28.55158],[16.44987,-28.69188],[16.54941,-28.84159],[16.7988,-29.19437],[16.9937,-29.65436],[17.24937,-30.39917],[17.40445,-30.63747],[17.548,-30.90217],[17.85293,-31.3444],[18.10545,-31.6455],[18.29302,-32.04871],[18.28987,-32.55266],[18.09917,-32.74853],[18.00364,-32.69822],[17.88935,-32.69728],[17.83968,-32.79834]],[[28.68156,-28.60188],[28.69781,-28.7018],[29.09788,-28.95182],[29.39826,-29.25135],[29.39818,-29.44853],[29.28997,-29.44865],[29.24841,-29.63468],[29.09839,-29.74865],[29.09844,-29.94862],[28.19846,-30.24842],[28.09798,-30.64863],[27.95197,-30.64159],[27.95151,-30.59863],[27.75194,-30.59894],[27.5015,-30.29846],[27.40175,-30.29864],[27.41031,-30.11589],[27.06459,-29.69818],[27.60177,-29.30152],[27.75146,-28.95168],[27.95166,-28.92174],[28.20181,-28.71386],[28.4015,-28.71422],[28.40186,-28.65136],[28.55056,-28.64634],[28.5507,-28.61431],[28.68156,-28.60188]]],"type":"Polygon"}}, {"properties":{"name":"City of Cape Town 2013 Aerial","id":"South_Africa-CapeTown-Aerial-2013","url":"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2013/{zoom}/{x}/{y}.jpg","attribution":{"required":true,"text":"City of Cape Town Aerial - OPENSTREETMAP USE ONLY","url":"https://www.capetown.gov.za"},"type":"tms","category":"historicphoto","min_zoom":4,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[18.44866,-33.89362],[18.39773,-33.89335],[18.37284,-33.91776],[18.37262,-33.92927],[18.36381,-33.92925],[18.36287,-33.97351],[18.3398,-33.98663],[18.33974,-34.00127],[18.32892,-34.00125],[18.32877,-34.0192],[18.30682,-34.02526],[18.29607,-34.04513],[18.32,-34.06443],[18.34275,-34.06433],[18.35505,-34.05538],[18.36125,-34.05972],[18.33932,-34.08828],[18.34993,-34.10421],[18.32367,-34.13469],[18.3114,-34.14353],[18.31187,-34.15438],[18.32767,-34.16346],[18.32747,-34.18149],[18.34923,-34.18162],[18.37068,-34.21789],[18.37016,-34.28087],[18.39177,-34.29002],[18.3916,-34.31707],[18.46737,-34.35349],[18.46743,-34.36251],[18.49992,-34.36262],[18.50011,-34.34458],[18.48922,-34.34458],[18.46771,-34.29941],[18.486,-34.25437],[18.47889,-34.25437],[18.48662,-34.24539],[18.46593,-34.19121],[18.44673,-34.19111],[18.44681,-34.18211],[18.43597,-34.18202],[18.436,-34.16405],[18.44445,-34.16409],[18.44637,-34.13423],[18.47974,-34.11012],[18.65337,-34.07748],[18.76176,-34.08405],[18.85488,-34.15627],[18.81565,-34.17413],[18.81549,-34.21028],[18.84803,-34.23739],[18.84802,-34.2644],[18.83712,-34.26438],[18.83714,-34.27342],[18.86971,-34.27344],[18.86969,-34.26441],[18.87927,-34.26443],[18.88059,-34.25534],[18.88942,-34.25541],[18.88784,-34.23735],[18.90176,-34.23626],[18.90236,-34.21935],[18.93489,-34.21933],[18.93487,-34.20137],[18.9457,-34.20132],[18.94574,-34.19232],[18.95656,-34.19236],[18.95656,-34.18332],[18.96746,-34.1833],[18.96742,-34.17427],[18.97832,-34.17429],[18.97827,-34.16529],[18.98918,-34.1653],[18.98918,-34.1473],[18.96742,-34.14732],[18.96742,-34.13831],[18.95656,-34.13824],[18.9566,-34.12924],[18.96749,-34.12925],[18.9675,-34.11121],[18.97832,-34.11123],[18.97832,-34.10218],[18.98918,-34.1022],[18.98915,-34.09317],[19.00002,-34.0932],[19,-34.08413],[19.01079,-34.08414],[19.01084,-34.05725],[19.00002,-34.05718],[19.00002,-34.03913],[18.98916,-34.03913],[18.98914,-34.02114],[18.97833,-34.02114],[18.97822,-34.01208],[18.96747,-34.01208],[18.96743,-34.003],[18.94586,-34.0031],[18.94588,-33.99403],[18.91348,-33.99396],[18.91342,-34.012],[18.90258,-34.012],[18.90252,-34.02103],[18.88518,-34.02132],[18.88546,-34.02343],[18.86819,-34.02117],[18.86827,-34.02208],[18.85986,-34.02101],[18.85993,-34.02347],[18.84847,-34.02185],[18.84842,-34.03001],[18.838,-34.03],[18.83798,-34.03165],[18.81634,-34.02993],[18.81594,-34.03897],[18.80341,-34.03892],[18.80324,-34.04118],[18.79845,-34.04119],[18.79388,-34.0407],[18.79403,-34.03894],[18.77258,-34.03891],[18.7726,-34.0299],[18.76178,-34.02988],[18.76191,-33.9848],[18.75108,-33.98478],[18.75146,-33.90352],[18.76227,-33.90359],[18.76236,-33.84052],[18.77313,-33.84052],[18.77311,-33.83152],[18.79472,-33.83154],[18.79476,-33.81355],[18.80551,-33.81357],[18.80559,-33.79551],[18.81637,-33.79551],[18.81652,-33.74137],[18.83804,-33.74139],[18.83812,-33.72343],[18.82733,-33.72347],[18.8274,-33.70544],[18.80581,-33.70539],[18.80581,-33.67831],[18.8166,-33.67832],[18.81667,-33.66029],[18.82752,-33.6603],[18.82746,-33.6333],[18.77371,-33.63319],[18.77364,-33.64225],[18.75208,-33.64219],[18.75204,-33.66925],[18.69807,-33.66907],[18.69807,-33.66009],[18.68734,-33.66004],[18.6873,-33.65102],[18.67658,-33.65103],[18.67672,-33.61497],[18.66593,-33.61493],[18.66597,-33.58789],[18.62292,-33.58773],[18.62301,-33.57873],[18.59065,-33.57868],[18.5907,-33.56962],[18.57988,-33.56962],[18.57995,-33.56053],[18.59074,-33.56064],[18.59078,-33.5426],[18.58007,-33.5426],[18.58012,-33.52453],[18.56937,-33.52448],[18.56937,-33.5155],[18.54795,-33.51539],[18.54793,-33.52443],[18.52632,-33.52435],[18.52647,-33.4883],[18.51574,-33.48819],[18.51583,-33.47917],[18.49433,-33.47916],[18.49437,-33.4701],[18.4406,-33.46988],[18.44049,-33.48789],[18.4297,-33.48785],[18.42966,-33.50594],[18.37605,-33.5058],[18.37601,-33.51477],[18.36503,-33.5148],[18.36524,-33.52366],[18.35425,-33.5236],[18.354,-33.55059],[18.33245,-33.55045],[18.33224,-33.57752],[18.40719,-33.65899],[18.43914,-33.71772],[18.42815,-33.73564],[18.44925,-33.80107],[18.48139,-33.84724],[18.4702,-33.90277],[18.44859,-33.90264],[18.44866,-33.89362]]],"type":"Polygon"}}, {"properties":{"name":"City of Cape Town 2015 Aerial","id":"South_Africa-CapeTown-Aerial","url":"https://{switch:a,b,c}.coct.aerial.openstreetmap.org.za/layer/za_coct_aerial_2015/{zoom}/{x}/{y}.jpg","attribution":{"required":true,"text":"City of Cape Town Aerial - OPENSTREETMAP USE ONLY","url":"https://www.capetown.gov.za"},"type":"tms","category":"historicphoto","min_zoom":4,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[18.44866,-33.89362],[18.39773,-33.89335],[18.37284,-33.91776],[18.37262,-33.92927],[18.36381,-33.92925],[18.36287,-33.97351],[18.3398,-33.98663],[18.33974,-34.00127],[18.32892,-34.00125],[18.32877,-34.0192],[18.30682,-34.02526],[18.29607,-34.04513],[18.32,-34.06443],[18.34275,-34.06433],[18.35505,-34.05538],[18.36125,-34.05972],[18.33932,-34.08828],[18.34993,-34.10421],[18.32367,-34.13469],[18.3114,-34.14353],[18.31187,-34.15438],[18.32767,-34.16346],[18.32747,-34.18149],[18.34923,-34.18162],[18.37068,-34.21789],[18.37016,-34.28087],[18.39177,-34.29002],[18.3916,-34.31707],[18.46737,-34.35349],[18.46743,-34.36251],[18.49992,-34.36262],[18.50011,-34.34458],[18.48922,-34.34458],[18.46771,-34.29941],[18.486,-34.25437],[18.47889,-34.25437],[18.48662,-34.24539],[18.46593,-34.19121],[18.44673,-34.19111],[18.44681,-34.18211],[18.43597,-34.18202],[18.436,-34.16405],[18.44445,-34.16409],[18.44637,-34.13423],[18.47974,-34.11012],[18.65337,-34.07748],[18.76176,-34.08405],[18.85488,-34.15627],[18.81565,-34.17413],[18.81549,-34.21028],[18.84803,-34.23739],[18.84802,-34.2644],[18.83712,-34.26438],[18.83714,-34.27342],[18.86971,-34.27344],[18.86969,-34.26441],[18.87927,-34.26443],[18.88059,-34.25534],[18.88942,-34.25541],[18.88784,-34.23735],[18.90176,-34.23626],[18.90236,-34.21935],[18.93489,-34.21933],[18.93487,-34.20137],[18.9457,-34.20132],[18.94574,-34.19232],[18.95656,-34.19236],[18.95656,-34.18332],[18.96746,-34.1833],[18.96742,-34.17427],[18.97832,-34.17429],[18.97827,-34.16529],[18.98918,-34.1653],[18.98918,-34.1473],[18.96742,-34.14732],[18.96742,-34.13831],[18.95656,-34.13824],[18.9566,-34.12924],[18.96749,-34.12925],[18.9675,-34.11121],[18.97832,-34.11123],[18.97832,-34.10218],[18.98918,-34.1022],[18.98915,-34.09317],[19.00002,-34.0932],[19,-34.08413],[19.01079,-34.08414],[19.01084,-34.05725],[19.00002,-34.05718],[19.00002,-34.03913],[18.98916,-34.03913],[18.98914,-34.02114],[18.97833,-34.02114],[18.97822,-34.01208],[18.96747,-34.01208],[18.96743,-34.003],[18.94586,-34.0031],[18.94588,-33.99403],[18.91348,-33.99396],[18.91342,-34.012],[18.90258,-34.012],[18.90252,-34.02103],[18.88518,-34.02132],[18.88546,-34.02343],[18.86819,-34.02117],[18.86827,-34.02208],[18.85986,-34.02101],[18.85993,-34.02347],[18.84847,-34.02185],[18.84842,-34.03001],[18.838,-34.03],[18.83798,-34.03165],[18.81634,-34.02993],[18.81594,-34.03897],[18.80341,-34.03892],[18.80324,-34.04118],[18.79845,-34.04119],[18.79388,-34.0407],[18.79403,-34.03894],[18.77258,-34.03891],[18.7726,-34.0299],[18.76178,-34.02988],[18.76191,-33.9848],[18.75108,-33.98478],[18.75146,-33.90352],[18.76227,-33.90359],[18.76236,-33.84052],[18.77313,-33.84052],[18.77311,-33.83152],[18.79472,-33.83154],[18.79476,-33.81355],[18.80551,-33.81357],[18.80559,-33.79551],[18.81637,-33.79551],[18.81652,-33.74137],[18.83804,-33.74139],[18.83812,-33.72343],[18.82733,-33.72347],[18.8274,-33.70544],[18.80581,-33.70539],[18.80581,-33.67831],[18.8166,-33.67832],[18.81667,-33.66029],[18.82752,-33.6603],[18.82746,-33.6333],[18.77371,-33.63319],[18.77364,-33.64225],[18.75208,-33.64219],[18.75204,-33.66925],[18.69807,-33.66907],[18.69807,-33.66009],[18.68734,-33.66004],[18.6873,-33.65102],[18.67658,-33.65103],[18.67672,-33.61497],[18.66593,-33.61493],[18.66597,-33.58789],[18.62292,-33.58773],[18.62301,-33.57873],[18.59065,-33.57868],[18.5907,-33.56962],[18.57988,-33.56962],[18.57995,-33.56053],[18.59074,-33.56064],[18.59078,-33.5426],[18.58007,-33.5426],[18.58012,-33.52453],[18.56937,-33.52448],[18.56937,-33.5155],[18.54795,-33.51539],[18.54793,-33.52443],[18.52632,-33.52435],[18.52647,-33.4883],[18.51574,-33.48819],[18.51583,-33.47917],[18.49433,-33.47916],[18.49437,-33.4701],[18.4406,-33.46988],[18.44049,-33.48789],[18.4297,-33.48785],[18.42966,-33.50594],[18.37605,-33.5058],[18.37601,-33.51477],[18.36503,-33.5148],[18.36524,-33.52366],[18.35425,-33.5236],[18.354,-33.55059],[18.33245,-33.55045],[18.33224,-33.57752],[18.40719,-33.65899],[18.43914,-33.71772],[18.42815,-33.73564],[18.44925,-33.80107],[18.48139,-33.84724],[18.4702,-33.90277],[18.44859,-33.90264],[18.44866,-33.89362]]],"type":"Polygon"}}, {"properties":{"name":"City of Cape Town Aerial Imagery (2017)","id":"South_Africa-CapeTown-Aerial-2017","url":"https://cityimg.capetown.gov.za:443/erdas-iws/ogc/wms/GeoSpatial%20Datasets?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=Aerial%20Imagery_Aerial%20Imagery%202017Jan&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":true,"text":"City of Cape Town Aerial","url":"https://www.arcgis.com/sharing/rest/content/items/739759d8127f4d1f9ba8ef9019878147/info/metadata/metadata.xml?format=default&output=html"},"type":"wms","category":"historicphoto","min_zoom":3},"type":"Feature","geometry":{"coordinates":[[[18.35572,-34.06348],[18.30856,-34.14988],[18.33655,-34.18764],[18.39162,-34.31413],[18.44973,-34.35206],[18.46768,-34.36437],[18.50723,-34.36336],[18.49749,-34.34603],[18.47559,-34.3287],[18.47589,-34.30558],[18.48776,-34.23493],[18.46646,-34.19971],[18.44151,-34.17606],[18.45764,-34.13225],[18.51574,-34.10278],[18.65052,-34.07582],[18.71958,-34.07728],[18.78742,-34.09416],[18.85527,-34.1604],[18.8218,-34.17223],[18.81328,-34.18481],[18.8148,-34.20343],[18.8361,-34.23815],[18.84401,-34.24142],[18.84736,-34.26053],[18.83458,-34.26506],[18.83214,-34.28391],[18.87808,-34.27637],[18.99369,-34.16342],[19.01316,-34.08207],[19.01225,-34.05334],[18.99186,-34.01981],[18.95292,-33.99282],[18.91003,-33.99207],[18.89603,-34.01855],[18.80355,-34.0193],[18.80324,-34.03746],[18.78651,-34.03721],[18.7859,-34.01981],[18.764,-34.0193],[18.76339,-33.8421],[18.79868,-33.84202],[18.7986,-33.81936],[18.82271,-33.8193],[18.82246,-33.74478],[18.8423,-33.74473],[18.84223,-33.72326],[18.82944,-33.72329],[18.82938,-33.70408],[18.80702,-33.70413],[18.80694,-33.67957],[18.81842,-33.67955],[18.81836,-33.66202],[18.82923,-33.662],[18.82913,-33.63214],[18.7506,-33.63232],[18.75072,-33.66656],[18.70223,-33.66667],[18.70217,-33.64934],[18.67759,-33.6494],[18.67747,-33.61367],[18.66782,-33.61369],[18.66773,-33.58722],[18.62376,-33.58733],[18.62373,-33.57749],[18.59163,-33.57756],[18.59161,-33.56929],[18.58033,-33.56932],[18.5803,-33.56088],[18.59158,-33.56086],[18.59151,-33.54227],[18.58072,-33.5423],[18.58066,-33.52366],[18.57027,-33.52368],[18.57024,-33.51513],[18.54757,-33.51519],[18.5476,-33.524],[18.52671,-33.52405],[18.52658,-33.4876],[18.51639,-33.48763],[18.51633,-33.47028],[18.42782,-33.47049],[18.42794,-33.5038],[18.3618,-33.50396],[18.36186,-33.52233],[18.30611,-33.52247],[18.3062,-33.54803],[18.30685,-33.57209],[18.32668,-33.58017],[18.36546,-33.62072],[18.4044,-33.65061],[18.42326,-33.69339],[18.42721,-33.72882],[18.4333,-33.77284],[18.45946,-33.82138],[18.48076,-33.8517],[18.47985,-33.88303],[18.46585,-33.89944],[18.4552,-33.90399],[18.43269,-33.89389],[18.39831,-33.8949],[18.37458,-33.90752],[18.36576,-33.93378],[18.36637,-33.96104],[18.34994,-33.97769],[18.33138,-33.99081],[18.32469,-34.02006],[18.30126,-34.02435],[18.30278,-34.04956],[18.32895,-34.06544],[18.35572,-34.06348]]],"type":"Polygon"}}, @@ -179,7 +180,7 @@ {"properties":{"name":"Offene Regionalkarte Mecklenburg-Vorpommern (ORKa.MV)","id":"orka.mv","url":"https://www.orka-mv.de/geodienste/orkamv/tiles/1.0.0/orkamv/GLOBAL_WEBMERCATOR/{zoom}/{x}/{y}.png","attribution":{"text":"ORKa.MV","url":"https://www.orka-mv.de/nutzung.html"},"type":"tms","category":"osmbasedmap","min_zoom":12,"max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[13.32019,54.72212],[12.49001,54.60327],[11.04611,54.03758],[10.73651,53.87637],[10.54746,53.36447],[11.05159,53.14154],[11.31736,53.10208],[12.98593,53.1399],[14.17503,53.21051],[14.45449,53.30557],[14.24626,53.93125],[13.81063,54.51907],[13.5613,54.69996],[13.32019,54.72212]]],"type":"Polygon"}}, {"properties":{"name":"Metropole Ruhr: Luftbilder (10 cm)","id":"Metropole_Ruhr_RVR-DOP10","url":"https://geodaten.metropoleruhr.de/dop/dop?LAYERS=DOP&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":true,"text":"Datengrundlage: Regionalverband Ruhr","url":"https://www.metropoleruhr.de/regionalverband-ruhr.html"},"type":"wms","category":"photo"},"type":"Feature","geometry":{"coordinates":[[[6.51691,51.81714],[6.51162,51.81274],[6.48961,51.81056],[6.4898,51.80714],[6.50784,51.78094],[6.52478,51.77444],[6.53363,51.76434],[6.48171,51.75381],[6.48908,51.74539],[6.48942,51.7394],[6.48418,51.73414],[6.48908,51.72053],[6.47677,51.71855],[6.46246,51.70281],[6.44839,51.70765],[6.4164,51.71209],[6.40921,51.71708],[6.40877,51.72478],[6.42188,51.73708],[6.42134,51.7465],[6.41405,51.75319],[6.40287,51.75552],[6.40178,51.75035],[6.40597,51.74959],[6.40346,51.74524],[6.41055,51.74197],[6.40932,51.73937],[6.38789,51.72775],[6.38829,51.7209],[6.37731,51.7198],[6.38041,51.71387],[6.37642,51.7112],[6.3682,51.71016],[6.35482,51.703],[6.35808,51.6945],[6.37195,51.6931],[6.38062,51.68643],[6.38091,51.6813],[6.37069,51.66735],[6.36262,51.66374],[6.36553,51.66123],[6.35313,51.66095],[6.35403,51.64554],[6.32819,51.63981],[6.32563,51.63632],[6.29903,51.64343],[6.29225,51.64156],[6.29113,51.63725],[6.30143,51.62633],[6.30035,51.62117],[6.33392,51.6125],[6.33275,51.60905],[6.32067,51.60363],[6.32362,51.60026],[6.33482,51.59709],[6.35235,51.60349],[6.37372,51.59111],[6.37284,51.58251],[6.37726,51.57747],[6.36916,51.57471],[6.36951,51.56872],[6.37657,51.56545],[6.38918,51.56144],[6.40847,51.56101],[6.41912,51.56725],[6.42276,51.5759],[6.46176,51.56732],[6.49612,51.56806],[6.46262,51.55191],[6.48673,51.53871],[6.47499,51.52731],[6.47816,51.51966],[6.45562,51.52946],[6.44876,51.52931],[6.45326,51.52255],[6.44796,51.51901],[6.45497,51.51659],[6.45407,51.508],[6.46245,51.50561],[6.46699,51.49799],[6.47404,51.49471],[6.47608,51.48275],[6.4818,51.47859],[6.48714,51.48127],[6.49012,51.47705],[6.49698,51.4772],[6.49868,51.47123],[6.50709,51.46798],[6.50198,51.46101],[6.50273,51.44731],[6.50821,51.44743],[6.51119,51.4432],[6.52092,51.44084],[6.51987,51.43481],[6.51453,51.43213],[6.5149,51.42527],[6.52596,51.42379],[6.52939,51.41101],[6.53816,51.4009],[6.54505,51.40019],[6.54679,51.39337],[6.55496,51.39439],[6.55797,51.38931],[6.56618,51.38948],[6.57148,51.39302],[6.59479,51.39265],[6.611,51.39726],[6.63586,51.39348],[6.63626,51.38577],[6.64443,51.3868],[6.64602,51.38254],[6.65693,51.38362],[6.66081,51.38798],[6.67309,51.38908],[6.6684,51.37356],[6.67511,51.37626],[6.67794,51.3746],[6.67409,51.36938],[6.65789,51.36477],[6.65435,51.35356],[6.66428,51.3469],[6.69193,51.34144],[6.71287,51.33328],[6.72749,51.34214],[6.73831,51.34492],[6.7475,51.35281],[6.77673,51.34308],[6.79314,51.34339],[6.7941,51.35198],[6.80649,51.3505],[6.80939,51.34713],[6.81615,51.34897],[6.81731,51.35328],[6.82295,51.34995],[6.83385,51.35101],[6.84991,51.35903],[6.84552,51.36495],[6.85115,51.36162],[6.86745,51.36449],[6.87848,51.36297],[6.8904,51.37176],[6.90022,51.3668],[6.90565,51.36775],[6.92391,51.35779],[6.92137,51.35346],[6.92825,51.35272],[6.92422,51.35093],[6.9257,51.34839],[6.94748,51.35134],[6.95033,51.34882],[6.96545,51.34737],[6.97621,51.35184],[6.97743,51.35529],[6.98301,51.35282],[6.98689,51.35803],[7.00745,51.35752],[7.01,51.36185],[7.01944,51.36544],[7.03604,51.36144],[7.04404,51.36671],[7.04973,51.36167],[7.0552,51.36176],[7.07796,51.37414],[7.08088,51.3699],[7.08765,51.37172],[7.0919,51.36836],[7.10004,51.37021],[7.09853,51.37361],[7.1039,51.37627],[7.11205,51.37812],[7.11215,51.37555],[7.11626,51.37561],[7.11742,51.38078],[7.12153,51.38084],[7.12163,51.37827],[7.127,51.38093],[7.13262,51.37759],[7.13802,51.37939],[7.13957,51.37513],[7.14634,51.37695],[7.15189,51.37532],[7.15911,51.36601],[7.15665,51.35911],[7.14731,51.35296],[7.14882,51.34956],[7.15292,51.34962],[7.14513,51.33921],[7.14927,51.33842],[7.14807,51.33411],[7.15351,51.33505],[7.15645,51.32996],[7.1662,51.32582],[7.16503,51.32066],[7.16924,51.31815],[7.16674,51.31211],[7.18065,51.30633],[7.16869,51.29757],[7.18232,51.29864],[7.18792,51.2953],[7.20026,51.29463],[7.20682,51.30159],[7.22309,51.30527],[7.22296,51.3087],[7.2271,51.3079],[7.22973,51.31051],[7.23393,51.308],[7.26365,51.31788],[7.26511,51.31533],[7.25974,51.31268],[7.26521,51.31276],[7.26537,51.30847],[7.25531,51.28518],[7.26764,51.2845],[7.27623,51.27434],[7.26578,51.26133],[7.26734,51.25621],[7.2715,51.25455],[7.27541,51.25975],[7.28262,51.24957],[7.29764,51.24979],[7.29643,51.24549],[7.30481,51.24046],[7.31027,51.24054],[7.31284,51.24487],[7.3238,51.24417],[7.32904,51.25024],[7.33872,51.24695],[7.339,51.23924],[7.34849,51.24109],[7.35405,51.23859],[7.35526,51.2429],[7.37289,51.24657],[7.37853,51.24151],[7.38672,51.24162],[7.38793,51.24593],[7.3934,51.246],[7.40319,51.23928],[7.39521,51.23317],[7.39824,51.22463],[7.41342,51.2197],[7.41182,51.22653],[7.42408,51.22756],[7.42962,51.22506],[7.42995,51.21563],[7.43413,51.21312],[7.43816,51.21489],[7.43534,51.21742],[7.44478,51.22098],[7.44191,51.22522],[7.45129,51.23049],[7.46505,51.22724],[7.469,51.23158],[7.48262,51.23262],[7.50143,51.24229],[7.50271,51.24488],[7.49708,51.24995],[7.49438,51.24906],[7.49563,51.2525],[7.50385,51.25175],[7.50371,51.25604],[7.51049,51.25784],[7.51302,51.26387],[7.52797,51.26663],[7.52923,51.27008],[7.54977,51.26862],[7.55089,51.27635],[7.56582,51.27996],[7.56826,51.28942],[7.58305,51.29732],[7.58547,51.30763],[7.58134,51.30844],[7.57837,51.31612],[7.58373,51.31962],[7.57816,51.32298],[7.57655,51.33067],[7.58334,51.33247],[7.58186,51.33588],[7.59407,51.33946],[7.59257,51.34373],[7.59934,51.34638],[7.59234,51.35144],[7.58644,51.36509],[7.58465,51.37878],[7.59,51.38313],[7.58704,51.38995],[7.59647,51.39521],[7.60609,51.39447],[7.60485,51.39017],[7.61322,51.38512],[7.63313,51.40679],[7.62196,51.41352],[7.62183,51.4178],[7.61633,51.41859],[7.63125,51.42391],[7.62561,51.42899],[7.62825,51.43245],[7.62127,51.43666],[7.62525,51.44099],[7.61977,51.44092],[7.61407,51.44772],[7.62083,51.45122],[7.63589,51.45226],[7.63843,51.45914],[7.65347,51.46103],[7.65606,51.46621],[7.67525,51.46728],[7.69838,51.4744],[7.72864,51.47216],[7.73567,51.46623],[7.7425,51.46717],[7.74785,51.47237],[7.76169,51.46823],[7.78906,51.47109],[7.79876,51.46776],[7.80819,51.47471],[7.82198,51.47228],[7.83418,51.4784],[7.8506,51.48028],[7.84474,51.49479],[7.83923,51.4956],[7.83912,51.49988],[7.83212,51.50496],[7.83755,51.50758],[7.8345,51.51955],[7.84115,51.52819],[7.83277,51.53325],[7.83262,51.53925],[7.84327,51.55307],[7.82749,51.57863],[7.85889,51.58837],[7.85742,51.59179],[7.86837,51.59446],[7.87529,51.59282],[7.91378,51.59489],[7.91632,51.60349],[7.91195,51.61374],[7.92414,51.62242],[7.92406,51.62585],[7.93224,51.62935],[7.93477,51.6388],[7.94443,51.63804],[7.94984,51.64237],[7.94689,51.65092],[7.95366,51.65612],[7.95466,51.67242],[7.96286,51.67592],[7.98365,51.67096],[7.9974,51.67279],[7.99732,51.67622],[7.98761,51.67871],[7.9875,51.68385],[7.97779,51.68633],[7.97631,51.69061],[7.96108,51.69305],[7.94296,51.70146],[7.93746,51.70055],[7.94014,51.704],[7.92912,51.70305],[7.92768,51.7056],[7.91249,51.70632],[7.90568,51.70283],[7.90148,51.70536],[7.88912,51.70267],[7.88875,51.7181],[7.88038,51.72145],[7.87745,51.72828],[7.87187,51.7308],[7.86374,51.72472],[7.85822,51.72467],[7.85815,51.72724],[7.83739,51.72961],[7.83314,51.73385],[7.83287,51.74413],[7.82457,51.74491],[7.82058,51.73887],[7.81228,51.73964],[7.80825,51.73531],[7.80137,51.73439],[7.80282,51.73183],[7.79037,51.73256],[7.78908,51.72912],[7.77119,51.72722],[7.7699,51.72378],[7.75154,51.73901],[7.73638,51.73799],[7.73659,51.73028],[7.72555,51.73016],[7.72163,51.7224],[7.71749,51.72236],[7.71899,51.71809],[7.71481,51.71976],[7.71352,51.71631],[7.7012,51.71275],[7.69283,51.71608],[7.68832,51.72889],[7.66915,51.72353],[7.668,51.71581],[7.65428,51.71308],[7.6531,51.70621],[7.64321,51.71381],[7.62814,51.7102],[7.62663,51.71447],[7.61419,51.71518],[7.6143,51.71176],[7.60743,51.71082],[7.6048,51.7065],[7.59379,51.70551],[7.58706,51.70029],[7.56642,51.69832],[7.56651,51.69575],[7.5528,51.69301],[7.54477,51.6852],[7.5378,51.68768],[7.54458,51.6912],[7.53349,51.69277],[7.52922,51.69701],[7.53035,51.70473],[7.51788,51.70629],[7.51738,51.72172],[7.50214,51.72324],[7.49947,51.72063],[7.49119,51.72053],[7.48449,51.71444],[7.48435,51.71872],[7.47877,51.72037],[7.4826,51.72985],[7.4771,51.72892],[7.47273,51.73572],[7.46718,51.7365],[7.44825,51.72511],[7.43451,51.72321],[7.42245,51.71277],[7.42406,51.70593],[7.43792,51.7044],[7.44094,51.69673],[7.44933,51.69341],[7.44854,51.67625],[7.43892,51.67527],[7.43089,51.6683],[7.4101,51.67145],[7.41031,51.66545],[7.40617,51.6654],[7.39086,51.66947],[7.3781,51.67959],[7.35877,51.68017],[7.35589,51.68356],[7.33919,51.68761],[7.34599,51.69028],[7.34427,51.69969],[7.33057,51.69692],[7.32762,51.70202],[7.30825,51.70346],[7.31069,51.71207],[7.2985,51.70589],[7.29963,51.71277],[7.31169,51.72237],[7.32081,51.73707],[7.3125,51.73781],[7.31102,51.74036],[7.31519,51.73957],[7.3151,51.74214],[7.31079,51.74636],[7.27889,51.75019],[7.27577,51.75957],[7.2688,51.76118],[7.26012,51.77134],[7.26002,51.77391],[7.27229,51.77838],[7.26245,51.78252],[7.26485,51.79198],[7.26179,51.79966],[7.2535,51.79953],[7.24916,51.80461],[7.23668,51.80528],[7.23658,51.80785],[7.22121,51.81191],[7.2141,51.81694],[7.19177,51.82174],[7.16419,51.8196],[7.1616,51.81528],[7.13435,51.80542],[7.11433,51.78795],[7.07867,51.78137],[7.07333,51.777],[7.0609,51.77679],[7.06079,51.77936],[7.05392,51.77839],[7.03847,51.78414],[7.0316,51.78317],[7.03141,51.78745],[7.0244,51.7899],[7.02118,51.80014],[6.99497,51.79884],[6.99485,51.80141],[6.98794,51.80129],[6.97559,51.79936],[6.95606,51.77245],[6.93527,51.7738],[6.9157,51.7786],[6.91511,51.76144],[6.90861,51.75275],[6.9103,51.74592],[6.8586,51.72956],[6.85551,51.73636],[6.84995,51.73712],[6.8403,51.73694],[6.82683,51.72983],[6.81956,51.73741],[6.81927,51.74341],[6.79861,51.74217],[6.78862,51.74884],[6.77219,51.74596],[6.7698,51.76649],[6.75824,51.77656],[6.74862,51.77551],[6.7475,51.77035],[6.72131,51.76899],[6.70876,51.77131],[6.7138,51.78084],[6.66837,51.77738],[6.65946,51.7892],[6.63264,51.79981],[6.61081,51.79423],[6.60911,51.80019],[6.59102,51.8024],[6.58457,51.79369],[6.57476,51.79606],[6.56818,51.78992],[6.5511,51.799],[6.53991,51.80134],[6.52834,51.81053],[6.52281,51.81041],[6.52258,51.81469],[6.51691,51.81714]]],"type":"Polygon"}}, {"properties":{"name":"Munich latest aerial imagery 60cm","id":"MunichLatestAerialImagery","url":"https://ogc.muenchen.de/wms/opendata_luftbild?LAYERS=bgl0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":true,"text":"Datenquelle: dl-de/by-2-0: Landeshauptstadt München – Kommunalreferat – GeodatenService – www.geodatenservice-muenchen.de","url":"https://www.muenchen.de/rathaus/Stadtverwaltung/Kommunalreferat/geodatenservice.html"},"type":"wms","category":"historicphoto","min_zoom":11},"type":"Feature","geometry":{"coordinates":[[[11.48878,48.053],[11.55589,48.05323],[11.55583,48.06224],[11.56915,48.06229],[11.56908,48.07128],[11.64986,48.07155],[11.64993,48.06256],[11.70326,48.06274],[11.70313,48.08074],[11.71673,48.08079],[11.71667,48.08968],[11.7299,48.08972],[11.72963,48.12566],[11.74313,48.1257],[11.74292,48.15276],[11.72943,48.15271],[11.72936,48.16152],[11.71612,48.16147],[11.71592,48.18859],[11.7027,48.18855],[11.70263,48.19752],[11.67558,48.19743],[11.67537,48.22446],[11.66176,48.22441],[11.66169,48.23355],[11.64863,48.2335],[11.64857,48.24246],[11.54064,48.2421],[11.54058,48.25093],[11.52735,48.25088],[11.52728,48.26001],[11.47335,48.25983],[11.47356,48.23291],[11.46014,48.23287],[11.46021,48.22373],[11.43336,48.22364],[11.43343,48.21439],[11.3798,48.21421],[11.37987,48.20518],[11.36607,48.20514],[11.36621,48.18741],[11.35259,48.18737],[11.35266,48.17817],[11.33946,48.17813],[11.33973,48.14216],[11.36684,48.14225],[11.36697,48.12443],[11.38083,48.12448],[11.3809,48.11558],[11.44769,48.1158],[11.44804,48.07087],[11.46186,48.07091],[11.46193,48.06193],[11.48872,48.06202],[11.48878,48.053]]],"type":"Polygon"}}, -{"properties":{"name":"NRW Liegenschaftskataster","id":"nrw_alkis_wms","url":"https://www.wms.nrw.de/geobasis/wms_nw_alkis?LAYERS=adv_alkis_tatsaechliche_nutzung,adv_alkis_gewaesser,adv_alkis_vegetation,adv_alkis_verkehr,adv_alkis_siedlung,adv_alkis_gesetzl_festlegungen,adv_alkis_bodensch,adv_alkis_oeff_rechtl_sonst_festl,adv_alkis_weiteres,adv_alkis_bauw_einricht,adv_alkis_gebaeude,adv_alkis_flurstuecke&FORMAT=image/png&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","type":"wms","category":"map","best":true},"type":"Feature","geometry":{"coordinates":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"type":"Polygon"}}, +{"properties":{"name":"NRW Liegenschaftskataster","id":"nrw_alkis_wms","url":"https://www.wms.nrw.de/geobasis/wms_nw_alkis?LAYERS=adv_alkis_tatsaechliche_nutzung,adv_alkis_gewaesser,adv_alkis_vegetation,adv_alkis_verkehr,adv_alkis_siedlung,adv_alkis_gesetzl_festlegungen,adv_alkis_bodensch,adv_alkis_oeff_rechtl_sonst_festl,adv_alkis_weiteres,adv_alkis_bauw_einricht,adv_alkis_gebaeude,adv_alkis_flurstuecke&FORMAT=image/png&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","type":"wms","category":"map"},"type":"Feature","geometry":{"coordinates":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"type":"Polygon"}}, {"properties":{"name":"NRW DTM Hillshade","id":"nrw_dtm_wms","url":"https://www.wms.nrw.de/geobasis/wms_nw_dgm-schummerung?LAYERS=nw_dgm-schummerung_pan&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","type":"wms","category":"elevation"},"type":"Feature","geometry":{"coordinates":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"type":"Polygon"}}, {"properties":{"name":"NRW iDOP","id":"nrw_idop_wms","url":"https://www.wms.nrw.de/geobasis/wms_nw_idop?LAYERS=nw_idop_rgb&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","type":"wms","category":"photo"},"type":"Feature","geometry":{"coordinates":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"type":"Polygon"}}, {"properties":{"name":"NRW Orthophoto","id":"nrw_ortho_wms","url":"https://www.wms.nrw.de/geobasis/wms_nw_dop?LAYERS=nw_dop_rgb&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","type":"wms","category":"photo"},"type":"Feature","geometry":{"coordinates":[[[6.48,50.32],[6.88,50.32],[6.88,50.4],[6.96,50.4],[6.96,50.48],[7.04,50.48],[7.04,50.56],[7.36,50.56],[7.36,50.64],[7.52,50.64],[7.52,50.72],[7.76,50.72],[7.76,50.8],[7.92,50.8],[7.92,50.72],[8,50.72],[8,50.64],[8.24,50.64],[8.24,50.8],[8.4,50.8],[8.4,50.88],[8.48,50.88],[8.48,50.96],[8.56,50.96],[8.56,51.04],[8.8,51.04],[8.8,51.28],[8.72,51.28],[8.72,51.36],[8.96,51.36],[8.96,51.44],[9.04,51.44],[9.04,51.36],[9.2,51.36],[9.2,51.44],[9.36,51.44],[9.36,51.52],[9.44,51.52],[9.44,51.6],[9.52,51.6],[9.52,51.68],[9.44,51.68],[9.44,51.76],[9.52,51.76],[9.52,51.92],[9.36,51.92],[9.36,52],[9.28,52],[9.28,52.08],[9.2,52.08],[9.2,52.16],[9.12,52.16],[9.12,52.32],[9.2,52.32],[9.2,52.56],[8.96,52.56],[8.96,52.48],[8.72,52.48],[8.72,52.56],[8.4,52.56],[8.4,52.48],[8.24,52.48],[8.24,52.32],[8.4,52.32],[8.4,52.16],[8.08,52.16],[8.08,52.24],[8,52.24],[8,52.4],[7.76,52.4],[7.76,52.48],[7.52,52.48],[7.52,52.4],[7.36,52.4],[7.36,52.32],[7.04,52.32],[7.04,52.24],[6.8,52.24],[6.8,52.16],[6.72,52.16],[6.72,52.08],[6.64,52.08],[6.64,51.92],[5.92,51.92],[5.92,51.68],[6,51.68],[6,51.6],[6.08,51.6],[6.08,51.52],[6.16,51.52],[6.16,51.36],[6.08,51.36],[6.08,51.28],[6,51.28],[6,51.12],[5.84,51.12],[5.84,50.96],[6,50.96],[6,50.88],[5.92,50.88],[5.92,50.72],[6,50.72],[6,50.64],[6.16,50.64],[6.16,50.48],[6.32,50.48],[6.32,50.32],[6.4,50.32],[6.4,50.24],[6.48,50.24],[6.48,50.32]]],"type":"Polygon"}}, @@ -507,6 +508,8 @@ {"properties":{"name":"ADOP Orthoimagery 2023 (9in)","id":"ADOP_2023_9in","url":"https://gis.arkansas.gov/arcgis/rest/services/ImageServices/IMAGERY_9IN_2023/ImageServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Arkansas GIS Office","url":"https://gis.arkansas.gov/programs/arkansas-digital-ortho-program-adop/"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":19,"best":true},"type":"Feature","geometry":{"coordinates":[[[-94.62579,35.74603],[-94.52734,35.74796],[-94.50009,34.34085],[-94.53191,34.34003],[-94.51743,33.47512],[-94.12992,33.47906],[-94.12479,33.12756],[-94.15742,33.12711],[-94.15575,32.99213],[-90.97741,32.98103],[-90.96769,33.41369],[-90.99973,33.41416],[-90.9974,33.52227],[-91.09411,33.5239],[-91.09199,33.60508],[-90.99544,33.60373],[-90.99225,33.73877],[-90.86277,33.73705],[-90.8568,33.98023],[-90.72697,33.9778],[-90.71972,34.24787],[-90.62187,34.24608],[-90.61903,34.35412],[-90.48868,34.35144],[-90.48048,34.62193],[-90.34976,34.61943],[-90.34624,34.72721],[-90.24791,34.725],[-90.24351,34.86019],[-90.11238,34.85701],[-90.10792,34.99226],[-89.97623,34.98904],[-89.96635,35.2591],[-89.99933,35.25985],[-89.99135,35.47607],[-89.85917,35.47274],[-89.85411,35.60798],[-89.72142,35.60441],[-89.71627,35.73915],[-89.61682,35.73644],[-89.59975,36.14142],[-89.89895,36.14973],[-89.90412,36.01468],[-90.23688,36.02241],[-90.23452,36.10408],[-90.10099,36.10119],[-90.09585,36.23561],[-89.99557,36.2331],[-89.98546,36.50334],[-91.15719,36.52708],[-91.15735,36.50003],[-94.64183,36.50323],[-94.62579,35.74603]]],"type":"Polygon"}}, {"properties":{"name":"PAgis 2018 Orthophotography","id":"PAgis_Ortho_2018","url":"https://www.pagis.org/arcgis/services/MAPS/AerialPhotos2018/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":false,"text":"Pulaski Area Geographic Information System","url":"https://www.pagis.org/"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-92.75493,34.84636],[-92.65777,34.84694],[-92.65707,34.75991],[-92.55161,34.76045],[-92.55115,34.6879],[-92.50721,34.6881],[-92.50707,34.66635],[-92.44561,34.66661],[-92.44535,34.6231],[-92.34887,34.62341],[-92.34865,34.5799],[-92.25224,34.58011],[-92.25195,34.49308],[-92.22567,34.49312],[-92.22565,34.48587],[-92.02421,34.48609],[-92.02425,34.62388],[-92.1032,34.62385],[-92.10322,34.66013],[-92.09447,34.66013],[-92.0945,34.69639],[-92.08575,34.69641],[-92.08574,34.71815],[-92.07696,34.71816],[-92.077,34.76893],[-92.06823,34.76896],[-92.06844,35.01555],[-92.23593,35.01534],[-92.23569,34.9283],[-92.26211,34.92825],[-92.26214,34.93548],[-92.42063,34.93503],[-92.42055,34.91331],[-92.45575,34.91313],[-92.47042,34.94247],[-92.48118,34.95006],[-92.49286,34.95245],[-92.52334,34.95063],[-92.55292,34.95626],[-92.55283,34.94176],[-92.64972,34.94127],[-92.64951,34.91225],[-92.75512,34.9116],[-92.75493,34.84636]]],"type":"Polygon"}}, {"properties":{"name":"PAgis 2021 Orthophotography","id":"PAgis_Ortho_2021","url":"https://www.pagis.org/arcgis/rest/services/MAPS/AerialPhotos2021/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","attribution":{"required":false,"text":"Pulaski Area Geographic Information System","url":"https://www.pagis.org/"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-92.75493,34.84636],[-92.65777,34.84694],[-92.65707,34.75991],[-92.55161,34.76045],[-92.55115,34.6879],[-92.50721,34.6881],[-92.50707,34.66635],[-92.44561,34.66661],[-92.44535,34.6231],[-92.34887,34.62341],[-92.34865,34.5799],[-92.25224,34.58011],[-92.25195,34.49308],[-92.22567,34.49312],[-92.22565,34.48587],[-92.02421,34.48609],[-92.02425,34.62388],[-92.1032,34.62385],[-92.10322,34.66013],[-92.09447,34.66013],[-92.0945,34.69639],[-92.08575,34.69641],[-92.08574,34.71815],[-92.07696,34.71816],[-92.077,34.76893],[-92.06823,34.76896],[-92.06844,35.01555],[-92.23593,35.01534],[-92.23569,34.9283],[-92.26211,34.92825],[-92.26214,34.93548],[-92.42063,34.93503],[-92.42055,34.91331],[-92.45575,34.91313],[-92.47042,34.94247],[-92.48118,34.95006],[-92.49286,34.95245],[-92.52334,34.95063],[-92.55292,34.95626],[-92.55283,34.94176],[-92.64972,34.94127],[-92.64951,34.91225],[-92.75512,34.9116],[-92.75493,34.84636]]],"type":"Polygon"}}, +{"properties":{"name":"City of Burbank Orthoimagery (2021)","id":"Burbank_CA_2021","url":"https://mobilegis.burbankca.gov/burgis/rest/services/Ortho/Base_2021_3in_Webmerc_Notitles/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"City of Burbank","url":"https://gis.burbankca.gov/"},"type":"tms","category":"historicphoto","max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[-118.27124,34.22771],[-118.37562,34.22771],[-118.37562,34.13313],[-118.27124,34.13313],[-118.27124,34.22771]]],"type":"Polygon"}}, +{"properties":{"name":"City of Burbank Orthoimagery (2024)","id":"Burbank_CA_2024","url":"https://mobilegis.burbankca.gov/burgis/rest/services/Ortho/Base_2024_4in/MapServer/export?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","attribution":{"required":false,"text":"City of Burbank","url":"https://gis.burbankca.gov/"},"type":"wms","category":"photo","max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[-118.27124,34.22771],[-118.37562,34.22771],[-118.37562,34.13313],[-118.27124,34.13313],[-118.27124,34.22771]]],"type":"Polygon"}}, {"properties":{"name":"Calaveras County Orthoimagery (2022)","id":"Calaveras_CA_2022","url":"https://gisportal.co.calaveras.ca.us/image/rest/services/CC_Aug2022_Cache/ImageServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Calaveras County","url":"https://www.calaverasgov.us/"},"type":"tms","category":"photo","max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[-120.93863,38.0883],[-120.65316,37.83286],[-120.64289,37.84152],[-120.63342,37.86085],[-120.59963,37.8788],[-120.59765,37.88824],[-120.58644,37.89615],[-120.56867,37.8946],[-120.56205,37.9141],[-120.54329,37.91982],[-120.53785,37.92597],[-120.53998,37.93616],[-120.53475,37.94475],[-120.51532,37.95114],[-120.52525,37.99398],[-120.50155,37.99129],[-120.49909,38.00811],[-120.46483,38.00861],[-120.43998,38.05969],[-120.43236,38.05926],[-120.42548,38.07309],[-120.41333,38.0829],[-120.40885,38.10273],[-120.38727,38.11559],[-120.38348,38.12668],[-120.37857,38.13029],[-120.37845,38.13555],[-120.37275,38.1365],[-120.37083,38.13906],[-120.37391,38.14489],[-120.37023,38.15154],[-120.35758,38.15427],[-120.35769,38.15846],[-120.36036,38.16077],[-120.35561,38.16371],[-120.35374,38.16371],[-120.34984,38.1703],[-120.34456,38.17022],[-120.34002,38.17233],[-120.33751,38.17806],[-120.33543,38.18498],[-120.33197,38.18865],[-120.33016,38.19523],[-120.326,38.19636],[-120.32527,38.19951],[-120.32247,38.20089],[-120.30164,38.22978],[-120.29201,38.23332],[-120.28939,38.24674],[-120.27258,38.25948],[-120.27274,38.26648],[-120.27039,38.27094],[-120.26591,38.27232],[-120.2607,38.27758],[-120.25542,38.28667],[-120.252,38.28701],[-120.24026,38.29489],[-120.2369,38.29857],[-120.23708,38.30205],[-120.23458,38.30364],[-120.2342,38.30616],[-120.23201,38.30679],[-120.22881,38.31429],[-120.22644,38.31471],[-120.22366,38.31877],[-120.21371,38.32306],[-120.20543,38.32922],[-120.17645,38.37125],[-120.15392,38.38673],[-120.12051,38.39965],[-120.08787,38.4034],[-120.07749,38.41086],[-120.03989,38.42611],[-120.02969,38.42469],[-120.01795,38.43568],[-120.05352,38.4555],[-120.07255,38.44722],[-120.07249,38.50987],[-120.12892,38.49716],[-120.21677,38.49795],[-120.22713,38.49047],[-120.23554,38.48974],[-120.24143,38.48504],[-120.24645,38.486],[-120.24749,38.48682],[-120.2528,38.48715],[-120.25366,38.48774],[-120.26092,38.48616],[-120.26272,38.48326],[-120.26363,38.48253],[-120.26488,38.4828],[-120.26939,38.47762],[-120.27267,38.47787],[-120.27563,38.47594],[-120.28343,38.47534],[-120.28599,38.47668],[-120.29482,38.47722],[-120.29795,38.4754],[-120.30094,38.4745],[-120.30451,38.47206],[-120.30603,38.47235],[-120.3201,38.47074],[-120.32175,38.46884],[-120.3308,38.46518],[-120.3332,38.46536],[-120.33805,38.46749],[-120.3512,38.46624],[-120.35296,38.46544],[-120.36356,38.46678],[-120.37133,38.46471],[-120.37642,38.46246],[-120.38464,38.46216],[-120.39099,38.46743],[-120.40012,38.46651],[-120.4124,38.47056],[-120.41619,38.47366],[-120.42297,38.47336],[-120.44357,38.462],[-120.44816,38.45288],[-120.48443,38.4458],[-120.49564,38.44944],[-120.50503,38.444],[-120.50727,38.43823],[-120.52051,38.42657],[-120.52366,38.4228],[-120.52782,38.42251],[-120.53033,38.41887],[-120.5377,38.41854],[-120.54058,38.42289],[-120.57207,38.41339],[-120.57448,38.40177],[-120.60848,38.39779],[-120.61509,38.3893],[-120.61734,38.37846],[-120.62022,38.35729],[-120.62822,38.35586],[-120.63191,38.34607],[-120.63287,38.33987],[-120.63885,38.34092],[-120.65929,38.33169],[-120.67434,38.33112],[-120.69932,38.31839],[-120.73829,38.30813],[-120.75131,38.29695],[-120.75361,38.29108],[-120.80613,38.2902],[-120.84894,38.25941],[-120.85694,38.24754],[-120.87924,38.24084],[-120.89424,38.22],[-120.91666,38.22964],[-120.95461,38.22012],[-120.99556,38.22528],[-120.93863,38.0883]]],"type":"Polygon"}}, {"properties":{"name":"Orange County Orthoimagery (2022)","id":"Orange_CA_2022","url":"https://www.ocgis.com/survey/rest/services/Basemaps/Eagle_2022_3in_Aerial_Cached/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","attribution":{"required":false,"text":"Orange County","url":"https://data-ocpw.opendata.arcgis.com/"},"type":"wms","category":"photo","max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[-117.40675,33.65258],[-117.41167,33.65807],[-117.41071,33.65966],[-117.47392,33.70357],[-117.53261,33.71172],[-117.53453,33.7571],[-117.57703,33.76797],[-117.62354,33.81771],[-117.62326,33.82939],[-117.63365,33.82934],[-117.66137,33.86069],[-117.64525,33.86007],[-117.64502,33.86822],[-117.65849,33.87161],[-117.65928,33.87733],[-117.65249,33.88055],[-117.64208,33.88355],[-117.6457,33.88785],[-117.64609,33.89798],[-117.64819,33.908],[-117.65334,33.92379],[-117.67207,33.94484],[-117.68871,33.9677],[-117.6968,33.96046],[-117.70433,33.95814],[-117.71066,33.95831],[-117.71491,33.95995],[-117.71542,33.96594],[-117.72062,33.96538],[-117.72656,33.96306],[-117.72985,33.96153],[-117.73154,33.96527],[-117.73222,33.9694],[-117.72939,33.97319],[-117.72968,33.97585],[-117.73205,33.97964],[-117.73188,33.9832],[-117.73777,33.98185],[-117.74252,33.98202],[-117.75146,33.98881],[-117.75791,33.99582],[-117.76182,33.99339],[-117.7711,33.99356],[-117.77636,33.99679],[-117.78253,33.99848],[-117.79181,33.99447],[-117.80347,33.99696],[-117.80675,33.99922],[-117.81105,34.00075],[-117.81428,33.99486],[-117.81773,33.99124],[-117.82758,33.98456],[-117.83788,33.97387],[-117.8415,33.96954],[-117.84642,33.96756],[-117.84999,33.96892],[-117.85055,33.9722],[-117.85389,33.97474],[-117.85819,33.97537],[-117.86204,33.97469],[-117.86538,33.97146],[-117.86979,33.97237],[-117.88241,33.97605],[-117.89147,33.97457],[-117.89809,33.96999],[-117.91516,33.96788],[-117.91481,33.96184],[-117.92166,33.95748],[-117.93064,33.94779],[-117.97806,33.94711],[-117.97789,33.90411],[-117.98542,33.90405],[-117.98536,33.90484],[-117.98779,33.90473],[-117.98779,33.90264],[-117.99034,33.90264],[-117.99017,33.89692],[-117.99577,33.89698],[-117.99566,33.88956],[-118.00437,33.88962],[-118.00426,33.88238],[-118.01167,33.88232],[-118.0299,33.8744],[-118.03938,33.86656],[-118.03932,33.8637],[-118.04356,33.86365],[-118.04353,33.86002],[-118.04798,33.85994],[-118.04784,33.85485],[-118.05214,33.85485],[-118.05202,33.8512],[-118.05644,33.85122],[-118.05644,33.8476],[-118.06065,33.84746],[-118.06085,33.83538],[-118.06481,33.83187],[-118.06504,33.82021],[-118.07364,33.81614],[-118.08615,33.80363],[-118.08762,33.79718],[-118.10092,33.77641],[-118.09534,33.76801],[-118.0941,33.76484],[-118.09376,33.75941],[-118.1001,33.75896],[-118.10021,33.75567],[-118.11379,33.74809],[-118.13275,33.72455],[-117.58794,33.37667],[-117.58298,33.38562],[-117.58252,33.38548],[-117.58188,33.38662],[-117.58143,33.38677],[-117.57949,33.38567],[-117.57754,33.38518],[-117.57541,33.38534],[-117.56044,33.38835],[-117.55375,33.38867],[-117.55202,33.38847],[-117.55089,33.38819],[-117.54911,33.38836],[-117.54356,33.39068],[-117.54215,33.39156],[-117.53804,33.39501],[-117.53595,33.39645],[-117.53389,33.39691],[-117.53063,33.39685],[-117.52915,33.39663],[-117.52884,33.39748],[-117.52956,33.39927],[-117.52808,33.40189],[-117.52796,33.40478],[-117.53062,33.40817],[-117.53159,33.41485],[-117.53362,33.41751],[-117.53555,33.41813],[-117.53674,33.41949],[-117.53102,33.42187],[-117.527,33.4247],[-117.52451,33.43013],[-117.50352,33.44756],[-117.50069,33.45243],[-117.47754,33.46754],[-117.47664,33.47331],[-117.47658,33.47897],[-117.47398,33.48321],[-117.47285,33.48712],[-117.46945,33.49232],[-117.46509,33.49481],[-117.46215,33.49979],[-117.46317,33.54359],[-117.45513,33.55672],[-117.45513,33.57777],[-117.43001,33.60222],[-117.41428,33.63249],[-117.40675,33.65258]]],"type":"Polygon"}}, {"properties":{"name":"Sacramento County Orthoimagery (2022)","id":"Sacramento_CA_2022","url":"https://mapservices.gis.saccounty.gov/ArcGIS/rest/services/Cache/IMAGERY_2022_WEB_MERCATOR/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Sacramento County","url":"https://data.saccounty.gov/"},"type":"tms","category":"photo","max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[-121.75804,38.01591],[-121.75781,38.02314],[-121.7213,38.02314],[-121.72144,38.03025],[-121.71207,38.03018],[-121.71189,38.0375],[-121.69383,38.03729],[-121.69366,38.04475],[-121.68463,38.04461],[-121.68453,38.05184],[-121.67533,38.0519],[-121.67523,38.08822],[-121.64787,38.08803],[-121.64794,38.08077],[-121.62941,38.08082],[-121.62917,38.09531],[-121.61115,38.09522],[-121.61086,38.10237],[-121.60185,38.10231],[-121.60192,38.09511],[-121.55578,38.09499],[-121.55534,38.10975],[-121.57424,38.10981],[-121.57417,38.12409],[-121.565,38.12406],[-121.56504,38.13124],[-121.55574,38.13117],[-121.55564,38.13856],[-121.54658,38.13846],[-121.54638,38.14585],[-121.52807,38.14571],[-121.52807,38.16742],[-121.51883,38.16737],[-121.51854,38.19639],[-121.50942,38.19636],[-121.50936,38.20356],[-121.50025,38.20347],[-121.49997,38.22534],[-121.48173,38.22522],[-121.4815,38.23975],[-121.47245,38.23962],[-121.472,38.25419],[-121.43551,38.25395],[-121.4357,38.24681],[-121.42641,38.24673],[-121.4265,38.23222],[-121.41731,38.23214],[-121.41743,38.22497],[-121.32543,38.22452],[-121.32525,38.23162],[-121.28873,38.23146],[-121.28833,38.23866],[-121.27935,38.23862],[-121.2793,38.24591],[-121.25161,38.24558],[-121.25182,38.23844],[-121.21501,38.23835],[-121.21483,38.24549],[-121.19655,38.2453],[-121.19656,38.25257],[-121.15971,38.25237],[-121.15949,38.2596],[-121.14113,38.25951],[-121.14105,38.26674],[-121.12275,38.26644],[-121.12237,38.27384],[-121.10423,38.27365],[-121.10381,38.28096],[-121.07668,38.2807],[-121.07661,38.28798],[-121.06727,38.28775],[-121.06705,38.29508],[-121.05814,38.29503],[-121.05821,38.28775],[-121.03989,38.28753],[-121.03946,38.29486],[-121.0212,38.2948],[-121.01731,38.51237],[-121.02709,38.51257],[-121.02709,38.53387],[-121.03638,38.53387],[-121.03602,38.55582],[-121.04536,38.55597],[-121.04499,38.57043],[-121.05433,38.57029],[-121.05399,38.59949],[-121.06325,38.59957],[-121.06267,38.63581],[-121.07196,38.63595],[-121.07124,38.67941],[-121.08067,38.67952],[-121.08021,38.70128],[-121.08962,38.70137],[-121.08939,38.72305],[-121.19117,38.72378],[-121.19099,38.73101],[-121.3021,38.73177],[-121.30198,38.74628],[-121.48707,38.74711],[-121.48724,38.73998],[-121.58899,38.7404],[-121.58889,38.74754],[-121.60729,38.74776],[-121.6075,38.73318],[-121.62607,38.73343],[-121.62616,38.71877],[-121.64463,38.71884],[-121.64508,38.65355],[-121.62647,38.65338],[-121.62659,38.64629],[-121.60801,38.64596],[-121.6081,38.63174],[-121.5711,38.63142],[-121.57135,38.60255],[-121.58059,38.60271],[-121.58068,38.58084],[-121.59,38.5809],[-121.59057,38.49389],[-121.56268,38.49364],[-121.56299,38.47926],[-121.55367,38.47909],[-121.55388,38.47213],[-121.54449,38.47179],[-121.54447,38.46466],[-121.50752,38.46449],[-121.5078,38.44289],[-121.5261,38.44294],[-121.52632,38.43572],[-121.5354,38.43561],[-121.53582,38.4137],[-121.52637,38.41354],[-121.52644,38.38498],[-121.53575,38.38502],[-121.53599,38.35598],[-121.54511,38.35602],[-121.54528,38.34873],[-121.5636,38.34882],[-121.5636,38.34173],[-121.57293,38.34168],[-121.57293,38.3343],[-121.59123,38.33441],[-121.59157,38.32004],[-121.60047,38.31997],[-121.60056,38.30549],[-121.60992,38.30542],[-121.61041,38.21136],[-121.61954,38.21124],[-121.61975,38.19682],[-121.64709,38.19699],[-121.64725,38.18961],[-121.66551,38.18986],[-121.66565,38.18242],[-121.67471,38.18257],[-121.67478,38.17529],[-121.68418,38.17519],[-121.68418,38.16806],[-121.69318,38.16832],[-121.69348,38.13197],[-121.70278,38.13183],[-121.70287,38.11726],[-121.71191,38.11754],[-121.71203,38.08844],[-121.75762,38.08852],[-121.758,38.08133],[-121.77605,38.08119],[-121.77637,38.07387],[-121.78527,38.07412],[-121.78551,38.06673],[-121.82204,38.06696],[-121.82164,38.07396],[-121.83115,38.07436],[-121.83115,38.08153],[-121.84967,38.08161],[-121.84942,38.07412],[-121.86782,38.07407],[-121.86776,38.05961],[-121.84949,38.05955],[-121.84951,38.0379],[-121.84044,38.03783],[-121.84053,38.02338],[-121.82214,38.02322],[-121.82229,38.01604],[-121.75804,38.01591]]],"type":"Polygon"}}, @@ -687,6 +690,7 @@ {"properties":{"name":"Rhode Island Aerial Photo (Spring 2021)","id":"RIGIS_Aerial_Photo_21s","url":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202103_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","attribution":{"required":false,"text":"RIGIS","url":"http://www.planning.ri.gov/planning-areas/demographics/aerial-photographs.php"},"type":"wms","category":"historicphoto","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]]],[[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Rhode Island Aerial Photo (Spring 2022)","id":"RIGIS_Aerial_Photo_22s","url":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202204_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","attribution":{"required":false,"text":"RIGIS","url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography"},"type":"wms","category":"historicphoto","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]]],[[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Rhode Island Aerial Photo (Spring 2023)","id":"RIGIS_Aerial_Photo_23s","url":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202303_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","attribution":{"required":false,"text":"RIGIS","url":"https://planning.ri.gov/planning-areas/data-center/aerial-photography"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[[-71.56855,41.22547],[-71.57301,41.22741],[-71.5782,41.23319],[-71.57904,41.20896],[-71.58088,41.20401],[-71.58925,41.19819],[-71.59369,41.20042],[-71.59378,41.19227],[-71.59792,41.18599],[-71.60738,41.18161],[-71.61459,41.15641],[-71.60927,41.15101],[-71.59876,41.14605],[-71.58076,41.14647],[-71.54636,41.15186],[-71.54323,41.16373],[-71.54526,41.16567],[-71.55005,41.16712],[-71.55192,41.16824],[-71.55387,41.1729],[-71.55318,41.17788],[-71.56494,41.1813],[-71.56571,41.18828],[-71.56374,41.19435],[-71.55295,41.21182],[-71.55988,41.22405],[-71.56486,41.22554],[-71.56855,41.22547]]],[[[-71.49821,42.01783],[-71.5152,42.01662],[-71.80012,42.01078],[-71.79909,41.92399],[-71.78982,41.65816],[-71.79943,41.41814],[-71.81831,41.42104],[-71.84372,41.41184],[-71.86698,41.31927],[-71.90758,41.3047],[-71.87943,41.29844],[-71.71103,41.33081],[-71.54932,41.37359],[-71.49014,41.34418],[-71.4283,41.44684],[-71.31002,41.44929],[-71.24617,41.45881],[-71.19364,41.44736],[-71.11811,41.48396],[-71.13218,41.6268],[-71.12982,41.66034],[-71.17467,41.66868],[-71.17452,41.67248],[-71.19533,41.67642],[-71.2587,41.75262],[-71.32526,41.78043],[-71.33801,41.80804],[-71.34667,41.82308],[-71.3341,41.83539],[-71.34152,41.84463],[-71.33352,41.86255],[-71.3404,41.88178],[-71.33732,41.89934],[-71.38101,41.89416],[-71.38115,42.01892],[-71.49821,42.01783]]]],"type":"MultiPolygon"}}, +{"properties":{"name":"TNMap Orthoimagery Latest","id":"TNMap_Orthoimagery_Latest","url":"https://tnmap.tn.gov/arcgis/rest/services/BASEMAPS/IMAGERY_WEB_MERCATOR/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Tennessee Imagery Program","url":"https://imagery.tn.gov/pages/tdot-imagery"},"type":"tms","category":"photo","min_zoom":6,"max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-90.32418,34.98378],[-90.02032,34.99468],[-90.01994,34.98328],[-89.66986,34.99486],[-89.66958,34.98342],[-89.34252,34.99348],[-89.34206,34.98236],[-88.8749,34.99483],[-88.87457,34.98373],[-88.33679,34.99579],[-88.33658,34.98463],[-88.19671,34.98741],[-88.19689,34.9982],[-87.79957,35.0047],[-87.79957,34.99383],[-87.2854,35.00029],[-87.28517,34.9894],[-86.93485,34.9928],[-86.93485,34.98193],[-85.62592,34.98491],[-85.62592,34.97393],[-85.34581,34.97259],[-85.34581,34.98335],[-84.5978,34.97729],[-84.59831,34.98782],[-84.31772,34.98483],[-84.31683,35.02882],[-84.29352,35.02882],[-84.28942,35.2148],[-84.26622,35.21507],[-84.26572,35.23643],[-84.24208,35.23708],[-84.24154,35.24718],[-84.21789,35.24696],[-84.21843,35.23599],[-84.12465,35.23467],[-84.12438,35.24586],[-84.07762,35.24542],[-84.07762,35.25574],[-84.05371,35.2553],[-84.05317,35.26627],[-84.03033,35.26627],[-84.02952,35.28821],[-84.00615,35.28842],[-84.00529,35.32057],[-84.02896,35.32101],[-84.02814,35.34298],[-84.00502,35.34254],[-84.00257,35.41951],[-83.97919,35.41951],[-83.97862,35.44108],[-83.95496,35.44108],[-83.95412,35.45164],[-83.9313,35.45141],[-83.9313,35.46173],[-83.90792,35.4615],[-83.90764,35.48307],[-83.8837,35.48307],[-83.88285,35.50508],[-83.85891,35.50462],[-83.85863,35.51586],[-83.81289,35.51501],[-83.81219,35.52572],[-83.78842,35.52591],[-83.78818,35.54732],[-83.76418,35.54676],[-83.76418,35.55765],[-83.6933,35.55747],[-83.69353,35.56704],[-83.66998,35.56723],[-83.66952,35.55615],[-83.62262,35.55597],[-83.6229,35.56639],[-83.59926,35.56593],[-83.59926,35.55504],[-83.48194,35.55295],[-83.48108,35.57427],[-83.45744,35.57404],[-83.45687,35.59581],[-83.43295,35.59557],[-83.43237,35.60598],[-83.40925,35.60576],[-83.40925,35.61637],[-83.38505,35.61703],[-83.38478,35.62654],[-83.36139,35.62654],[-83.36112,35.63803],[-83.33773,35.63737],[-83.3375,35.64819],[-83.28992,35.64745],[-83.28938,35.6692],[-83.26586,35.66906],[-83.26532,35.67935],[-83.24164,35.67927],[-83.24053,35.72273],[-83.16978,35.72168],[-83.16867,35.74228],[-83.14484,35.7418],[-83.14473,35.76411],[-83.09748,35.76357],[-83.09703,35.77459],[-83.07354,35.77395],[-83.07285,35.78496],[-83.04929,35.78421],[-83.04952,35.77339],[-82.95549,35.77097],[-82.95435,35.80403],[-82.93078,35.80361],[-82.92972,35.83624],[-82.90572,35.83579],[-82.90472,35.86875],[-82.88083,35.86794],[-82.87978,35.9008],[-82.90311,35.90148],[-82.90263,35.92365],[-82.87859,35.92317],[-82.87787,35.94505],[-82.85416,35.94438],[-82.85503,35.92245],[-82.78407,35.92065],[-82.78234,35.9644],[-82.75871,35.96367],[-82.75857,35.97473],[-82.78205,35.97535],[-82.78155,35.98648],[-82.75786,35.98585],[-82.75744,35.99675],[-82.73381,35.99612],[-82.73333,36.00712],[-82.70971,36.00653],[-82.70868,36.02847],[-82.68506,36.02788],[-82.68463,36.03864],[-82.66099,36.03811],[-82.6607,36.04901],[-82.63698,36.04828],[-82.63731,36.03751],[-82.61367,36.03672],[-82.61668,35.96005],[-82.59324,35.95927],[-82.59352,35.94835],[-82.54673,35.94696],[-82.54615,35.9578],[-82.52233,35.95726],[-82.52182,35.96808],[-82.49809,35.9675],[-82.49799,35.97864],[-82.47405,35.97798],[-82.47308,35.99976],[-82.4496,35.99927],[-82.44851,36.0211],[-82.42514,36.02033],[-82.4231,36.05342],[-82.39972,36.05276],[-82.39821,36.08545],[-82.37468,36.0849],[-82.37399,36.09557],[-82.35046,36.09535],[-82.34991,36.10591],[-82.32652,36.10547],[-82.32597,36.11636],[-82.30189,36.11558],[-82.30147,36.1267],[-82.2305,36.12423],[-82.2298,36.13544],[-82.1588,36.13301],[-82.15961,36.11124],[-82.13624,36.11021],[-82.13676,36.09929],[-82.06577,36.0974],[-82.06538,36.10801],[-82.04146,36.10748],[-82.0412,36.1182],[-82.01741,36.11778],[-82.0159,36.13954],[-81.99261,36.1389],[-81.99058,36.18269],[-81.96649,36.18194],[-81.96501,36.21463],[-81.94142,36.21429],[-81.93949,36.24679],[-81.91589,36.24613],[-81.91348,36.28987],[-81.88974,36.28928],[-81.88929,36.30018],[-81.86555,36.29947],[-81.86443,36.32133],[-81.84068,36.32051],[-81.83949,36.34251],[-81.7683,36.33992],[-81.76869,36.32895],[-81.69759,36.32644],[-81.69575,36.35919],[-81.71958,36.36005],[-81.71591,36.42619],[-81.69238,36.42548],[-81.68444,36.56788],[-81.66071,36.56714],[-81.65879,36.6],[-81.63507,36.59934],[-81.63383,36.62108],[-81.70531,36.62368],[-81.70594,36.61276],[-81.94395,36.62082],[-81.94504,36.59895],[-82.15965,36.60597],[-82.16026,36.59496],[-82.54156,36.60633],[-82.54192,36.59542],[-82.8756,36.60448],[-82.87595,36.59336],[-83.51965,36.60829],[-83.51996,36.59744],[-83.63912,36.59946],[-83.63896,36.61069],[-83.68654,36.61167],[-83.68701,36.58956],[-84.85533,36.60621],[-84.85543,36.61747],[-84.99828,36.61857],[-84.99828,36.62954],[-85.37972,36.63205],[-85.37982,36.62107],[-85.83293,36.62255],[-85.83306,36.63359],[-86.07159,36.63363],[-86.07163,36.64461],[-86.26245,36.6444],[-86.26248,36.65537],[-87.8371,36.64159],[-87.83805,36.67477],[-87.95726,36.67272],[-87.95765,36.68394],[-88.0767,36.68157],[-88.07506,36.61585],[-88.0511,36.61615],[-88.04841,36.50649],[-88.35784,36.50031],[-88.35859,36.51177],[-88.78678,36.50241],[-88.78731,36.51351],[-89.14443,36.505],[-89.14508,36.5159],[-89.42999,36.50833],[-89.42925,36.4861],[-89.45292,36.48566],[-89.45194,36.46339],[-89.47598,36.463],[-89.47817,36.50674],[-89.54905,36.50468],[-89.54795,36.47189],[-89.52396,36.47264],[-89.52355,36.46159],[-89.54744,36.46085],[-89.54398,36.38419],[-89.52009,36.38483],[-89.51877,36.35181],[-89.54234,36.35099],[-89.5422,36.33997],[-89.56606,36.33938],[-89.56635,36.3504],[-89.63692,36.34817],[-89.63531,36.30435],[-89.61152,36.30519],[-89.61069,36.29426],[-89.58715,36.29451],[-89.58637,36.27289],[-89.53883,36.27415],[-89.53789,36.25214],[-89.63316,36.24931],[-89.63393,36.26045],[-89.7044,36.2581],[-89.70409,36.24695],[-89.72773,36.24633],[-89.72666,36.22454],[-89.70301,36.22553],[-89.70207,36.20325],[-89.67801,36.20431],[-89.67784,36.19314],[-89.65411,36.19367],[-89.65345,36.18277],[-89.63021,36.18356],[-89.62872,36.16161],[-89.60515,36.16214],[-89.60358,36.12944],[-89.62713,36.12855],[-89.62686,36.11771],[-89.65054,36.11694],[-89.65013,36.10588],[-89.67341,36.10555],[-89.67327,36.09404],[-89.69682,36.0936],[-89.69494,36.0496],[-89.71849,36.04905],[-89.71767,36.02691],[-89.74108,36.02602],[-89.73778,35.96049],[-89.71439,35.96083],[-89.71358,35.93929],[-89.68982,35.93986],[-89.68947,35.92883],[-89.66571,35.92958],[-89.66361,35.89675],[-89.68796,35.89571],[-89.68842,35.90694],[-89.71207,35.90631],[-89.71252,35.91725],[-89.75947,35.91543],[-89.75902,35.90448],[-89.78255,35.90375],[-89.78018,35.849],[-89.75627,35.8497],[-89.7557,35.83897],[-89.73222,35.83955],[-89.73165,35.82882],[-89.70817,35.82916],[-89.70803,35.81808],[-89.80195,35.81532],[-89.80065,35.78246],[-89.82412,35.7817],[-89.82319,35.75979],[-89.8939,35.75744],[-89.89446,35.76843],[-89.91791,35.76765],[-89.91744,35.75673],[-89.94098,35.75595],[-89.94058,35.74488],[-89.96396,35.74423],[-89.95941,35.65643],[-89.93603,35.65701],[-89.93584,35.64608],[-89.86497,35.64862],[-89.86464,35.63736],[-89.88789,35.63654],[-89.88766,35.62564],[-89.93448,35.62432],[-89.93398,35.61288],[-89.95735,35.61216],[-89.95659,35.60144],[-89.98017,35.60038],[-89.97912,35.57887],[-89.95581,35.57972],[-89.95437,35.55754],[-89.97846,35.5569],[-89.97913,35.56756],[-90.04928,35.56531],[-90.04808,35.53238],[-90.07118,35.53162],[-90.06891,35.48769],[-90.11587,35.4861],[-90.11541,35.47508],[-90.13883,35.47436],[-90.13704,35.4414],[-90.16065,35.44053],[-90.15997,35.42957],[-90.18349,35.42886],[-90.18005,35.36277],[-90.13321,35.36443],[-90.13532,35.40839],[-90.11191,35.40925],[-90.11094,35.38725],[-90.08733,35.38819],[-90.08675,35.37707],[-90.11026,35.37628],[-90.10856,35.3434],[-90.13188,35.34261],[-90.13169,35.33163],[-90.10808,35.3325],[-90.1074,35.32135],[-90.13091,35.32056],[-90.13043,35.30958],[-90.17716,35.30793],[-90.1744,35.25315],[-90.15099,35.25402],[-90.15034,35.24301],[-90.10341,35.24459],[-90.10133,35.20048],[-90.12485,35.19977],[-90.12289,35.16703],[-90.09957,35.1679],[-90.09904,35.15676],[-90.07563,35.15763],[-90.07446,35.13556],[-90.1915,35.13153],[-90.18853,35.07656],[-90.21204,35.07585],[-90.2104,35.04274],[-90.25702,35.04123],[-90.2577,35.05208],[-90.30434,35.0505],[-90.30327,35.02839],[-90.3266,35.02769],[-90.32418,34.98378]]],"type":"Polygon"}}, {"properties":{"name":"TX: Brazos County Imagery 2019","id":"brazos_county_2019_wms","url":"https://imagery.tnris.org/server/services/StratMap/StratMap19_NCCIR_6in_Brazos/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":false,"text":"Strategic Mapping Program (StratMap). Brazos County Imagery, 2019-01-29","url":"https://data.tnris.org/collection/aa2cd74e-9c2d-4f00-bae5-609b5e898093"},"type":"wms","category":"photo","min_zoom":3,"best":true},"type":"Feature","geometry":{"coordinates":[[[-96.15,30.33],[-96.12,30.33],[-96.12,30.36],[-96.09,30.36],[-96.09,30.39],[-96.06,30.39],[-96.06,30.45],[-96.12,30.45],[-96.12,30.54],[-96.15,30.54],[-96.15,30.87],[-96.18,30.87],[-96.18,30.96],[-96.21,30.96],[-96.21,30.99],[-96.27,30.99],[-96.27,30.96],[-96.33,30.96],[-96.33,30.93],[-96.36,30.93],[-96.36,30.9],[-96.39,30.9],[-96.39,30.87],[-96.42,30.87],[-96.42,30.81],[-96.45,30.81],[-96.45,30.78],[-96.48,30.78],[-96.48,30.75],[-96.54,30.75],[-96.54,30.72],[-96.57,30.72],[-96.57,30.69],[-96.6,30.69],[-96.6,30.66],[-96.63,30.66],[-96.63,30.63],[-96.57,30.63],[-96.57,30.6],[-96.48,30.6],[-96.48,30.57],[-96.45,30.57],[-96.45,30.54],[-96.42,30.54],[-96.42,30.51],[-96.36,30.51],[-96.36,30.45],[-96.33,30.45],[-96.33,30.36],[-96.3,30.36],[-96.3,30.33],[-96.24,30.33],[-96.24,30.36],[-96.18,30.36],[-96.18,30.33],[-96.15,30.33]]],"type":"Polygon"}}, {"properties":{"name":"TX: CapArea Imagery 2019","id":"caparea_2019_wms","url":"https://imagery.tnris.org/server/services/StratMap/StratMap19_NCCIR_CapArea/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":false,"text":"Strategic Mapping Program (StratMap). CapArea Imagery, 2019-01-29","url":"https://data.tnris.org/collection/f84442b8-ac2a-4708-b5c0-9d15515f4483"},"type":"wms","category":"historicphoto","min_zoom":2},"type":"Feature","geometry":{"coordinates":[[[-96.85,29.6],[-96.85,29.65],[-96.8,29.65],[-96.8,29.7],[-96.75,29.7],[-96.75,29.75],[-96.7,29.75],[-96.7,29.8],[-96.65,29.8],[-96.65,29.85],[-96.6,29.85],[-96.6,29.9],[-96.55,29.9],[-96.55,30.05],[-96.6,30.05],[-96.6,30.15],[-96.65,30.15],[-96.65,30.25],[-96.6,30.25],[-96.6,30.3],[-96.65,30.3],[-96.65,30.35],[-96.75,30.35],[-96.75,30.4],[-96.8,30.4],[-96.8,30.45],[-96.85,30.45],[-96.85,30.5],[-96.9,30.5],[-96.9,30.55],[-96.95,30.55],[-96.95,30.6],[-97,30.6],[-97,30.55],[-97.1,30.55],[-97.1,30.5],[-97.15,30.5],[-97.15,30.6],[-97.2,30.6],[-97.2,30.7],[-97.25,30.7],[-97.25,30.75],[-97.3,30.75],[-97.3,30.8],[-97.4,30.8],[-97.4,30.85],[-97.55,30.85],[-97.55,30.9],[-97.75,30.9],[-97.75,30.95],[-97.85,30.95],[-97.85,31.05],[-98.5,31.05],[-98.5,30.95],[-99,30.95],[-99,30.45],[-98.6,30.45],[-98.6,30.05],[-98.55,30.05],[-98.55,30],[-98.5,30],[-98.5,29.95],[-98.45,29.95],[-98.45,29.9],[-98.35,29.9],[-98.35,29.95],[-98.3,29.95],[-98.3,30],[-98.25,30],[-98.25,29.95],[-98.2,29.95],[-98.2,29.9],[-98.15,29.9],[-98.15,29.85],[-98.05,29.85],[-98.05,29.75],[-97.95,29.75],[-97.95,29.8],[-97.85,29.8],[-97.85,29.75],[-97.8,29.75],[-97.8,29.7],[-97.75,29.7],[-97.75,29.65],[-97.65,29.65],[-97.65,29.6],[-97.55,29.6],[-97.55,29.65],[-97.45,29.65],[-97.45,29.7],[-97.35,29.7],[-97.35,29.75],[-97.3,29.75],[-97.3,29.7],[-97.25,29.7],[-97.25,29.65],[-97.15,29.65],[-97.15,29.6],[-96.85,29.6]]],"type":"Polygon"}}, {"properties":{"name":"TX: City of Amarillo Imagery 2015","id":"amarillo_2016_wms","url":"https://imagery.tnris.org/server/services/StratMap/StratMap15_NCCIR_12in_NGA_Amarillo/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":false,"text":"Strategic Mapping Program (StratMap). City of Amarillo Imagery, 2015-03-13","url":"https://data.tnris.org/collection/c4045402-55b8-41ee-a911-adbda2a2c4aa"},"type":"wms","category":"photo","min_zoom":5},"type":"Feature","geometry":{"coordinates":[[[-101.62309,35.13352],[-101.62352,35.14703],[-101.62396,35.16055],[-101.62439,35.17406],[-101.62482,35.18757],[-101.60837,35.18792],[-101.6088,35.20144],[-101.60923,35.21495],[-101.60966,35.22846],[-101.6101,35.24197],[-101.61053,35.25548],[-101.627,35.25513],[-101.64347,35.25477],[-101.65995,35.25441],[-101.67642,35.25404],[-101.69289,35.25368],[-101.70936,35.25331],[-101.72583,35.25294],[-101.7423,35.25257],[-101.74275,35.26608],[-101.74321,35.27959],[-101.74367,35.2931],[-101.74412,35.30661],[-101.74458,35.32012],[-101.74504,35.33363],[-101.74549,35.34714],[-101.74595,35.36064],[-101.74641,35.37415],[-101.74687,35.38766],[-101.76336,35.38729],[-101.77986,35.38691],[-101.79636,35.38653],[-101.81285,35.38614],[-101.82935,35.38576],[-101.84585,35.38537],[-101.86234,35.38498],[-101.87884,35.38459],[-101.87836,35.37108],[-101.87788,35.35757],[-101.8774,35.34406],[-101.87692,35.33056],[-101.87644,35.31705],[-101.87596,35.30354],[-101.87548,35.29003],[-101.875,35.27652],[-101.89148,35.27613],[-101.891,35.26262],[-101.90747,35.26223],[-101.92393,35.26183],[-101.9404,35.26143],[-101.95687,35.26103],[-101.97334,35.26062],[-101.98981,35.26022],[-102.00628,35.25981],[-102.00578,35.2463],[-102.00528,35.2328],[-102.00478,35.21929],[-102.00428,35.20578],[-102.00378,35.19228],[-102.00329,35.17877],[-102.00279,35.16526],[-102.00229,35.15175],[-102.0018,35.13825],[-102.0013,35.12474],[-102.00081,35.11123],[-101.98437,35.11164],[-101.96793,35.11204],[-101.95149,35.11244],[-101.93505,35.11284],[-101.91861,35.11324],[-101.90217,35.11364],[-101.88573,35.11403],[-101.86929,35.11442],[-101.85285,35.11481],[-101.83641,35.11519],[-101.81997,35.11558],[-101.80353,35.11596],[-101.78709,35.11634],[-101.77065,35.11672],[-101.7542,35.11709],[-101.73776,35.11746],[-101.72132,35.11783],[-101.70487,35.1182],[-101.68843,35.11857],[-101.67199,35.11893],[-101.65554,35.11929],[-101.6391,35.11965],[-101.62265,35.12001],[-101.62309,35.13352]]],"type":"Polygon"}}, @@ -764,7 +768,7 @@ {"properties":{"name":"Rio Mosaico 2019","id":"rio2019","url":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2019/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"text":"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro","url":"https://www.rio.rj.gov.br/web/ipp"},"type":"wms","category":"photo","min_zoom":4,"best":true},"type":"Feature","geometry":{"coordinates":[[[-43.59375,-23.09163],[-43.49213,-23.09163],[-43.49043,-23.05158],[-43.42965,-23.04994],[-43.42958,-23.03186],[-43.42655,-23.02912],[-43.35517,-23.02925],[-43.35275,-23.0322],[-43.35273,-23.04931],[-43.32336,-23.05052],[-43.32046,-23.07079],[-43.27378,-23.07079],[-43.27156,-23.05116],[-43.24219,-23.04994],[-43.24219,-23.02902],[-43.23053,-23.02917],[-43.22783,-23.03186],[-43.22776,-23.09163],[-43.11654,-23.09163],[-43.11722,-23.03416],[-43.14502,-23.03414],[-43.1481,-23.03106],[-43.14754,-22.98957],[-43.11653,-22.98732],[-43.11722,-22.90906],[-43.14502,-22.90904],[-43.14805,-22.90629],[-43.14923,-22.86457],[-43.14741,-22.82414],[-43.14433,-22.82106],[-43.08564,-22.82104],[-43.08564,-22.72164],[-43.16528,-22.72227],[-43.1653,-22.73907],[-43.16696,-22.7417],[-43.19618,-22.74253],[-43.1962,-22.76033],[-43.19771,-22.76284],[-43.25866,-22.76343],[-43.25873,-22.78092],[-43.26176,-22.78367],[-43.41453,-22.78622],[-43.41511,-22.80369],[-43.42776,-22.80537],[-43.45873,-22.80481],[-43.46052,-22.80212],[-43.46123,-22.78622],[-43.55392,-22.78749],[-43.5541,-22.79474],[-43.55793,-22.8019],[-43.5704,-22.80269],[-43.57864,-22.81028],[-43.58017,-22.81603],[-43.59306,-22.81851],[-43.59375,-22.84646],[-43.72215,-22.84891],[-43.73108,-22.85144],[-43.73374,-22.85711],[-43.75373,-22.85651],[-43.75466,-22.86261],[-43.75861,-22.86767],[-43.78738,-22.87297],[-43.78944,-22.87424],[-43.78951,-22.8854],[-43.79156,-22.8879],[-43.8121,-22.88817],[-43.8121,-22.93182],[-43.80039,-22.93188],[-43.78897,-22.93578],[-43.78326,-22.94066],[-43.77767,-22.94095],[-43.76014,-22.95055],[-43.75786,-22.98804],[-43.72977,-22.98767],[-43.72766,-22.99051],[-43.72696,-23.00888],[-43.69775,-23.00989],[-43.69606,-23.04994],[-43.68379,-23.0512],[-43.68033,-23.06129],[-43.68026,-23.07079],[-43.60544,-23.07086],[-43.60269,-23.07389],[-43.60267,-23.091],[-43.59375,-23.09163]]],"type":"Polygon"}}, {"properties":{"name":"Rio Mosaico 2022","id":"rio2022","url":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2022/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"text":"Instituto Pereira Passos - Prefeitura da Cidade do Rio de Janeiro","url":"https://www.rio.rj.gov.br/web/ipp"},"type":"wms","category":"photo","min_zoom":4},"type":"Feature","geometry":{"coordinates":[[[-43.59375,-23.09163],[-43.49213,-23.09163],[-43.49043,-23.05158],[-43.42965,-23.04994],[-43.42958,-23.03186],[-43.42655,-23.02912],[-43.35517,-23.02925],[-43.35275,-23.0322],[-43.35273,-23.04931],[-43.32336,-23.05052],[-43.32046,-23.07079],[-43.27378,-23.07079],[-43.27156,-23.05116],[-43.24219,-23.04994],[-43.24219,-23.02902],[-43.23053,-23.02917],[-43.22783,-23.03186],[-43.22776,-23.09163],[-43.11654,-23.09163],[-43.11722,-23.03416],[-43.14502,-23.03414],[-43.1481,-23.03106],[-43.14754,-22.98957],[-43.11653,-22.98732],[-43.11722,-22.90906],[-43.14502,-22.90904],[-43.14805,-22.90629],[-43.14923,-22.86457],[-43.14741,-22.82414],[-43.14433,-22.82106],[-43.08564,-22.82104],[-43.08564,-22.72164],[-43.16528,-22.72227],[-43.1653,-22.73907],[-43.16696,-22.7417],[-43.19618,-22.74253],[-43.1962,-22.76033],[-43.19771,-22.76284],[-43.25866,-22.76343],[-43.25873,-22.78092],[-43.26176,-22.78367],[-43.41453,-22.78622],[-43.41511,-22.80369],[-43.42776,-22.80537],[-43.45873,-22.80481],[-43.46052,-22.80212],[-43.46123,-22.78622],[-43.55392,-22.78749],[-43.5541,-22.79474],[-43.55793,-22.8019],[-43.5704,-22.80269],[-43.57864,-22.81028],[-43.58017,-22.81603],[-43.59306,-22.81851],[-43.59375,-22.84646],[-43.72215,-22.84891],[-43.73108,-22.85144],[-43.73374,-22.85711],[-43.75373,-22.85651],[-43.75466,-22.86261],[-43.75861,-22.86767],[-43.78738,-22.87297],[-43.78944,-22.87424],[-43.78951,-22.8854],[-43.79156,-22.8879],[-43.8121,-22.88817],[-43.8121,-22.93182],[-43.80039,-22.93188],[-43.78897,-22.93578],[-43.78326,-22.94066],[-43.77767,-22.94095],[-43.76014,-22.95055],[-43.75786,-22.98804],[-43.72977,-22.98767],[-43.72766,-22.99051],[-43.72696,-23.00888],[-43.69775,-23.00989],[-43.69606,-23.04994],[-43.68379,-23.0512],[-43.68033,-23.06129],[-43.68026,-23.07079],[-43.60544,-23.07086],[-43.60269,-23.07389],[-43.60267,-23.091],[-43.59375,-23.09163]]],"type":"Polygon"}}, {"properties":{"name":"Jaraguá do Sul Ortomosaico 2020","id":"jaragua-do-sul-2020","url":"https://www.jaraguadosul.sc.gov.br/geo/ortomosaico2020/{zoom}/{x}/{y}.png","attribution":{"text":"Prefeitura de Jaraguá do Sul, SC","url":"https://sistemas.jaraguadosul.sc.gov.br/index.php?class=GeoWelcomeView"},"type":"tms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-49.25368,-26.26563],[-49.17549,-26.31065],[-49.16931,-26.35804],[-49.19403,-26.38449],[-49.19266,-26.42016],[-49.21051,-26.43676],[-49.21806,-26.47733],[-49.22562,-26.48471],[-49.24621,-26.48901],[-49.29634,-26.54185],[-49.30595,-26.58054],[-49.28106,-26.61953],[-49.23798,-26.61922],[-49.20433,-26.62966],[-49.17824,-26.61615],[-49.1645,-26.65237],[-49.13292,-26.64316],[-49.10408,-26.61063],[-49.10133,-26.58177],[-49.0876,-26.57993],[-49.08554,-26.55168],[-49.0567,-26.54615],[-49.05121,-26.51912],[-49.03404,-26.52219],[-49.01756,-26.51298],[-49.01138,-26.48287],[-49.02511,-26.45643],[-49.09515,-26.39863],[-49.10545,-26.39371],[-49.10477,-26.36972],[-49.13635,-26.33219],[-49.13841,-26.30265],[-49.16725,-26.26571],[-49.16725,-26.21336],[-49.19128,-26.21274],[-49.23454,-26.23061],[-49.23386,-26.25524],[-49.25368,-26.26563]]],"type":"Polygon"}}, -{"properties":{"name":"Bing Maps Aerial","id":"Bing","url":"https://ecn.t2.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=14368&pr=odbl&n=f","type":"bing","category":"photo","min_zoom":1,"max_zoom":22},"type":"Feature","geometry":null}, +{"properties":{"name":"Bing Maps Aerial","id":"Bing","url":"https://ecn.t1.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=14442&pr=odbl&n=f","type":"bing","category":"photo","min_zoom":1,"max_zoom":22},"type":"Feature","geometry":null}, {"properties":{"name":"CyclOSM","id":"cyclosm","url":"https://{switch:a,b,c}.tile-cyclosm.openstreetmap.fr/cyclosm/{zoom}/{x}/{y}.png","attribution":{"text":"Rendering: CyclOSM (hosted by OpenStreetMap France) © Map data OpenStreetMap contributors","url":"https://www.cyclosm.org/"},"type":"tms","category":"osmbasedmap","max_zoom":20},"type":"Feature","geometry":null}, {"properties":{"name":"Esri World Imagery","id":"EsriWorldImagery","url":"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":true,"text":"Terms & Feedback","url":"https://wiki.openstreetmap.org/wiki/Esri"},"type":"tms","category":"photo","max_zoom":22,"default":true},"type":"Feature","geometry":null}, {"properties":{"name":"Esri World Imagery (Clarity) Beta","id":"EsriWorldImageryClarity","url":"https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":true,"text":"Terms & Feedback","url":"https://wiki.openstreetmap.org/wiki/Esri"},"type":"tms","category":"photo","max_zoom":22,"default":true},"type":"Feature","geometry":null},