From 0264d66fe7bcc9061700f42699b368e446023318 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 23 Oct 2012 22:57:27 -0400 Subject: [PATCH] Massive rework --- css/app.css | 12 + index.html | 30 ++- js/iD/Controller.js | 3 +- js/iD/controller/controller.js | 1 + js/iD/controller/edit/EditBaseState.js | 15 +- js/iD/controller/edit/NoSelection.js | 20 +- js/iD/controller/edit/SelectedPOINode.js | 77 +++--- js/iD/controller/edit/SelectedWay.js | 13 +- js/iD/controller/edit/SelectedWayNode.js | 14 +- js/iD/controller/edit/edit.js | 1 + js/iD/renderer/Map.js | 327 +++++++---------------- js/iD/renderer/NodeUI.js | 106 ++------ js/iD/renderer/WayUI.js | 111 ++------ js/iD/styleparser/RuleChain.js | 6 +- js/iD/styleparser/RuleSet.js | 13 +- js/iD/styleparser/Style.js | 72 ++++- 16 files changed, 286 insertions(+), 535 deletions(-) create mode 100644 js/iD/controller/controller.js create mode 100644 js/iD/controller/edit/edit.js diff --git a/css/app.css b/css/app.css index 78fd11a53..3b72f55b8 100644 --- a/css/app.css +++ b/css/app.css @@ -38,6 +38,18 @@ table th { text-align:left; } +path.casing { + fill: transparent; + stroke: #ace; + stroke-width: 6; +} + +path.stroke { + fill: transparent; + stroke: #5F8594; + stroke-width: 4; +} + .help-pane { position:absolute; left:0; diff --git a/index.html b/index.html index f5f5b8238..1ca6c9de2 100755 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ iD - @@ -15,9 +14,18 @@ + + + + + + + + + @@ -86,28 +94,27 @@
-

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.

-