From 668d4e9fe6199ee3c391c8f28f45d4c2bc6f0dbc Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 6 Apr 2016 23:55:47 -0400 Subject: [PATCH] Update imagery blacklist, remove items no longer needed --- data/imagery.json | 30 ++++++++++++++++++++++++++++++ data/update_imagery.js | 3 --- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/data/imagery.json b/data/imagery.json index 7ab424c8a..c31f07b69 100644 --- a/data/imagery.json +++ b/data/imagery.json @@ -41207,6 +41207,36 @@ ], "terms_text": "Stadt Zürich Luftbild 2011" }, + { + "name": "Stadtplan Zürich", + "type": "tms", + "template": "http://mapproxy.sosm.ch:8080/tiles/zh_stadtplan/EPSG900913/{zoom}/{x}/{y}.png?origin=nw", + "polygon": [ + [ + [ + 8.4482, + 47.321 + ], + [ + 8.4482, + 47.4339 + ], + [ + 8.6248, + 47.4339 + ], + [ + 8.6248, + 47.321 + ], + [ + 8.4482, + 47.321 + ] + ] + ], + "terms_text": "Stadt Zürich Open Government Data" + }, { "name": "Stevns (Denmark)", "type": "tms", diff --git a/data/update_imagery.js b/data/update_imagery.js index bad819e55..1b1c3c24f 100644 --- a/data/update_imagery.js +++ b/data/update_imagery.js @@ -5,15 +5,12 @@ var imagery = []; var blacklist = { "2u": true, "Hike & Bike": true, - // "OpenCycleMap": true, "OpenStreetMap (German Language)": true, "OpenStreetMap (German Style)": true, "OpenStreetMap (Sorbian Language)": true, - "MapQuest OSM": true, "OpenStreetMap (Standard Black & White)": true, "Skobbler": true, - "Stadtplan Z\u00fcrich": true, // https://github.com/osmlab/editor-imagery-index/issues/14 "Public Transport (\u00d6PNV)": true, // https://github.com/osmlab/editor-imagery-index/issues/15 "TIGER 2012 Roads Overlay": true, // https://github.com/openstreetmap/iD/pull/2010,