<div dir="ltr"><div class="gmail_extra"><div>Working at the module level in Drupal, creating queries with spatial operators for Views.  Basically, Drupal's GeoField module stores geoms as "bytea", which the PostGIS functions seem to handle quite nicely without a cast.  Ultimately, I will push to have the database column in GeoField created as a "Geometry" type in order to be certain not to cause problems with PostGIS functions.  But for the moment, I am trying to assess the likelihood that some PostGIS function somewhere actually relies upon something that's baked into the Geometry type.  I am focused on basic relationship operators like contains, within, overlaps and intersects.</div><div><br></div><div>/r/b</div>-- <br><div class="gmail_signature"><div dir="ltr">--<br>Robert W. Burgholzer<br> 'Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that's creativity.'  - Charles Mingus<div>Athletics: <a href="http://athleticalgorithm.wordpress.com/" target="_blank">http://athleticalgorithm.wordpress.com/</a> <br></div><div>Science: <a href="http://robertwb.wordpress.com/" target="_blank">http://robertwb.wordpress.com/</a></div><div>Wine: <a href="http://reesvineyard.wordpress.com/" target="_blank">http://reesvineyard.wordpress.com/</a></div></div></div>
</div></div>