Updated documentation and tutorials

This commit is contained in:
Dominik Moritz
2012-09-12 00:50:20 +01:00
parent 063d4b7ece
commit e167591253
4 changed files with 13 additions and 2 deletions

View File

@@ -404,8 +404,6 @@ my.Map = Backbone.View.extend({
return marker;
}
});
//this.map.addLayer(this.features);
//this.map.addLayer(this.markers);
this.map.setView([0, 0], 2);