[DebianGIS-dev] Bug#458273: gpsdrive-scripts: geoinfo osm-poi import fails - Geo::Filter::Area missing

Andreas Putzo andreas at putzo.net
Sun Dec 30 00:25:42 UTC 2007


Hi,

On Dec 30  00:06, Michael Eric Menk wrote:
> Package: gpsdrive-scripts
> Version: 2.10~pre4-1
> Severity: normal
> 
> 
> When importing POIs from a .osm fil (www.openstreetmap.org), the package
> Geo::Filter::Area do not exist.
> 
> Command: geoinfo --osm=tmp.osm --area=norway
> 
> The error is in /usr/share/perl5/Geo/Gpsdrive/OSM.pm line 413
> 
> The program works if
> 
>    $AREA_FILTER = Geo::Filter::Area->new( area => $area_name );
> 
> is changed with
> 
>    $AREA_FILTER = Geo::Gpsdrive::Filter::Area->new( area => $area_name );

Thanks for reporting this. I will include your fix in the next upload.

Cheers,
Andreas






More information about the Pkg-grass-devel mailing list