public function GeoRSS::read in geoPHP 7
Same name and namespace in other branches
- 8 geoPHP/lib/adapters/GeoRSS.class.php \GeoRSS::read()
Read GeoRSS string into geometry objects
Parameters
string $georss - an XML feed containing geoRSS:
Return value
Overrides GeoAdapter::read
File
- geoPHP/
lib/ adapters/ GeoRSS.class.php, line 25
Class
- GeoRSS
- PHP Geometry/GeoRSS encoder/decoder
Code
public function read($gpx) {
return $this
->geomFromText($gpx);
}