Exception: BlacklightHeatmaps::Exceptions::UnknownSpatialDataType

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/concerns/blacklight_heatmaps/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
7
# File 'app/models/concerns/blacklight_heatmaps/exceptions.rb', line 4

def message
  'BlacklightHeatmaps does not know how to parse that type of spatial data. '\
  'Please try using the CQL ENVELOPE or X Y syntax.'
end