X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7de4cb19b8cbaa123f9d47ac4ba9f37e25e5724c..19a57c97b16d2dae962739f49732c081acaf3202:/app/views/diary_entry/new.rhtml diff --git a/app/views/diary_entry/new.rhtml b/app/views/diary_entry/new.rhtml index e6da08ae2..b46bb4d9f 100644 --- a/app/views/diary_entry/new.rhtml +++ b/app/views/diary_entry/new.rhtml @@ -12,7 +12,7 @@ Location - + Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude: <%= f.text_field :longitude, :size => 20, :id => "longitude" %> use map @@ -32,7 +32,8 @@ <% zoom = '12' %> <% end %> - +<%= javascript_include_tag '/openlayers/OpenLayers.js' %> +<%= javascript_include_tag '/openlayers/OpenStreetMap.js' %> <%= javascript_include_tag 'map.js' %>