[mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking
From Mark Burton markb at ordern.com on Sat Oct 3 13:14:21 BST 2009
Hi Paul, > Either you've fixed all the GB roundabouts or I've done something wrong > as I get no additional output when compiling a map of GB with this patch > applied. > > If you have fixed them all then I see no negative side effects either I very much doubt that I've fixed every one so I think that it's more likely that you don't have warnings enabled in your logging.properties file. Here's what I have at the moment: # The default level FINE, WARNING, INFO, SEVERE .level=WARNING #.level=INFO #handlers: java.util.logging.ConsoleHandler handlers: java.util.logging.FileHandler java.util.logging.ConsoleHandler # package or class name with .level appended and then the level #uk.me.parabola.mkgmap.main.Main.level=FINE #uk.me.parabola.mkgmap.general.RoadNetwork.level=INFO #uk.me.parabola.mkgmap.general.MapLine.level=INFO #uk.me.parabola.mkgmap.main.Main.level=INFO #uk.me.parabola.mkgmap.main.MapMaker.level=INFO #uk.me.parabola.mkgmap.osmstyle.StyledConverter.level=INFO #uk.me.parabola.mkgmap.reader.osm.xml.level=INFO #uk.me.parabola.mkgmap.build.MapBuilder.level=WARNING #uk.me.parabola.mkgmap.build.level=WARNING #uk.me.parabola.mkgmap.reader.osm.RestrictionRelation.level=INFO #uk.me.parabola.mkgmap.reader.osm.level=INFO #uk.me.parabola.imgfmt.app.net.RouteArc.level=INFO #uk.me.parabola.imgfmt.app.net.RouteNode.level=INFO #uk.me.parabola.imgfmt.app.net.NOD1Part.level=FINE #uk.me.parabola.mkgmap.build.MapSplitter.level=INFO #WARNING # For ConsoleHandler java.util.logging.ConsoleHandler.level=WARNING java.util.logging.ConsoleHandler.formatter=uk.me.parabola.log.UsefulFormatter # For FileHandler java.util.logging.FileHandler.level=FINE java.util.logging.FileHandler.formatter=uk.me.parabola.log.UsefulFormatter java.util.logging.FileHandler.limit=5000000 java.util.logging.FileHandler.count=4 java.util.logging.FileHandler.pattern=mkgmap.log java.util.logging.FileHandler.append=false
- Previous message: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking
- Next message: [mkgmap-dev] [PATCH v5] - drive on left + roundabout direction checking
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list