node-mapserv
node-mapserv copied to clipboard
All the functionality of Mapserver's `mapserv` CGI program made available to Node.js
msWFSGetFeature(): WFS server error. ms_error->code not found msOGRFileOpen(): OGR error. Open failed for OGR connection in layer `Cities_6x'. File not found or unsupported format. msOGRFileOpen(): OGR error. Open failed for...
Similar to #15 ... the support of Node6 would be great. For now I will fall back to have two NodeJS one for my app and another one for MapServ
There are a number of C++ API changes between 0.10 and 0.12 that need to be implemented. See: - http://strongloop.com/node-js/whats-new-in-node-js-v0-12/#Upcoming%20Breaking%20C++%20API%20Changes%20in%20Node.js%20v0.12 - https://github.com/joyent/node/wiki/API-changes-between-v0.10-and-v0.12 - https://github.com/rvagg/node-addon-examples/tree/master/1_hello_world The changes mean that it may...
We had an issue when trying to use SLD with MapServer via node-mapserv. The SLD_BODY parameter value, which is an encoded SLD XML string, seems to be decoded before being...
Hi, I'm trying to install node-mapserv on a Windows 7 Home 64 machine. I have MapServer 6.2 source files with lib_dir and include dir set to npm config. I had...
Calling the `toString()` method on `Map` objects should return the mapfile representation of the object as a string. This is possible in Mapserver 6.4 now that mapserver/mapserver#4563 has been implemented....
Although individual mapserv requests can [change map file parameters via a form or a URL](http://mapserver.org/cgi/controls.html#cgi-mapfile-change-parameters) there is currently no way to permanently update a live `Map` instance. To remedy this...
Mapfiles can be represented very effectively as JSON structures: most mapfile directives would map over to object properties. Those directives that would not do so are ones like `LAYER` and...