Open ajashton opened 12 years ago
Looking into this further, looks like the first big hurdle is installing osm2pgsql. There is an old build available that does not support pbf, otherwise the wiki suggests building it via mingw. Imposm does not make any claims of Windows compatibility.
note that the 'default.style' in the old build (dated April 9 2010) referenced at http://wiki.openstreetmap.org/wiki/Osm2pgsql#Windows_XP does not import the 'population' tag. this causes the 'place' query in 'project.mml' to fail.
adding 'node population text' to 'default.style' and referencing the style explicitly ('-S=
I'm going to try to update the osm2pgsql windows situation in the next week or so by trying to compile on windows7
There are a couple different windows binaries available now: http://wiki.openstreetmap.org/wiki/Osm2pgsql#Windows
The main problem people hit on windows is memory failures unzipping the large shapefiles. The workaround is the unzip them ahead of time since I don't plan to fix https://github.com/springmeyer/node-zipfile/issues/12
So, it seems worthwhile to consider writing a tutorial for windows, though low priority.
I was dreading having to get this going on Windows but with the large zip file workaround and using OpenGeo Suite 4.0 for the postgres/postgis stuff it was actually pretty painless. Almost as easy as the OSX tutorial. I'd be happy to share my notes if anyone is interested.
@jasonwoo - that would be excellent. You could start by sharing notes in a gist and then linking here. Other places it would be great to add windows info are the README.md and then eventually narrative guides like we have for OS X:
No idea what kind of issues might pop up