app/models/feature.rb in spatial_features-2.19.1 vs app/models/feature.rb in spatial_features-2.20.0
- old
+ new
@@ -13,9 +13,11 @@
before_save :truncate_name
after_save :refresh_aggregate, if: :automatically_refresh_aggregate?
+ attr_accessor :importable_image_paths # :nodoc:
+
# Features are used for display so we also cache their KML representation
def self.cache_derivatives(options = {})
super
update_all <<-SQL.squish
kml = ST_AsKML(geog, 6),