kasei / perlrdf

Deprecated in favor of the Attean package
26 stars 25 forks source link

RDF::Query uses deprecated Geo::Distance #168

Open jonassmedegaard opened 4 years ago

jonassmedegaard commented 4 years ago

Geo::Distance has been deprecated:

This module has been gutted and is now a wrapper around GIS::Distance, please use that module instead.

When switching from this module to GIS::Distance make sure you reverse the coordinates when passing them to "distance" in GIS::Distance. GIS::Distance takes lat/lon pairs while Geo::Distance takes lon/lat pairs.