geo/geo.inc, line 34
- Versions
- 6
geo_supported_types()
Code
<?php
function geo_supported_types() {
return array(
'point' => t('Point'),
'linestring' => t('Linestring'),
'polygon' => t('Polygon'),
);
}
?> geo/geo.inc, line 34
geo_supported_types()<?php
function geo_supported_types() {
return array(
'point' => t('Point'),
'linestring' => t('Linestring'),
'polygon' => t('Polygon'),
);
}
?>