]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/id.html.erb
Update to iD v1.9.0
[rails.git] / app / views / site / id.html.erb
index 7d186c5f618a9dab7d7221b0e831c742716867fe..3d416b51e6f206cebd03e4bd5666c899639a80cd 100644 (file)
@@ -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 %>)