Skip to content

Commit

Permalink
#20 Small tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawel committed Jan 20, 2013
1 parent e719016 commit cbd8111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/tiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
GC.start
p GC::stat
p GC::Profiler.result
p GC::Profiler.count
p GC::Profiler.total_time
GC::Profiler.report
end
Expand Down
2 changes: 1 addition & 1 deletion tiler/lib/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ def to_postgres_geom_array(geom_arr)
end
str += "ST_SetSRID('#{geom}'::geometry, 4326)"
end
str = "ARRAY[#{str}]"
"ARRAY[#{str}]"
end

0 comments on commit cbd8111

Please sign in to comment.