0

I installed the npm module, GDAL, is the ogr2ogr utility bundled with the module or must I install additional npm modules?

RustyShackleford
  • 25,262
  • 6
  • 22
  • 38

1 Answers1

1

You must install the npm module "ogr2ogr" and the GDAL binaries (for OSX : http://scottdavey.net/article/Installing-GDAL-and-QGIS-on-OSX-Yosemite-231) then just run ogre -p 3000 in console

Rayjax
  • 7,494
  • 11
  • 56
  • 82