locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Removed Error Handeling in TMS.bind #563

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR removes the try/catch block in the TMS.bind method as the error that it returns was unhelpful. With it gone, it'll be easier to debug the TMS server when something goes wrong.