mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user