Search Criteria
Package Details: geo-osm-tiles 0.04-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/geo-osm-tiles.git (read-only, click to copy) |
---|---|
Package Base: | geo-osm-tiles |
Description: | Utility that enables download of OSM tiles (downloadosmtiles.pl) |
Upstream URL: | https://metacpan.org/release/ROTKRAUT/Geo-OSM-Tiles-0.04/view/downloadosmtiles.pl |
Licenses: | perl |
Submitter: | alcubierre-drive |
Maintainer: | alcubierre-drive |
Last Packager: | alcubierre-drive |
Votes: | 1 |
Popularity: | 0.006326 |
First Submitted: | 2023-02-21 10:10 (UTC) |
Last Updated: | 2024-09-10 14:05 (UTC) |
Latest Comments
m040601 commented on 2024-09-10 15:07 (UTC)
Ahh... so it's a server problem, with the defaults. Man page:
So this server "tile.openstreetmap.org" is not valid anymore.
I also tested with, --baseurl='http://tile.opencyclemap.org/cycle' . It works
alcubierre-drive commented on 2024-09-10 13:50 (UTC)
I think the "forbidden" error message comes from the server. I do not have problems downloading tiles using e.g. "downloadosmtiles.pl --link='http://www.opencyclemap.org/?lat=42.8&lon=0.1&zoom=10' --baseurl='http://tile.opencyclemap.org/cycle' --zoom=14". I will fix Issue 2.
m040601 commented on 2024-09-05 02:15 (UTC) (edited on 2024-09-05 02:20 (UTC) by m040601)
Nice simple cli based tool. I love these simple OSM interfaces. Thanks for the work on the PKGBUILD.
It is very old, and "apparently" hasnt seen any updates in 14 years lol !!!
https://metacpan.org/release/ROTKRAUT/Geo-OSM-Tiles-0.04/view/downloadosmtiles.pl
But it is perl, and it should be working, I guess.
I have 2 ISSUES.
ISSUE 1: not working today, error message "forbidden"
Archlinux has today updated Perl to 5.40. I removed and reinstalled "geo-osm-tiles" to make it rebuild with the latest Perl. The man page says,
But then,
$ downloadosmtiles.pl --lat=49.5611:49.6282 --lon=10.951:11.0574 --zoom=13:14
I have no idea. This is that line 227,
Is it a problem with the code itself ? Some incompatibility with modern Perl ? Is it working on your system ?
ISSUE 2: the location of the script in "/usr/bin"
$ pacman -Ql geo-osm-tiles
I am no AUR packaging or Perl expert. But I have used hundreds of perl tools from the AUR. And I've never seen any create a folder "/usr/bin/site_perl" and install things to
Shouldnt it be "/usr/bin/downloadosmtiles.pl" or even better "/usr/bin/downloadosmtiles" without the ".pl" according to the AUR/Arch guidelines ?
Thanks in advance.
alcubierre-drive commented on 2024-06-17 16:37 (UTC)
Thanks. Updated the dependencies accordingly.
schlumpf commented on 2024-06-16 15:04 (UTC)
There is a missing dependency:
perl-yaml
is needed to run downloadosmtiles.pl