Skip to content

Commit

Permalink
Update to iD v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Mar 1, 2016
1 parent 95bf36e commit 2d7a678
Show file tree
Hide file tree
Showing 59 changed files with 5,009 additions and 111,216 deletions.
2 changes: 1 addition & 1 deletion app/views/site/id.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var id = iD()
.presets(iD.data.presets)
.imagery(iD.data.imagery)
.taginfo(iD.taginfo())
.taginfo(iD.services.taginfo())
.embed(true)
.assetPath("/iD/") <%# Cant use asset_path('iD/') in production. %>
.assetMap(<%= assets("iD").to_json.html_safe %>)
Expand Down
Loading

0 comments on commit 2d7a678

Please sign in to comment.