I have used mbutil on ubuntu. Its a very handy tools. I am curious that is there any way to use it on windows 64 bit machine. If there is a way please help me to do so.
Thanks in advance.
|
|
|
Per the answer by BradHards, yes it is a Python script so it will work in Windows. I was able to use it in Windows 7 after installing ActivePython. (I first tried using IronPython but ran into problems with getting the required sqlite module to work)
|
|||
|
|
|
Its a python script, so it should run anywhere. If you don't have python for Windows, you may like to download and install ActiveState python. Rather trying to use git on windows, the easiest way to get the python script is via a .zip download provided by github. The direct URL: https://github.com/mapbox/mbutil/archive/master.zip Unzip that, and you should be able to run it on a command line window. |
|||||||||
|
|
You can try cygwin software : 1.Copy the .mbtiles file to cygwin. Assuming that you installed "cygwin" at it's default directory the user home is mapped to c:\cygwin\home\ 2.Run the following command: mb-util --scheme=osm Freguesias.mbtiles Freguesias hope it will help you.. Nice explanation available on following Pedros'blog thanks.. |
|||
|
|