BrianBunker / cmv-widgets

Widgets based on the Esri jsapi, configured for the Configurable Map Viewer. Widgets include Drag and Drop, Goto, Map Navigation Hash, and Nearby.
https://brianbunker.github.com/cmv-widgets
MIT License
18 stars 24 forks source link

Filename case sensitivity #4

Closed tr3vorm closed 9 years ago

tr3vorm commented 9 years ago

Many thanks Brian - one small problem I just came across was that the file name suffix is case-sensitive, so my filename.CSV did not work until I renamed it filename.csv. I haven't checked if this is the same for other file types (shp etc).

BrianBunker commented 9 years ago

Thanks for the feedback. The file extension checker should not be case-sensitive. This definitely needs a fix.

BrianBunker commented 9 years ago

Fixed with #5.