Hi Steve, WanMil,

I think the FakeIdGenerator should be changed.
As Rogert Calvert pointed out, other tools like SRTM2OSM generate OSM data
with IDs like "9223372036854775807"
These ids may be treated as fake ids by the 
FakeIdGenerator.isFakeId() method which is too simple.

Possible solutions:
- the reader should stop with an error message if an OSM id is found that is
higher than FakeIdGenerator.START_ID
or
- the FakeIdGenerator should be changed to allow a parameter which gives a
start value (or maybe a range )

What do you think?

Gerd



--
View this message in context: 
http://gis.19327.n5.nabble.com/FakeIdGenerator-tp5743379.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to