Tile Map Service Specification

On the OSGeo website there is a new posting describing the “Tile Map Service Specification”:http://wiki.osgeo.org/index.php/Tile_Map_Service_Specification From the Document Scope: “This standard specifies the behavior of a service that provides access to georeferenced maps in the form of a regularly spaced set of regularly sized squares at a finite number of scales. This standard specifies operationsRead More

Oracle’s SQL/MM Compliant Types

Folks, there has been much made that Oracle Spatial is proprietary and that alternate implementations had to be done because the Sdo_Geometry implementation is not SQL/MM compliant. What many do not know is that, since 10gR1, Oracle has implemented a wrapper set of objects over the top of their Sdo_Geometry implementation (limitations in Oracle objects made thisRead More

Latest article published on Directions Magazine

My latest article was published on Directions Magazine yesterday. The article is Scalable Server-side In-database Geoprocessing (thanks to Nora Parker and Adena Schutzberg). While Tim Osborn gave the presentation (and generated the statistics and charts) all the design and implementation of the performance improvements was done by myself. All ideas have their genesis. It was somethingRead More

Oracle Spatial PL/SQL and VB6 Source Code

Finally, I have finished enough recoding of my PL/SQL packages and object types for Oracle Locator/Spatial to make them available on my site. The oracle_spatial_packages_and_types.zip file contains all my Oracle Spatial Packages and Types. The package should be installed into a schema called CODESYS. A create_schema.sql script is supplied which should be run as system.Read More