[OSM-talk] Perl module for OpenStreetMap
Jon Burgess
jburgess at uklinux.net
Thu Aug 24 21:23:09 BST 2006
On Thu, 2006-08-24 at 20:30 +0100, OJW wrote:
> It's not going into CPAN until I've remembered my PAUSE password, but this
> might be useful to some people.
>
> http://almien.co.uk/OSM/PM/
>
> Regards
>
> OJW
Looks good.
Could Tags become a hash instead? That seems a more logical way of
passing the tag data, e.g. something like...
my %Tags;
$Tags{'place'}='town';
$Tags{'name'}='This Town Name';
$osm->uploadNode($Lat, $Long, $Tags);
Jon
More information about the talk
mailing list