mapbox / mbutil

Importer and Exporter of MBTiles
http://mapbox.com/developers/
BSD 3-Clause "New" or "Revised" License
762 stars 199 forks source link

File extension to image format check case insensitive #66

Closed RipRyness closed 8 years ago

RipRyness commented 9 years ago

The check of the file extension against the expected image format is more user friendly if it is case insensitive.

tmcw commented 9 years ago

This breaks tests - if the file has no extension, this calls .lower() on NoneType

tmcw commented 8 years ago

Closing; tests break.