Help for this page

Select Code to Download


  1. or download this
    use Geo::BoundingBox;
    use Geo::OSM::Overpass;
    ...
    # convert XML result to a perl hashtable
    my $xmlp = Geo::OSM::Overpass::Plugin::ParseXML->new({'engine'=>$engin
    +e});
    my $hashmap_of_traffic_lights = $xmlp->run();