lib/picky/sources/wrappers/location.rb in picky-2.5.2 vs lib/picky/sources/wrappers/location.rb in picky-2.6.0
- old
+ new
@@ -8,11 +8,11 @@
attr_reader :calculation
def initialize source, grid, precision = 1
super source
- @calculation = Internals::Calculations::Location.new grid, precision
+ @calculation = Calculations::Location.new grid, precision
end
# Yield the data (id, text for id) for the given category.
#
def harvest category
@@ -40,10 +40,10 @@
end
end
# TODO Move to the right place.
#
- category.exact[:location_minimum] = minimum
+ category.indexing_exact[:location_minimum] = minimum
end
end
end
\ No newline at end of file