Start traversing the graph, other changes

Adds GeoJSON viewing to features, unifies the way that features refer
to their children.
This commit is contained in:
Tom MacWright
2012-11-01 10:55:33 -04:00
parent beeef7a561
commit 75d9331233
14 changed files with 107 additions and 189 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
describe('Relation Member', function() {
describe('Relation', function() {
var rm;
beforeEach(function() {
rm = new iD.RelationMember();
rm = new iD.Relation();
});
it('is instantiated', function() {