[mkgmap-dev] Commit: r1040: Add support for reversed one way streets specified with oneway=-1.

2009-05-21 Thread svn commit
Version 1040 was commited by markb on 2009-05-21 23:24:43 +0100 (Thu, 21 May 2009) Add support for reversed one way streets specified with oneway=-1. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1041: Document the --route option.

2009-05-24 Thread svn commit
Version 1041 was commited by elrond on 2009-05-24 21:26:31 +0100 (Sun, 24 May 2009) Document the --route option. According to stever (on irc), it implies --net, so told so too. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1050: Improve performance of distance calculations.

2009-05-30 Thread svn commit
Version 1050 was commited by markb on 2009-05-30 10:04:26 +0100 (Sat, 30 May 2009) Improve performance of distance calculations. Moved distance() from MultiPolygonRelation class into Coord class to form the basis of quickDistance(). Original distance() now renamed to slowDistance() and

[mkgmap-dev] Commit: r1051: Loop splitting code now copes with ways that contain nested loops.

2009-05-30 Thread svn commit
Version 1051 was commited by markb on 2009-05-30 10:04:30 +0100 (Sat, 30 May 2009) Loop splitting code now copes with ways that contain nested loops. Before, having detected a loop and split the way into two, it did not then go on to check whether the first portion contained any more loops. It

[mkgmap-dev] Commit: r1052: Split the CommandArgs class into two.

2009-05-31 Thread svn commit
Version 1052 was commited by steve on 2009-05-31 17:25:20 +0100 (Sun, 31 May 2009) Split the CommandArgs class into two. One class now reads the arguments and the other represents them. A copy of the CommandsArgs is passed so that it doesn't need to be copied.

[mkgmap-dev] Commit: r1053: Demoted message from warn to info to reduce noise level.

2009-06-01 Thread svn commit
Version 1053 was commited by markb on 2009-06-01 10:25:42 +0100 (Mon, 01 Jun 2009) Demoted message from warn to info to reduce noise level. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1055: Allow for extremely uneven distribution of nodes in subdivision.

2009-06-02 Thread svn commit
Version 1055 was commited by markb on 2009-06-02 11:37:43 +0100 (Tue, 02 Jun 2009) Allow for extremely uneven distribution of nodes in subdivision. The last commit croaked on subdividing a region if all of the region's nodes went into the same sub-region. That is overly restrictive because you

[mkgmap-dev] Commit: r1056: Make error message more useful.

2009-06-02 Thread svn commit
Version 1056 was commited by markb on 2009-06-02 12:40:07 +0100 (Tue, 02 Jun 2009) Make error message more useful. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1058: Add means to flag node as being discarded.

2009-06-03 Thread svn commit
Version 1058 was commited by markb on 2009-06-03 17:34:04 +0100 (Wed, 03 Jun 2009) Add means to flag node as being discarded. The goal here is to be able to call getOffsetNod1() without bombing even though the routing will be broken because the node has been discarded.

[mkgmap-dev] Commit: r1061: Don't use SizeFilter or DouglasPeuckerFilter for resolution 24.

2009-06-06 Thread svn commit
Version 1061 was commited by markb on 2009-06-06 17:18:47 +0100 (Sat, 06 Jun 2009) Don't use SizeFilter or DouglasPeuckerFilter for resolution 24. This fixes the bug where the SizeFilter was zapping tiny ways at that resolution. Also, the DP filter was a no-op at that resolution so there's no

[mkgmap-dev] Commit: r1062: Road name POI code now manipulates MapRoad objects instead of MapLine.

2009-06-06 Thread svn commit
Version 1062 was commited by markb on 2009-06-06 23:26:31 +0100 (Sat, 06 Jun 2009) Road name POI code now manipulates MapRoad objects instead of MapLine. Code function hasn't changed but as the objects really are roads it made sense to change the types to match the objects.

[mkgmap-dev] Commit: r1063: Remove surplus call to setRef() as it's been done already in elementSetup().

2009-06-06 Thread svn commit
Version 1063 was commited by markb on 2009-06-06 23:26:35 +0100 (Sat, 06 Jun 2009) Remove surplus call to setRef() as it's been done already in elementSetup(). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1064: Remove ref and associated methods and use the superclass versions.

