README.rdoc in nofxx-postgis_adapter-0.1.8 vs README.rdoc in nofxx-postgis_adapter-0.2.1

- old
+ new

@@ -245,23 +245,25 @@ id: 1 data: HELLO geom: <%= Point.from_x_y(123.5,321.9).to_yaml %> +=== Annotate + +If you are using annotate_models, check out this fork which adds geometrical annotations for PostgisAdapter and SpatialAdapter: + +http://github.com/nofxx/annotate_models + + == Geometric data types Ruby geometric datatypes are currently made available only through the GeoRuby library (http://georuby.rubyforge.org): This is where the *Point.from_x_y* in the example above comes from. It is a goal of a future release of the Spatial Adapter to support additional geometric datatype libraries, such as Ruby/GEOS, as long as they can support reading and writing of EWKB. -== Annotate - -If you are using annotate_models, check out this fork which adds geometrical annotations for PostgisAdapter and SpatialAdapter: - -http://github.com/nofxx/annotate_models === Warning - Since ActiveRecord seems to keep only the string values directly