Hi Mike, start looking at MapSplitter and the line public static final int MIN_DIMENSION = 10; // just a reasonable value I think it is safe to decrease that value, not sure if 1 or 2 is the real critical value.
Look also at MapArea.split(). The problem is likely to happen when many POI are at the same place. Gerd Mike Baggaley wrote > Hi all, > > In my map build I am getting too many POIs at a location (I am merging > some > other data with the OSM data), so some of my POIs are being discarded. > These > POIs are not vital, but it would be nice to include them if possible. As > each subdivision only allows 255 points, I wondered whether a new > subdivision could be created when one fills up. I'm new to the structure > of > the Garmin format, so I'm not sure whether the number of subdivisions can > be > changed 'on the fly'. Has anyone any suggestions as to whether this is > feasible or a non-starter? > > Thanks, > Mike > > _______________________________________________ > mkgmap-dev mailing list > [email protected] > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev -- View this message in context: http://gis.19327.n5.nabble.com/Too-many-POIs-tp5830606p5830611.html Sent from the Mkgmap Development mailing list archive at Nabble.com. _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
