nakijun / tilers-tools

Automatically exported from code.google.com/p/tilers-tools
1 stars 0 forks source link

heavy commented kap file fix #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. map2gdal.py <some file from opencpn.info>.kap

What is the expected output? What do you see instead?
raise Exception(" Invalid file: %s" % src)

What version of the product are you using?
december 30 2012

What was the operating system?
linux

Please provide any additional information below.
kap files from the opencpn.info project are heavily commented
increase range from 12 to 24 to allow header to be parsed in map2gdal.py

lines=[f.readline() for i in range(24)]

Original issue reported on code.google.com by manim...@gmail.com on 30 Dec 2011 at 6:23

GoogleCodeExporter commented 9 years ago
This must be fixed by now. Please check

Original comment by vadp.d...@gmail.com on 10 Jan 2012 at 7:14