omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
725 stars 159 forks source link

Use the right character to separate the directories in the pathname for the current os #72

Closed gaspardle closed 8 years ago

gaspardle commented 8 years ago

To make the tests run under windows.

olt commented 8 years ago

Did you successfully compile Imposm on Windows? I think a lot of people would be interested in some build instructions. Can you post them in the wiki or as a gist? Do the test pass with these changes?

gaspardle commented 8 years ago

Yes it is compiling, and all the tests pass.

I'm working on a build script, right now it's a little bit convoluted, but it does work. https://ci.appveyor.com/project/gaspardle/imposm3

daveb1034 commented 8 years ago

In case people are having trouble building imposm3 on Windows, it is possible to run one of the binaries in Windows 10 Anniversary update using the Linux subsystem. I have tested this against a PostGIS database running in Windows. If people are interested in this alternative I can write up the instructions.