Codebase list mkgmap / 1d1d617
Imported Upstream version 0.0.0+svn3394 Bas Couwenberg 9 years ago
3 changed file(s) with 3 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 svn.version: 3393
1 build.timestamp: 2015-01-06T10:40:50+0000
0 svn.version: 3394
1 build.timestamp: 2015-01-07T05:52:25+0000
947947 if(!point.hasExtendedType()) {
948948 if(name != null && div.getZoom().getLevel() == 0) {
949949 if(pointIndex > 255)
950 log.error("FIXME - too many POIs in group");
950 log.error("Too many POIs at location " + div.getCenter().toOSMURL() + " - " + name + " will be ignored");
951951 else if(point.isExit()) {
952952 Exit e = ((MapExitPoint)point).getExit();
953953 if(e != null)
271271 for (Point p : list) {
272272 Label label = p.getLabel();
273273 if (p.getNumber() > 256) {
274 // I think we limit the number of points+ind-points, but just in case
275 System.out.println("point number too big");
276274 continue;
277275 }
278276