diff --git a/css/app.css b/css/app.css index 9a21b970d..ecda086d4 100644 --- a/css/app.css +++ b/css/app.css @@ -72,7 +72,13 @@ path.stroke.natural { stroke: #ADD6A5; fill: #ADD6A5; stroke-width:1; - opacity:0.2; + fill-opacity:0.3; +} + +path.stroke.building { + stroke: #9E176A; + fill: #ff6ec7; + fill-opacity: 0.3; } path.stroke.landuse { diff --git a/index.html b/index.html index ef573aecd..7af5c5871 100755 --- a/index.html +++ b/index.html @@ -1,162 +1,134 @@ - - - iD - - - - - - - - - - + + + iD + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + - - - - - + + + + + + - - - - - - - - -
- +
+ -
- -
+
+ +
+
+
+ +
+ +
+ + +
+

 

+ × +
+ + + + + + + + + +
KeyValue
+
+
+
-
-
- -
- - -
-
Click on the map to start a road
-
Draw the road by clicking on points along its path
-
Choose a road type
-
- - -
-

 

- × -
- - - - - - - - - -
KeyValue
-
-
-
- - - - -
-

Work in progress: introduction, -code, -docs. -Imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.

+
+

Work in progress: introduction, + code, + docs. + Imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.

diff --git a/js/iD/renderer/WayUI.js b/js/iD/renderer/WayUI.js index 8bd54936d..45a4de7df 100755 --- a/js/iD/renderer/WayUI.js +++ b/js/iD/renderer/WayUI.js @@ -29,7 +29,6 @@ iD.renderer.WayUI.prototype = { for (var k in this.entity.tags) { var v = this.entity.tags[k]; if (!clean(k) || !clean(v)) { - console.log(k, v); continue; } classes.push(k + '-' + v);