2009-06-06 Thread svn commit
Version 1064 was commited by markb on 2009-06-06 23:26:38 +0100 (Sat, 06 Jun 2009) Remove ref and associated methods and use the superclass versions. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1065: Deal with the case where full pathnames are given on the command line.

2009-06-13 Thread svn commit
Version 1065 was commited by steve on 2009-06-13 12:54:03 +0100 (Sat, 13 Jun 2009) Deal with the case where full pathnames are given on the command line. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1066: Minor bug fix - remove extra decrement of loop variable.

2009-06-17 Thread svn commit
Version 1066 was commited by markb on 2009-06-17 20:43:05 +0100 (Wed, 17 Jun 2009) Minor bug fix - remove extra decrement of loop variable. The extra decrement provided a small speed optimisation but it could also lead to a CoordNode being discarded erroneously. Also, removed a comment that

[mkgmap-dev] Commit: r1074: Sends a message to the console from an action block.

2009-07-02 Thread svn commit
Version 1074 was commited by steve on 2009-07-02 19:53:23 +0100 (Thu, 02 Jul 2009) Sends a message to the console from an action block. Useful to see what is happening when creating complex rules. - Richard Fairhurst ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1076: Make highway shield work with 6-bit labels.

2009-07-03 Thread svn commit
Version 1076 was commited by steve on 2009-07-03 12:26:02 +0100 (Fri, 03 Jul 2009) Make highway shield work with 6-bit labels. Add a test for the shield substitution. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1077: Polish input reader now recognises codes like ~[0x05].

2009-07-03 Thread svn commit
Version 1077 was commited by steve on 2009-07-03 14:42:32 +0100 (Fri, 03 Jul 2009) Polish input reader now recognises codes like ~[0x05]. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1082: Added --keep-going option to continue processing when a job fails.

2009-07-09 Thread svn commit
Version 1082 was commited by markb on 2009-07-09 17:25:22 +0100 (Thu, 09 Jul 2009) Added --keep-going option to continue processing when a job fails. Actually, this was the default behaviour before but it would be better for the default to be that the application quits unless you specify this

[mkgmap-dev] Commit: r1083: Many more POI types and tweaks to existing ones.

2009-07-11 Thread svn commit
Version 1083 was commited by steve on 2009-07-11 12:21:26 +0100 (Sat, 11 Jul 2009) Many more POI types and tweaks to existing ones. - Marko M?\195?\164kel?\195?\164 (patch updated to current svn by Ben Konrath) ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1089: New class to represent a Coord that is a tagged OSM node.

2009-07-20 Thread svn commit
Version 1089 was commited by markb on 2009-07-20 22:21:56 +0100 (Mon, 20 Jul 2009) New class to represent a Coord that is a tagged OSM node. This allows us to pass the Node object on for use when processing the Way. ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1090: Add link-pois-to-ways option.

2009-07-20 Thread svn commit
Version 1090 was commited by markb on 2009-07-20 22:22:00 +0100 (Mon, 20 Jul 2009) Add link-pois-to-ways option. When this options is enabled, if a node has tags it will be represented by a CoordPOI rather than the normal Coord. Also, ways will be flagged as having POIs by adding a

[mkgmap-dev] Commit: r1092: A space was not being stripped out of the highway reference.

2009-07-21 Thread svn commit
Version 1092 was commited by steve on 2009-07-21 14:25:23 +0100 (Tue, 21 Jul 2009) A space was not being stripped out of the highway reference. - Clinton Gladstone ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1094: Introduce new method to check if all points are (really) inside the area.

2009-07-21 Thread svn commit
Version 1094 was commited by markb on 2009-07-21 15:37:44 +0100 (Tue, 21 Jul 2009) Introduce new method to check if all points are (really) inside the area. Added new method insideBoundary() to check whether a given Coord lies inside the Area and doesn't touch the boundary. Renamed

[mkgmap-dev] Commit: r1095: Fix issues with routing nodes that are located on a tile's boundary.

