Homme Zwaagstra
Homme Zwaagstra
This wraps the command to be executed with a call to `sudo -u` using the appropriate sudo user.
## Expected behavior and actual behavior. I expect to be able to configure and build GDAL against a statically linked GEOS install inside an Alpine Linux container out of the...
Realize crashes whenever Emacs creates an interlock for editing a Go file: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x807598]...
This would save a casual user who is investigating the tool from having to set up a build environment and create the image themselves: users may not have such an...
It would be a great feature to be able to generate tiles from a built in [Mapnik](http://mapnik.org/) data source rather than having to run through an external WMS. This would...
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...
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...