X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..f77a3c75bee528caaa6fc8e237ee6eaef704efe0:/app/views/browse/_map.html.erb diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb index 248cf27dd..d8980f2a2 100644 --- a/app/views/browse/_map.html.erb +++ b/app/views/browse/_map.html.erb @@ -1,82 +1,87 @@ <%= javascript_include_tag '/openlayers/OpenLayers.js' %> <%= javascript_include_tag '/openlayers/OpenStreetMap.js' %> <%= javascript_include_tag 'map.js' %> - - <% if map.instance_of? Changeset or map.visible %> -
-
- <%= t 'browse.map.loading' %> - +
+ <% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) or map.visible %> +
+
+ <%= t 'browse.map.loading' %> + + <% unless map.instance_of? Changeset %> +
+ + <% end %> <% else %> <%= t 'browse.map.deleted' %> <% end %> - - + window.onload = init; + +<% end %>