X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8bc8e537b273e8e260a12f598d77dc4135f9d32c..8980da4381923d8099a11a1334baf3c3e625a484:/app/views/browse/_map.html.erb diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb index 9a150ae05..2e20f07f3 100644 --- a/app/views/browse/_map.html.erb +++ b/app/views/browse/_map.html.erb @@ -1,19 +1,21 @@ <%= 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 %> - -<% if map.instance_of? Changeset or map.visible %> +
+<% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) or map.visible %>