lib/postgis_functions.rb in nofxx-postgis_adapter-0.2.1 vs lib/postgis_functions.rb in nofxx-postgis_adapter-0.2.2
- old
+ new
@@ -38,10 +38,9 @@
#
# Area return in square feet
# Distance/DWithin/Length/Perimeter — in projected units.
# DistanceSphere/Spheroid — in meters.
#
- #
def construct_geometric_sql(type,geoms,options)
tables = geoms.map do |t| {
:class => t.class.to_s.downcase.pluralize,
:uid => unique_identifier,