2009-07-21 Thread svn commit
Version 1095 was commited by markb on 2009-07-21 15:37:48 +0100 (Tue, 21 Jul 2009) Fix issues with routing nodes that are located on a tile's boundary. Previously, if a routing node was positioned exactly on a tile's boundary, the routing through that node was broken. Should now be fixed.

[mkgmap-dev] Commit: r1104: Report OSM URL when griping about bad nodes and arcs.

2009-07-26 Thread svn commit
Version 1104 was commited by markb on 2009-07-26 08:49:45 +0100 (Sun, 26 Jul 2009) Report OSM URL when griping about bad nodes and arcs. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1105: Improve warning about discarding extra label (now includes road name/id).

2009-07-26 Thread svn commit
Version 1105 was commited by markb on 2009-07-26 12:09:23 +0100 (Sun, 26 Jul 2009) Improve warning about discarding extra label (now includes road name/id). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1106: Added --make-cycleways and --make-all-cycleways options.

2009-07-26 Thread svn commit
Version 1106 was commited by markb on 2009-07-26 14:30:09 +0100 (Sun, 26 Jul 2009) Added --make-cycleways and --make-all-cycleways options. --make-cycleways synthesises a cycleway when a road has a cycleway=[lane|track|both|left|right] tag. All tag values have the same effect (the cycleway

[mkgmap-dev] Commit: r1107: Avoid generating short arcs when --link-pois-to-ways is enabled.

2009-07-26 Thread svn commit
Version 1107 was commited by markb on 2009-07-26 16:18:32 +0100 (Sun, 26 Jul 2009) Avoid generating short arcs when --link-pois-to-ways is enabled. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1109: landuse=construction; buildings at higher resolution

2009-07-27 Thread svn commit
Version 1109 was commited by elrond on 2009-07-27 22:22:23 +0100 (Mon, 27 Jul 2009) landuse=construction; buildings at higher resolution We have 19 primary roads 20 secondary roads 21 residential roads I don't know, why anyone wants to see buildings at 18 before even seeing any major

[mkgmap-dev] Commit: r1110: Style fix for path with designated tags.

2009-07-28 Thread svn commit
Version 1110 was commited by steve on 2009-07-28 21:51:55 +0100 (Tue, 28 Jul 2009) Style fix for path with designated tags. - Ondrej Novy (Plus unrelated changes to the tests so they pass). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1111: Now calls incHighwayCount() for all points in all ways (not just highways).

2009-07-29 Thread svn commit
Version was commited by markb on 2009-07-29 08:16:51 +0100 (Wed, 29 Jul 2009) Now calls incHighwayCount() for all points in all ways (not just highways). This will now detect nodes in ways that are not highways or ferry routes. So if a way is later mutated into some kind of road by the

[mkgmap-dev] Commit: r1112: Improve (perhaps even completely fix) the behaviour at the edge of a map.

2009-07-29 Thread svn commit
Version 1112 was commited by steve on 2009-07-29 19:24:44 +0100 (Wed, 29 Jul 2009) Improve (perhaps even completely fix) the behaviour at the edge of a map. The bug was that if you were close to the edge you could get strange behaviour such as disapearing map when zooming in really close and

[mkgmap-dev] Commit: r1113: Test for comparasons in style files.

2009-07-29 Thread svn commit
Version 1113 was commited by steve on 2009-07-29 20:37:25 +0100 (Wed, 29 Jul 2009) Test for comparasons in style files. Next will get it to work. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1114: Allow numeric quantities to be negative.

2009-07-29 Thread svn commit
Version 1114 was commited by steve on 2009-07-29 21:01:06 +0100 (Wed, 29 Jul 2009) Allow numeric quantities to be negative. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1115: Fix infinite loop when an action changes a tag in the condition.

2009-07-31 Thread svn commit
Version 1115 was commited by steve on 2009-07-31 11:44:16 +0100 (Fri, 31 Jul 2009) Fix infinite loop when an action changes a tag in the condition. You should still avoid actually doing this. ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1116: Fix the 6bit encoding of the highway shields.

2009-08-02 Thread svn commit
Version 1116 was commited by steve on 2009-08-02 20:15:11 +0100 (Sun, 02 Aug 2009) Fix the 6bit encoding of the highway shields. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1117: Reduced MAX_ARC_LENGTH to avoid routing problem.

2009-08-02 Thread svn commit
Version 1117 was commited by markb on 2009-08-02 21:50:37 +0100 (Sun, 02 Aug 2009) Reduced MAX_ARC_LENGTH to avoid routing problem. With the previous value of 75000, routing could break even though RouteArc was not actually complaining that the arc's length was too long to be encoded. So

[mkgmap-dev] Commit: r1119: Copies address data to the POIs created when using the --add-pois-to-areas option.

2009-08-04 Thread svn commit
Version 1119 was commited by steve on 2009-08-04 14:20:29 +0100 (Tue, 04 Aug 2009) Copies address data to the POIs created when using the --add-pois-to-areas option. - Clinton Gladstone ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1121: Missing '' in example.

2009-08-05 Thread svn commit
Version 1121 was commited by steve on 2009-08-05 09:32:49 +0100 (Wed, 05 Aug 2009) Missing '' in example. - Willem Sonke ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1122: Remove --enable-assertions

2009-08-05 Thread svn commit
Version 1122 was commited by steve on 2009-08-05 10:56:14 +0100 (Wed, 05 Aug 2009) Remove --enable-assertions pointed out by Mark. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1123: Add a test for style rules.

2009-08-07 Thread svn commit
Version 1123 was commited by steve on 2009-08-07 15:26:00 +0100 (Fri, 07 Aug 2009) Add a test for style rules. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1124: Make it possible to append to tags during iteration.

2009-08-08 Thread svn commit
Version 1124 was commited by steve on 2009-08-08 12:10:14 +0100 (Sat, 08 Aug 2009) Make it possible to append to tags during iteration. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1127: Move ant task to its original package.

2009-08-09 Thread svn commit
Version 1127 was commited by steve on 2009-08-09 16:24:54 +0100 (Sun, 09 Aug 2009) Move ant task to its original package. Fix finding style off the class path for the ant task. Modified ant task to not require changes to the public interface of the argument reader. Document the long form of

[mkgmap-dev] Commit: r1129: Fix disapearing multipolys if the first point happens to be the closest.

2009-08-09 Thread svn commit
Version 1129 was commited by steve on 2009-08-09 23:14:56 +0100 (Sun, 09 Aug 2009) BRANCH: multipolygon Fix disapearing multipolys if the first point happens to be the closest. Modifed from patch sent by Christian, as -1 is technically a possible return value.

[mkgmap-dev] Commit: r1132: Documentation update for overview-mapname.

2009-08-13 Thread svn commit
Version 1132 was commited by steve on 2009-08-13 21:13:32 +0100 (Thu, 13 Aug 2009) Documentation update for overview-mapname. - Valentijn Sessink ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1133: Rounding fixes when placing points on lines

2009-08-13 Thread svn commit
Version 1133 was commited by steve on 2009-08-13 23:57:39 +0100 (Thu, 13 Aug 2009) Rounding fixes when placing points on lines within a subdivision. Also a small fix to rounding in the subdivision width/height calculation. -Elrond ___ mkgmap-dev

[mkgmap-dev] Commit: r1134: May as well complete the job of validating the values.

2009-08-15 Thread svn commit
Version 1134 was commited by steve on 2009-08-15 16:13:34 +0100 (Sat, 15 Aug 2009) BRANCH: multipolygon May as well complete the job of validating the values. returned by findCpa(). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1137: Add ability to make GType directly from tags without any styling.

2009-08-17 Thread svn commit
Version 1137 was commited by markb on 2009-08-17 21:29:03 +0100 (Mon, 17 Aug 2009) Add ability to make GType directly from tags without any styling. If mkgmap:gtype tag is present, its value is expected to be a comma separated list of the form: kind,code,minres,maxres,roadclass,roadspeed.

[mkgmap-dev] Commit: r1140: Added support for extended types.

2009-08-19 Thread svn commit
Version 1140 was commited by markb on 2009-08-19 10:00:27 +0100 (Wed, 19 Aug 2009) Added support for extended types. These are sometimes called '3-byte types' but the upper 8 bits of the type is not encoded in the map objects (just the lower 16 bits) so any non-zero value for the upper byte

[mkgmap-dev] Commit: r1141: Avoid NPE if no name tag present when processing mkgmap:gtype.

2009-08-21 Thread svn commit
Version 1141 was commited by markb on 2009-08-21 09:49:12 +0100 (Fri, 21 Aug 2009) Avoid NPE if no name tag present when processing mkgmap:gtype. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1144: For overlays only add the first one as a road.

2009-08-24 Thread svn commit
Version 1144 was commited by steve on 2009-08-24 20:53:24 +0100 (Mon, 24 Aug 2009) For overlays only add the first one as a road. All the rest are added as regular lines. - Thilo Hannemann ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1145: Avoid croaking when buffer needs to be grown by more than GROW_SIZE.

2009-08-25 Thread svn commit
Version 1145 was commited by markb on 2009-08-25 22:59:19 +0100 (Tue, 25 Aug 2009) Avoid croaking when buffer needs to be grown by more than GROW_SIZE. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1146: Version 5 of the generate sea patch.

2009-08-26 Thread svn commit
Version 1146 was commited by steve on 2009-08-26 13:08:50 +0100 (Wed, 26 Aug 2009) BRANCH: multipolygon Version 5 of the generate sea patch. Polygons are generated for areas of sea when the --generate-sea option is given. By Christian Gawron ___

[mkgmap-dev] Commit: r1147: Re-indent to match rest of file and

2009-08-26 Thread svn commit
Version 1147 was commited by steve on 2009-08-26 15:50:25 +0100 (Wed, 26 Aug 2009) BRANCH: multipolygon Re-indent to match rest of file and apply some code tidying. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1148: Better ferry behaviour.

2009-08-26 Thread svn commit
Version 1148 was commited by steve on 2009-08-26 21:43:14 +0100 (Wed, 26 Aug 2009) Better ferry behaviour. - Valentijn Sessink ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1149: Raise an error if you give a --style-file argument and the location is a file that does not

2009-08-27 Thread svn commit
Version 1149 was commited by steve on 2009-08-27 16:17:55 +0100 (Thu, 27 Aug 2009) Raise an error if you give a --style-file argument and the location is a file that does not exist. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1152: Try harder to determine a valid initial heading.

2009-08-27 Thread svn commit
Version 1152 was commited by markb on 2009-08-28 00:04:24 +0100 (Fri, 28 Aug 2009) Try harder to determine a valid initial heading. If the passed nextCoord point is equal to the source point, use the destination point instead to determine the initial heading.

[mkgmap-dev] Commit: r1153: Fix error reporting.

2009-08-28 Thread svn commit
Version 1153 was commited by steve on 2009-08-28 14:11:41 +0100 (Fri, 28 Aug 2009) Fix error reporting. Normal errors that are detected by mkgmap should just be printed but since multithreading was added, all errors dump out a stack trace. Also unwrap any concurrent execution exception, so

[mkgmap-dev] Commit: r1154: Transliterate Greek characters.

2009-08-28 Thread svn commit
Version 1154 was commited by steve on 2009-08-28 15:02:16 +0100 (Fri, 28 Aug 2009) Transliterate Greek characters. - ?\195?\134var Arnfj?\195?\182r?\195?\176 Bjarmason ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1155: Avoid NPE when map objects with extended types have no attributes.

2009-08-28 Thread svn commit
Version 1155 was commited by markb on 2009-08-28 20:56:08 +0100 (Fri, 28 Aug 2009) Avoid NPE when map objects with extended types have no attributes. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1158: Better highway=primary type

2009-08-29 Thread svn commit
Version 1158 was commited by elrond on 2009-08-30 01:10:39 +0100 (Sun, 30 Aug 2009) Better highway=primary type A one-character diff to allow highway=primary to assume by default a different (and more appropriate) Garmin style to highway=trunk. by Dermot

[mkgmap-dev] Commit: r1160: More consistent ramp types

2009-08-30 Thread svn commit
Version 1160 was commited by elrond on 2009-08-30 23:30:10 +0100 (Sun, 30 Aug 2009) More consistent ramp types By Ondrej Novy. We now have: 0x09 for motorway_link, trunk_link 0x08 for primary_link, secondary_link, tertiary_link It is not known, wether the 0x09 and 0x08 should really be

[mkgmap-dev] Commit: r1162: Fix the fixed fixed error reporting.

2009-08-31 Thread svn commit
Version 1162 was commited by markb on 2009-08-31 21:47:54 +0100 (Mon, 31 Aug 2009) Fix the fixed fixed error reporting. Now it unwraps ExecutionExceptions, re-throws ExitExceptions and prints a stack trace and bombs (unless --keep-going is specified) for everything else.

[mkgmap-dev] Commit: r1163: Fix style listing for the case when the styles are on the classpath.

2009-09-01 Thread svn commit
Version 1163 was commited by steve on 2009-09-01 15:18:37 +0100 (Tue, 01 Sep 2009) Fix style listing for the case when the styles are on the classpath. The version, short and long descriptions would be taken from the first style discovered and not from the appropriate style. Other cases

[mkgmap-dev] Commit: r1165: Don't shift extended type when creating line or area overview.

2009-09-03 Thread svn commit
Version 1165 was commited by markb on 2009-09-03 11:15:22 +0100 (Thu, 03 Sep 2009) Don't shift extended type when creating line or area overview. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1166: Re-encapsulate some fields in Tags and Element.

2009-09-04 Thread svn commit
Version 1166 was commited by steve on 2009-09-04 10:06:15 +0100 (Fri, 04 Sep 2009) BRANCH: multipolygon Re-encapsulate some fields in Tags and Element. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1167: Fix isInfoEnabled() so that it tests the correct log level.

2009-09-04 Thread svn commit
Version 1167 was commited by markb on 2009-09-04 23:16:23 +0100 (Fri, 04 Sep 2009) Fix isInfoEnabled() so that it tests the correct log level. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1168: Fixed the fixed* error reporting.

2009-09-04 Thread svn commit
Version 1168 was commited by markb on 2009-09-04 23:16:26 +0100 (Fri, 04 Sep 2009) Fixed the fixed* error reporting. Now unwraps Errors thrown within worker thread. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1169: Make exception messages more realistic.

2009-09-04 Thread svn commit
Version 1169 was commited by markb on 2009-09-04 23:16:29 +0100 (Fri, 04 Sep 2009) Make exception messages more realistic. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1170: Add --make-poi-index option to enable POI index generation.

2009-09-04 Thread svn commit
Version 1170 was commited by markb on 2009-09-04 23:16:33 +0100 (Fri, 04 Sep 2009) Add --make-poi-index option to enable POI index generation. The POI index, which used to be generated by default, doesn't actually appear to be useful at this time. So now it's only generated if you give this

[mkgmap-dev] Commit: r1171: Added comment re number of POI global flag bits.

2009-09-05 Thread svn commit
Version 1171 was commited by markb on 2009-09-05 11:35:40 +0100 (Sat, 05 Sep 2009) Added comment re number of POI global flag bits. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1172: A directory for styles that are under development

2009-09-05 Thread svn commit
Version 1172 was commited by steve on 2009-09-06 00:06:53 +0100 (Sun, 06 Sep 2009) A directory for styles that are under development or alternatives to the distributed styles. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1173: Avoid generating degenerate lines/areas with too few points.

2009-09-06 Thread svn commit
Version 1173 was commited by markb on 2009-09-06 14:10:28 +0100 (Sun, 06 Sep 2009) Avoid generating degenerate lines/areas with too few points. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1174: Soft clip ways before doing short arc removal.

2009-09-07 Thread svn commit
Version 1174 was commited by markb on 2009-09-07 11:50:52 +0100 (Mon, 07 Sep 2009) Soft clip ways before doing short arc removal. To avoid the problem of short arcs being generated when ways are clipped after the short arc removal has been done, we now soft clip the ways before short arc

[mkgmap-dev] Commit: r1177: Take into account the fact that lines can be split when counting them.

2009-09-07 Thread svn commit
Version 1177 was commited by markb on 2009-09-07 11:51:02 +0100 (Mon, 07 Sep 2009) Take into account the fact that lines can be split when counting them. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1178: Confidently increase the values of MAX_RGN_SIZE and MAX_NUM_LINES.

2009-09-07 Thread svn commit
Version 1178 was commited by markb on 2009-09-07 11:51:05 +0100 (Mon, 07 Sep 2009) Confidently increase the values of MAX_RGN_SIZE and MAX_NUM_LINES. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1179: Make addAreasToList() less eager to make small areas.

2009-09-07 Thread svn commit
Version 1179 was commited by markb on 2009-09-07 11:51:09 +0100 (Mon, 07 Sep 2009) Make addAreasToList() less eager to make small areas. Two main changes: 1 - make the test to decide whether an area needs splitting or not more discerning. Specifically, the test to see if the area contains

[mkgmap-dev] Commit: r1180: Yet another fix to the fixed error reporting!

2009-09-07 Thread svn commit
Version 1180 was commited by markb on 2009-09-07 14:14:25 +0100 (Mon, 07 Sep 2009) Yet another fix to the fixed error reporting! Now handles Errors in the same manner as Exceptions at the outer level. ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1181: Improve estimate of size required for lines and polygons.

2009-09-09 Thread svn commit
Version 1181 was commited by markb on 2009-09-09 14:56:57 +0100 (Wed, 09 Sep 2009) Improve estimate of size required for lines and polygons. Was underestimating size of lines/polys that would be split due to their number of points. ___ mkgmap-dev

[mkgmap-dev] Commit: r1183: Add rounding back to the line clipping so that the

2009-09-12 Thread svn commit
Version 1183 was commited by steve on 2009-09-12 13:43:35 +0100 (Sat, 12 Sep 2009) Add rounding back to the line clipping so that the clipping test passed again. Now should work in places with negative lat or long. ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1184: Allow white space before mph and kph suffixes in speeds.

2009-09-12 Thread svn commit
Version 1184 was commited by steve on 2009-09-12 13:48:13 +0100 (Sat, 12 Sep 2009) Allow white space before mph and kph suffixes in speeds. Fix all the failing tests. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1188: Better description of the --description option,

2009-09-13 Thread svn commit
Version 1188 was commited by steve on 2009-09-13 16:34:25 +0100 (Sun, 13 Sep 2009) Better description of the --description option, pointing out its use in splitter too. -Valentijn Sessink ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1190: Now the rules are tagged with their position in the file so they

2009-09-13 Thread svn commit
Version 1190 was commited by steve on 2009-09-13 22:13:26 +0100 (Sun, 13 Sep 2009) BRANCH: style Now the rules are tagged with their position in the file so they can be ordered. Nothing actually orders them yet so nothing much will work. ___

[mkgmap-dev] Commit: r1192: 1. Don't put the rule list into the map every time

2009-09-13 Thread svn commit
Version 1192 was commited by steve on 2009-09-14 00:02:34 +0100 (Mon, 14 Sep 2009) BRANCH: style 1. Don't put the rule list into the map every time 2. Get rule formatting to work better again. 3. Add missing copyright header. ___ mkgmap-dev mailing

[mkgmap-dev] Commit: r1193: The push/pop stuff is not needed anymore (and in fact

2009-09-14 Thread svn commit
Version 1193 was commited by steve on 2009-09-14 10:03:27 +0100 (Mon, 14 Sep 2009) BRANCH: style The push/pop stuff is not needed anymore (and in fact wasn't for a long time). Add another test to make sure. ___ mkgmap-dev mailing list

[mkgmap-dev] Commit: r1197: Make size estimate for lines and shapes more cautious.

2009-09-16 Thread svn commit
Version 1197 was commited by markb on 2009-09-16 20:39:25 +0100 (Wed, 16 Sep 2009) Make size estimate for lines and shapes more cautious. It was estimating that 2 bytes per point would be needed but although this is adequate for a lot of lines/shapes, some require more than that so make it

[mkgmap-dev] Commit: r1198: Merge in the sea polygon patch from the multipolygon branch.

2009-09-17 Thread svn commit
Version 1198 was commited by steve on 2009-09-17 10:27:24 +0100 (Thu, 17 Sep 2009) Merge in the sea polygon patch from the multipolygon branch. You need to give the --generate-sea option at the moment to switch it on. Written by Christian Gawron

[mkgmap-dev] Commit: r1199: Remove comment that is no longer true.

2009-09-17 Thread svn commit
Version 1199 was commited by steve on 2009-09-17 11:50:33 +0100 (Thu, 17 Sep 2009) Remove comment that is no longer true. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1200: Tweaked diagnostic messages.

2009-09-17 Thread svn commit
Version 1200 was commited by markb on 2009-09-17 12:13:18 +0100 (Thu, 17 Sep 2009) Tweaked diagnostic messages. Now distinguishes between zero length arcs and short arcs when reporting the fact that it really would like to merge two nodes but it can't because they are both boundary nodes. The

[mkgmap-dev] Commit: r1202: Implement matching on generated tags.

2009-09-18 Thread svn commit
Version 1202 was commited by steve on 2009-09-18 10:46:15 +0100 (Fri, 18 Sep 2009) BRANCH: style Implement matching on generated tags. So for example, for an element with highway=motorway: highway=motorway {set blue=true;} blue=true [0x1 ] highway=motorway [0x2] Will result in a type of

[mkgmap-dev] Commit: r1203: Restore proper merging between base and derived styles.

2009-09-18 Thread svn commit
Version 1203 was commited by steve on 2009-09-18 11:34:27 +0100 (Fri, 18 Sep 2009) BRANCH: style Restore proper merging between base and derived styles. All tests now pass again. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1204: Add missing file

2009-09-18 Thread svn commit
Version 1204 was commited by steve on 2009-09-18 11:49:39 +0100 (Fri, 18 Sep 2009) BRANCH: style Add missing file ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1211: Initial code for MDR 1.

2009-09-21 Thread svn commit
Version 1211 was commited by steve on 2009-09-21 12:26:46 +0100 (Mon, 21 Sep 2009) Initial code for MDR 1. Also add a test mdr creation program. When it is installed the find button is enabled and there is no crash when it is pressed! ___

[mkgmap-dev] Commit: r1212: Write out the section 1 contents.

2009-09-21 Thread svn commit
Version 1212 was commited by steve on 2009-09-21 14:15:54 +0100 (Mon, 21 Sep 2009) Write out the section 1 contents. This is limited to the headers of the subsections at present. As the subsections are currently empty, everything is 'correct' as far as I know in sect 1.

[mkgmap-dev] Commit: r1213: Fix the offset of the begining of the subsection data as shown in its

2009-09-21 Thread svn commit
Version 1213 was commited by steve on 2009-09-21 14:45:31 +0100 (Mon, 21 Sep 2009) Fix the offset of the begining of the subsection data as shown in its header. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1215: Added sections for POI and POI type (10 and 11)

2009-09-21 Thread svn commit
Version 1215 was commited by steve on 2009-09-21 22:45:00 +0100 (Mon, 21 Sep 2009) Added sections for POI and POI type (10 and 11) This enables the Feature tab on the find dialog, but nothing is found. Not that I am particularly suprised as all the numbers are just made up.

[mkgmap-dev] Commit: r1216: Added ability to display bounding boxes of route centres.

2009-09-22 Thread svn commit
Version 1216 was commited by markb on 2009-09-22 10:40:17 +0100 (Tue, 22 Sep 2009) Added ability to display bounding boxes of route centres. For diagnostic/development purposes, it's now possible to display the bounding boxes of the route centres by using: --route-center-boundary=TYPE Where

[mkgmap-dev] Commit: r1217: Give route centre boxes a label that reports the size of its contents.

2009-09-22 Thread svn commit
Version 1217 was commited by markb on 2009-09-22 12:21:05 +0100 (Tue, 22 Sep 2009) Give route centre boxes a label that reports the size of its contents. The label lists the number of nodes, the number of bytes taken up by the nodes and the number of entries in the a and b tables.

[mkgmap-dev] Commit: r1218: Add sections 4 and 9 with hard wired contents as they

2009-09-22 Thread svn commit
Version 1218 was commited by steve on 2009-09-22 15:28:17 +0100 (Tue, 22 Sep 2009) Add sections 4 and 9 with hard wired contents as they are not fully understood by me... or at all in the case of 9. Searching works with these sections. ___

  1   2   3   4   5   6   7   8   9   10   >