geo_query_length

geo/geo.inc, line 135

Versions
6
geo_query_length($field, $srid = null)

Code

<?php
function geo_query_length($field, $srid = null) {
  return 'Length('. $field .')';
}
?>