mapbox / mbutil

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

Can't get this to work correctly in Windows #25

Closed GuidoS closed 12 years ago

GuidoS commented 12 years ago

Hi, when i run this in windows it just runs and then doesn't have an output. I would like to work on this code, but I am not sure what branch to work on once I fork this?

tmcw commented 12 years ago

Hey Guido,

Hmm, odd - no error or anything? Though I haven't tested on Windows, so unclear whether it'd work - there are a few instances in which it isn't doing path joins, but just forward-slashes, which might be pwning win.

Master of this fork is the canonical version. Looking at the network, seems like people are hacking in other stuff ¯\_(ツ)_/¯, though no big changes elsewhere.

GuidoS commented 12 years ago

I will work on it this week and let you know what I find

tmcw commented 12 years ago

Latest update should fix windows issues by joining paths correctly.