adding points for streetside images

This commit is contained in:
Shawna Paradee
2018-03-20 13:05:33 -07:00
parent 427dfc1b15
commit 2b50d36f65
15 changed files with 79 additions and 5 deletions
+1
View File
@@ -29,6 +29,7 @@ describe('iD.svgLayers', function () {
expect(nodes.length).to.eql(6);
expect(d3.select(nodes[0]).classed('data-layer-osm')).to.be.true;
expect(d3.select(nodes[1]).classed('data-layer-gpx')).to.be.true;
expect(d3.select(nodes[2]).classed('data-layer-streetside')).to.be.true;
expect(d3.select(nodes[2]).classed('data-layer-mapillary-images')).to.be.true;
expect(d3.select(nodes[3]).classed('data-layer-mapillary-signs')).to.be.true;
expect(d3.select(nodes[4]).classed('data-layer-openstreetcam-images')).to.be.true;