From: Tom Hughes Date: Fri, 21 May 2010 18:51:30 +0000 (+0100) Subject: Convert lat and lon values to integers X-Git-Tag: live~7363^2~8 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b3ce6fdeec5679fc40d4594d3ee8e4429fa29e2b?hp=b3ce6fdeec5679fc40d4594d3ee8e4429fa29e2b Convert lat and lon values to integers Make sure the lat and lon values in changeset bounding box queries are integers or Postgres will refuse to use the index. ---