Opened 14 years ago
Closed 14 years ago
#320 closed defect/bug (fixed)
Can't take log of -4.60572 at ./osm2navit_sea.pl line 271.
Reported by: | Udo | Owned by: | Latouche |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description (last modified by Singesang)
[root@surfplank2 osm2navit_sea]# wget -O hkmap.osm http://xapi.openstreetmap.org/api/0.5/map?bbox=113.4,22,114.4,22.6 [root@surfplank2 osm2navit_sea]# ./osm2navit_sea.pl 113.4 22 114.4 22.6 hkmap.osm bla initialising tiles Can't take log of -4.60572 at ./osm2navit_sea.pl line 271.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by Udo
comment:2 Changed 14 years ago by Singesang
- Description modified (diff)
comment:3 Changed 14 years ago by Latouche
The order of the arguments is minlat minlon maxlat maxlon not minlon minlat maxlon maxlat
rev2119 corrects the errors shown in osm2navit_sea.log.bz2
comment:4 Changed 14 years ago by Latouche
- Owner changed from KaZeR to Latouche
comment:5 Changed 14 years ago by Latouche
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
cp15> udovdh, can you add a print "$lat\n"; before that line and pastebin the last few lines of the result?
[root@surfplank2 osm2navit_sea]# vi osm2navit_sea.pl [root@surfplank2 osm2navit_sea]# ./osm2navit_sea.pl 113.4 22 114.4 22.6 hkmap.osm bla initialising tiles 114.5 Can't take log of -4.60572 at ./osm2navit_sea.pl line 274.