[mkgmap-dev] FakeIdGenerator
From GerdP gpetermann_muenchen at hotmail.com on Tue Jan 8 22:12:59 GMT 2013
WanMil wrote >> I think we should at least limit this range. > > Why? mkgmap checks for a fake id only at 2 points: > Multipolygon: some logging is changed in case it is a fake id or not. > SeaGenerator: some coastline ways are copied when they don't have a fake > id. OK, so the potential problem is small, but would it be a problem to change isFakeId() to something like this? public static boolean isFakeId(long id) { return id >= startId && id < startId + 1L << 32; } Gerd -- View this message in context: http://gis.19327.n5.nabble.com/FakeIdGenerator-tp5743379p5743507.html Sent from the Mkgmap Development mailing list archive at Nabble.com.
- Previous message: [mkgmap-dev] FakeIdGenerator
- Next message: [mkgmap-dev] FakeIdGenerator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list