geonode
geonode copied to clipboard
[ABANDONED] Geography for node.js, see README
Just changing the regex to allow the tests to run with a newer version of the library, tests do pass.
I recently install geonode using Debian package, everything seems to be fine at the beginning I can access http://localhost, explore GeoNode Maps and even load separated GeoServer 2.0.2 layers, on...
I have successfully compiled/installed GEOS 3.1.1 and geonode (node v0.2.5) In CoffeeScript: ``` geonode = require 'geonode/geonode' Geometry = geonode.Geometry wkt = 'POINT(6.6886757 49.73643967)' new Geometry(wkt) ``` Result: ``` node:...