Unconfuse OpenLayer's base location detection.

This commit is contained in:
Tom Hughes 2007-06-23 18:35:04 +00:00
parent 9619dfdb4b
commit 5fcedc1bf4
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<% zoom = params['zoom'] || '4' %> <% zoom = params['zoom'] || '4' %>
<% end %> <% end %>
<%= javascript_include_tag '/openlayers/OpenLayers.js' %> <script type="text/javascript" src="/openlayers/OpenLayers.js"></script>
<%= javascript_include_tag 'map.js' %> <%= javascript_include_tag 'map.js' %>
<script type="text/javascript"> <script type="text/javascript">

View file

@ -49,7 +49,7 @@
<% zoom = params['zoom'] || '4' %> <% zoom = params['zoom'] || '4' %>
<% end %> <% end %>
<%= javascript_include_tag '/openlayers/OpenLayers.js' %> <script type="text/javascript" src="/openlayers/OpenLayers.js"></script>
<%= javascript_include_tag 'map.js' %> <%= javascript_include_tag 'map.js' %>
<script type="text/javascript"> <script type="text/javascript">