geoscript.scala
geoscript.scala copied to clipboard
serializable
Features, geometries, and feature collections should be serializable as json, kml and gml object.
dwins' suggestion:
import org.geoscript._
import geometry.writer._
val p = geometry.Point(1, 2)
val json = p as JSON // from geometry.writer