| http://www.w3.org/ns/prov#value | - lled <tt>shp2sql.rb</tt> is also provided : it shows how to use the SHP reading functionality together with the spatial adapter plugin for Rails to import spatial features into MySQL and PostGIS.Here is an example of Shapefile reading, that goes through all the geometries in a file and disaply the values of the attributes : require 'geo_ruby/shp' ShpFile.open(shpfile) do |shp| shp.each do |shape|
|