Class: SpatialFeatures::Importers::GeoJSON
- Defined in:
- lib/spatial_features/importers/geo_json.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
create_all, #features, #initialize
Constructor Details
This class inherits a constructor from SpatialFeatures::Importers::Base
Instance Method Details
#cache_key ⇒ Object
7 8 9 |
# File 'lib/spatial_features/importers/geo_json.rb', line 7 def cache_key @cache_key ||= Digest::MD5.hexdigest(geojson) end |