Exception: BlacklightHeatmaps::Exceptions::UnknownSpatialDataType
- Inherits:
-
StandardError
- Object
- StandardError
- BlacklightHeatmaps::Exceptions::UnknownSpatialDataType
- Defined in:
- app/models/concerns/blacklight_heatmaps/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
4 5 6 7 |
# File 'app/models/concerns/blacklight_heatmaps/exceptions.rb', line 4 def 'BlacklightHeatmaps does not know how to parse that type of spatial data. '\ 'Please try using the CQL ENVELOPE or X Y syntax.' end |