Remove support for debug rendering of the community index

We have http://openstreetmap.community now for this, and it eliminates
another place in the code where that data would have been needed.
This commit also ES6ifies svgDebug.
This commit is contained in:
Bryan Housel
2020-01-29 13:35:25 -05:00
parent 362558f7dc
commit 89724cfb1b
3 changed files with 136 additions and 161 deletions
-3
View File
@@ -360,9 +360,6 @@ export function coreContext() {
tile: false, // tile boundaries
collision: false, // label collision bounding boxes
imagery: false, // imagery bounding polygons
community: false, // community bounding polygons
imperial: false, // imperial (not metric) bounding polygons
driveLeft: false, // driveLeft bounding polygons
target: false, // touch targets
downloaded: false // downloaded data from osm
};