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. %>
+ .assetPath("iD/")
.assetMap(<%= assets("iD").to_json.html_safe %>)
.locale("<%= locale %>", "<%= asset_path("iD/locales/#{locale}.json") %>")
.preauth({