tilemill-project/millstone

supporting windows drives in isRelative and url.parse

springmeyer opened this issue · 0 comments

Millstone is broken for paths like e:/some/data.shp because the isRelative path fails and because we call url.parse. The result of url parse breaks out the drive in the the uri.protocol which is then never used again leading millstone to look for the data at c:/some/data.shp