From: Richard Fairhurst Date: Sun, 28 Oct 2007 16:07:23 +0000 (+0000) Subject: Potlatch 0.4b: put POIs in ways; small SWF improvement; correct created_by for ways X-Git-Tag: live~8061 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d469b91e7e1e1c1474c2b1e52838ada3aba158c2 Potlatch 0.4b: put POIs in ways; small SWF improvement; correct created_by for ways --- diff --git a/app/controllers/swf_controller.rb b/app/controllers/swf_controller.rb index 2c9d64548..18aa20774 100644 --- a/app/controllers/swf_controller.rb +++ b/app/controllers/swf_controller.rb @@ -73,7 +73,7 @@ class SwfController < ApplicationController ys=(lat2coord(row['lat'].to_f ,basey ,masterscale)*20).floor xl=[xs,xl].min; xr=[xs,xr].max yb=[ys,yb].min; yt=[ys,yt].max - if (row['ts'].to_i-lasttime<180 and row['fileid']==lastfile) + if (row['ts'].to_i-lasttime<180 and row['fileid']==lastfile and row['ts'].to_i!=lasttime) b+=drawTo(absx,absy,xs,ys) else b+=startAndMove(xs,ys,'01') diff --git a/public/potlatch/potlatch.swf b/public/potlatch/potlatch.swf index 4730e0981..edfb25093 100755 Binary files a/public/potlatch/potlatch.swf and b/public/potlatch/potlatch.swf differ