%= 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' %>
<% else %>
<%= t 'browse.map.deleted' %>
<% end %>
|
<% if map.instance_of? Changeset or map.visible %>
<% end %>