foundersandcoders / open-tourism-platform

An open platform to facilitate the creation of apps to promote local tourism and business in Nazareth
MIT License
17 stars 3 forks source link

If location is given in the wrong format, no helpful error message returned #154

Open m4v15 opened 6 years ago

m4v15 commented 6 years ago

Get a server error 500 which is no good

m4v15 commented 6 years ago

related - the location needs to come [Long, Lat] not [Lat, Long] otherwise an error happens. (Lat can be -90 to 90 and long can be -180 to 180 so in some cases if they are the wrong way round it breaks)

Should add this to the docs

m4v15 commented 6 years ago

related, we need to deal with this error in mongoErrorHandler:

MongoError: Can't extract geo keys
mattlub commented 6 years ago

related #91 for that Mongo error

mattlub commented 6 years ago

related #28...