wavded / ogre

ogr2ogr geojson-focused web client
http://ogre.adc4gis.com
MIT License
266 stars 78 forks source link

How to implement in window environment #18

Closed haridahal closed 10 years ago

haridahal commented 10 years ago

Dear Sir, Can you tell me how to implement Ogre in window environment...?

wavded commented 10 years ago

@haridahal to clarify, do you mean Windows OS? or something else?

haridahal commented 10 years ago

Yes sir Windows OS...

wavded commented 10 years ago

@haridahal I personally have not set this up on Windows but it seem feasible to do so.

First you have to install GDAL/OGR, Windows has a few options listed here:

http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries#Windows

Then the GDAL/OGR tools "should" be available from the command line. Ogre needs the ogr2ogr command to be accessible without needing an explicit path (i.e. path needs to be specified in the $PATH environmental variable).

wavded commented 10 years ago

@haridahal there was some other Windows things that were problematic but have recently been fixed, only thing you are required to have is ogr2ogr in your path now