function geocoder_wkt in Geocoder 7
Process WKT.
1 call to geocoder_wkt()
- geocoder_wkt_field in plugins/
geocoder_handler/ wkt.inc - Plugin callback.
File
- plugins/
geocoder_handler/ wkt.inc, line 19
Code
function geocoder_wkt($wkt, $options = array()) {
geophp_load();
return geoPHP::load($wkt, 'wkt');
}