geo/geo.inc, line 160
- Versions
- 6
geo_query_within($field, $srid = null, $target)
Code
<?php
function geo_query_within($field, $srid = null, $target) {
return "Within($field, GeomFromText('". $target['wkt'] ."'))";
}
?> geo/geo.inc, line 160
geo_query_within($field, $srid = null, $target)<?php
function geo_query_within($field, $srid = null, $target) {
return "Within($field, GeomFromText('". $target['wkt'] ."'))";
}
?>