Potlatch-on-Rails, ready to go (fingers crossed)

This commit is contained in:
Richard Fairhurst 2007-05-18 15:20:31 +00:00
parent aba184e7be
commit 0944c1cf02
6 changed files with 237 additions and 15 deletions

View file

@ -1,7 +1,7 @@
<p>This editor isn't working yet - currently you can only browse the aerial photos.
<!-- <p>This editor isn't working yet - currently you can only browse the aerial photos.
See <a href="http://trac.openstreetmap.org/ticket/402">Trac #402</a> for more details.
You may also want to look at <a href="http://josm.eigenheimstrasse.de/">JOSM</a> for a
fully functional desktop client editor for Open Street Map.</p>
fully functional desktop client editor for OpenStreetMap.</p> -->
<div id="mapcontent">You need a Flash player to use Potlatch, the
OpenStreetMap Flash editor. You can <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">download Flash Player from Adobe.com</a>.
@ -18,8 +18,8 @@ fully functional desktop client editor for Open Street Map.</p>
fo.addVariable('token','<%= @user.token %>');
fo.write("mapcontent");
}
<% lon = params['lon'] || '-0.1' %>
<% lat = params['lat'] || '51.5' %>
<% lon = params['lon'] || @user.home_lon || '-0.1' %>
<% lat = params['lat'] || @user.home_lat || '51.5' %>
doSWF(<%= lat %>,<%= lon %>,12);