]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/id.html.erb
Pass along gpx parameter to iD
[rails.git] / app / views / site / id.html.erb
index 6000b7da06dfd437518402740f6dfe6bcab9292c..fde4a07cd394fd10067517fb9c13fd9749342c08 100644 (file)
@@ -20,7 +20,8 @@
 
     var id = iD()
       .embed(true)
-      .assetPath("/assets/iD/") <%# Can't use asset_path('iD/') in production. %>
+      .assetPath("/iD/") <%# Can't use asset_path('iD/') in production. %>
+      .assetMap(<%= assets("iD").to_json.html_safe %>)
       .locale("<%= locale %>", "<%= asset_path("iD/locales/#{locale}.json") %>")
       .preauth({
         <% token = @user.access_token(ID_KEY) %>