Wilhelm Berg

Results 95 comments of Wilhelm Berg

I took a look at this but it's not that simple. Since `node-gdal` aims to be self contained `libpq` would have to be pulled in to make this work. Maybe...

@TimJMartin The branch you would have to work against currently is `issue-132`: ``` "dependencies": { "gdal": "naturalatlas/node-gdal#issue-132" } ``` I made it compile with the library and headers that come...

I see you have `npm ERR! node v4.2.1`. I tried it with `0.10.40` and `0.12.7`. I branched off master and not the win4 branch.

> So would the next steps be to include that along with the 4.2.1 branch and do a release at some point? Yes, suppose so, but I think it might...

You could iterate [`gdal.drivers`](http://naturalatlas.github.io/node-gdal/classes/gdal.html#prop-gdal.drivers) and check if PDF shows up. If not, PDF support is not compiled into the version you are using. https://github.com/naturalatlas/node-gdal#bundled-drivers

Platform specific sections in gyp can be achieved [like this](https://github.com/naturalatlas/node-gdal/blob/78c277396d58c559a901601b1b35a837dab6caa3/deps/libgdal/common.gypi#L52-L86): ``` "conditions": [ ["OS == 'win'", { ```

@springmeyer :+1: to `proprietary drivers as plugins`. But nevertheless, I think, even in this case, we have to be careful about runtime (vc120, vc140) and `/MT`/`MD`. @brianreavis @springmeyer How about...

The syntax of `shared_gdal` is like this: ``` npm install --build-from-source --msvs_version=2013 --shared_gdal=c:/projects/node-gdal/deplibs/ ``` And the directoy tree within `c:/projects/node-gdal/deplibs/` is expected to look like this: ![image](https://cloud.githubusercontent.com/assets/4549888/6244631/49a6ec20-b756-11e4-9a22-9c38a9fd051a.png) But, as [I...

@jratike80 yes, I have tried `init=epsg:31287` as well, no difference. Sorry, forgot to revert before posting.

@jratike80 yes, the cascaded WMTS is shifted. In my [original post at the top](https://github.com/MapServer/MapServer/issues/6510#issue-1200162056) the screenshots are from QGIS: * the first one (both layers align): * QGIS project with...