hootenanny-ui
hootenanny-ui copied to clipboard
UI does not handle http 400 response from map resource requests
validateQueryBounds has been enabled in https://github.com/ngageoint/hootenanny/issues/452
The UI is making globe bounded requests when a dataset is added to the map like this, http://localhost:8888/hoot-services/osm/api/0.6/map?mapId=640&bbox=-89.99999999999979,-4.1983321795318423e-13,4.2362590070466467e-13,66.51326044311178
and those fail with HTTP 400 bad request that the UI code does not handle gracefully.
https://github.com/ngageoint/hootenanny/issues/759