[mkgmap-dev] Commit: r1068: Now outputs OSM id of way that has arc too long to encode.

2009-07-01 Thread svn commit
Version 1068 was commited by markb on 2009-07-01 15:33:21 +0100 (Wed, 01 Jul 2009) Now outputs OSM id of way that has arc too long to encode. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-de

[mkgmap-dev] Commit: r1069: Increased MAX_ARC_LENGTH as RouteArc scales arc length down.

2009-07-01 Thread svn commit
Version 1069 was commited by markb on 2009-07-01 15:33:24 +0100 (Wed, 01 Jul 2009) Increased MAX_ARC_LENGTH as RouteArc scales arc length down. RouteArc appears to work in units of 16 feet rather than metres so we can increase the limit here to 75Km without RouteArc barfing. ___

[mkgmap-dev] Commit: r1070: Remove "OSM" from message as id could be a PM RoadID.

2009-07-01 Thread svn commit
Version 1070 was commited by markb on 2009-07-01 15:48:23 +0100 (Wed, 01 Jul 2009) Remove "OSM" from message as id could be a PM RoadID. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1071: Don't upper case in the generic layer.

2009-07-01 Thread svn commit
Version 1071 was commited by steve on 2009-07-01 23:00:02 +0100 (Wed, 01 Jul 2009) Don't upper case in the generic layer. The requirement for labels to be in upper case is a feature of the img format and so is done there (or not if you have the --lower-case flag set). The lower case flag will

[mkgmap-dev] Commit: r1072: Undo recent change that (potentially) could create a short arc.

2009-07-01 Thread svn commit
Version 1072 was commited by markb on 2009-07-01 23:48:13 +0100 (Wed, 01 Jul 2009) Undo recent change that (potentially) could create a short arc. It would be extremely unlikely to happen but why introduce new bugs when we have sufficient already? ___

[mkgmap-dev] Commit: r1073: Add highway shields and other ways of modifying values in the style files.

2009-07-02 Thread svn commit
Version 1073 was commited by steve on 2009-07-02 12:55:28 +0100 (Thu, 02 Jul 2009) Add highway shields and other ways of modifying values in the style files. Implemented as a series of modifiers that can be used in the style files. HighwaySymbolFilter: inserts the highway symbol markers after

[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 mkgma

[mkgmap-dev] Commit: r1075: Pipeline and more contours in default style.

2009-07-03 Thread svn commit
Version 1075 was commited by steve on 2009-07-03 11:57:05 +0100 (Fri, 03 Jul 2009) Pipeline and more contours in default style. -Ondrej Novy ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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 http://www.mkgmap.org.uk/m

[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: r1078: Fix bugs in date/time encoding in headers.

2009-07-03 Thread svn commit
Version 1078 was commited by markb on 2009-07-04 01:43:14 +0100 (Sat, 04 Jul 2009) Fix bugs in date/time encoding in headers. Hour is now modulo 24 and not modulo 12. In one place, year had 1900 erroneously subtracted from it. ___ mkgmap-dev mailing

[mkgmap-dev] Commit: r1079: Create contour lines directly from a SRTM (or CGIAR, ASTER) file.

2009-07-05 Thread svn commit
Version 1079 was commited by steve on 2009-07-05 23:57:03 +0100 (Sun, 05 Jul 2009) Create contour lines directly from a SRTM (or CGIAR, ASTER) file. It introduces the following new options: --contours If set, create contours. --dem-type Valid values are CGIAR (CGIAR geotiff), ASTER (ASTER ge

[mkgmap-dev] Commit: r1080: Exclude the dem files as they do not compile without extra packages.

2009-07-05 Thread svn commit
Version 1080 was commited by steve on 2009-07-06 00:03:12 +0100 (Mon, 06 Jul 2009) Exclude the dem files as they do not compile without extra packages. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo

[mkgmap-dev] Commit: r1081: Move boundary rule below the highway rules to prevent

2009-07-08 Thread svn commit
Version 1081 was commited by steve on 2009-07-08 17:58:43 +0100 (Wed, 08 Jul 2009) Move boundary rule below the highway rules to prevent roads being ommited. This spoils the alphabetic arrangement of the rules :( ___ mkgmap-dev mailing list 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 o

[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@l

[mkgmap-dev] Commit: r1084: railway=platform

2009-07-12 Thread svn commit
Version 1084 was commited by steve on 2009-07-12 11:15:19 +0100 (Sun, 12 Jul 2009) railway=platform - Marko M?\195?\164kel?\195?\164 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1085: Merge in smaller_img branch.

2009-07-12 Thread svn commit
Version 1085 was commited by steve on 2009-07-12 12:07:49 +0100 (Sun, 12 Jul 2009) Merge in smaller_img branch. The directory is now just as big as it needs to be, rather than having a fixed size that was large enough (almost) to deal with any file. As a result even an empty(ish) map was ove

[mkgmap-dev] Commit: r1086: This version of the patch (to be applied against rev. 1080) has a HGTDEM

2009-07-13 Thread svn commit
Version 1086 was commited by steve on 2009-07-13 17:59:22 +0100 (Mon, 13 Jul 2009) This version of the patch (to be applied against rev. 1080) has a HGTDEM which reads SRTM .hgt files and an optional GeoTiffDEM which contains inner classes to read CGIAR and ASTER. To compile GeoTiffDEM.java you

[mkgmap-dev] Commit: r1087: Rest of the dem patch from Christian Gawron.

2009-07-13 Thread svn commit
Version 1087 was commited by steve on 2009-07-13 20:33:41 +0100 (Mon, 13 Jul 2009) Rest of the dem patch from Christian Gawron. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1088: Separate out the map number and the map name for the TDB file.

2009-07-17 Thread svn commit
Version 1088 was commited by steve on 2009-07-17 14:28:22 +0100 (Fri, 17 Jul 2009) Separate out the map number and the map name for the TDB file. You can specify a separate name and number for the overview map. - Anton Todorov ___ mkgmap-dev mailing

[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

[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:way

[mkgmap-dev] Commit: r1091: Added support for limiting access when a way routes through a POI.

2009-07-20 Thread svn commit
Version 1091 was commited by markb on 2009-07-20 22:22:04 +0100 (Mon, 20 Jul 2009) Added support for limiting access when a way routes through a POI. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/

[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 http://www.mkgmap.org.uk/ma

[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 allInside(

[mkgmap-dev] Commit: r1093: Bleat if zero length arc detected.

2009-07-21 Thread svn commit
Version 1093 was commited by markb on 2009-07-21 15:37:41 +0100 (Tue, 21 Jul 2009) Bleat if zero length arc detected. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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: r1096: Change equals() to accept a subclass object and not just a Coord.

2009-07-22 Thread svn commit
Version 1096 was commited by markb on 2009-07-22 19:25:15 +0100 (Wed, 22 Jul 2009) Change equals() to accept a subclass object and not just a Coord. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/m

[mkgmap-dev] Commit: r1097: Be more careful when checking to see if loop split will make a short arc.

2009-07-22 Thread svn commit
Version 1097 was commited by markb on 2009-07-22 19:25:19 +0100 (Wed, 22 Jul 2009) Be more careful when checking to see if loop split will make a short arc. It was only checking that the arc after the split was not short but now it checks that both the arc before and the arc after the split po

[mkgmap-dev] Commit: r1098: Change equals() to accept a subclass object and not just a Label.

2009-07-22 Thread svn commit
Version 1098 was commited by markb on 2009-07-22 22:23:47 +0100 (Wed, 22 Jul 2009) Change equals() to accept a subclass object and not just a Label. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/m

[mkgmap-dev] Commit: r1099: Change equals() to accept a subclass object and not just a CopyrightSegment.

2009-07-22 Thread svn commit
Version 1099 was commited by markb on 2009-07-22 22:23:50 +0100 (Wed, 22 Jul 2009) Change equals() to accept a subclass object and not just a CopyrightSegment. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman

[mkgmap-dev] Commit: r1101: Further work on loop splitting code.

2009-07-23 Thread svn commit
Version 1101 was commited by markb on 2009-07-24 00:02:50 +0100 (Fri, 24 Jul 2009) Further work on loop splitting code. Two changes: 1 - the recent commit that changed the test to see whether splitting a way would introduce a short arc was too strict in that it checked to see if the c

[mkgmap-dev] Commit: r1100: Demoted some warnings to info to reduce noise level.

2009-07-23 Thread svn commit
Version 1100 was commited by markb on 2009-07-24 00:02:47 +0100 (Fri, 24 Jul 2009) Demoted some warnings 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: r1102: Short arc removal was broken when --route was not specified, fixed.

2009-07-24 Thread svn commit
Version 1102 was commited by markb on 2009-07-24 09:06:03 +0100 (Fri, 24 Jul 2009) Short arc removal was broken when --route was not specified, fixed. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo

[mkgmap-dev] Commit: r1103: Add README files from Greg Troxel as the first step in

2009-07-25 Thread svn commit
Version 1103 was commited by steve on 2009-07-25 22:29:47 +0100 (Sat, 25 Jul 2009) Add README files from Greg Troxel as the first step in a continuing documentation effort. - Greg Troxel ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http

[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 http://www.mkgmap.org.uk/mailman/li

[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 sha

[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 http://www.mkgmap.org.uk/mailman/listinfo/mk

[mkgmap-dev] Commit: r1108: Make sure lat/lon are formatted using "." for the decimal point.

2009-07-27 Thread svn commit
Version 1108 was commited by markb on 2009-07-27 13:07:39 +0100 (Mon, 27 Jul 2009) Make sure lat/lon are formatted using "." for the decimal point. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mk

[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 hi

[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 st

[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 to

[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 http://www.mkgmap.org.uk/mailman/listinfo/mkg

[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@lists.mkgmap.org.uk

[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 ther

[mkgmap-dev] Commit: r1118: Make buildings less prominent.

2009-08-03 Thread svn commit
Version 1118 was commited by steve on 2009-08-03 09:51:57 +0100 (Mon, 03 Aug 2009) Make buildings less prominent. More kinds of barrier. Allow shop polygons. -Ondrej Novy ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.or

[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 htt

[mkgmap-dev] Commit: r1120: adds some options to the help file

2009-08-04 Thread svn commit
Version 1120 was commited by steve on 2009-08-04 22:18:05 +0100 (Tue, 04 Aug 2009) adds some options to the help file improves wording in the help file adds TODO items in the help file when I think something should be there but don't know the answer a bit of general cleanup in the help file

[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: r1125: Ant task for mkgmap.

2009-08-09 Thread svn commit
Version 1125 was commited by steve on 2009-08-09 13:10:22 +0100 (Sun, 09 Aug 2009) Ant task for mkgmap. As submitted by Christian Gawron. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1126: Fix unvalued options that are read from a file.

2009-08-09 Thread svn commit
Version 1126 was commited by steve on 2009-08-09 15:19:40 +0100 (Sun, 09 Aug 2009) Fix unvalued options that are read from a file. I had kind of fixed that before, but not in the case where it was the last option. ___ mkgmap-dev mailing list mkgmap-

[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 the

[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: r1130: Back out change I accidentally introduced.

2009-08-11 Thread svn commit
Version 1130 was commited by steve on 2009-08-11 23:30:09 +0100 (Tue, 11 Aug 2009) Back out change I accidentally introduced. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1131: Add/improve help text.

2009-08-12 Thread svn commit
Version 1131 was commited by steve on 2009-08-12 15:01:38 +0100 (Wed, 12 Aug 2009) Add/improve help text. - Valentijn Sessink ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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 http://www.mkgmap.org.uk/mailman/listinfo/mkgm

[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 mai

[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 http://www

[mkgmap-dev] Commit: r1135: Patch by Rudi for problems with multipolygons

2009-08-15 Thread svn commit
Version 1135 was commited by steve on 2009-08-15 18:35:33 +0100 (Sat, 15 Aug 2009) BRANCH: multipolygon Patch by Rudi for problems with multipolygons as listed below. Problem 3 may be caused by one of the smoothing/slitting filters and so maybe better solved another way. Problem 1: Simple hol

[mkgmap-dev] Commit: r1136: Swap emergency and delivery access bits.

2009-08-16 Thread svn commit
Version 1136 was commited by markb on 2009-08-16 09:21:16 +0100 (Sun, 16 Aug 2009) Swap emergency and delivery access bits. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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. Wher

[mkgmap-dev] Commit: r1138: Update to v3 of Rudi's multipolygon patch.

2009-08-18 Thread svn commit
Version 1138 was commited by steve on 2009-08-18 12:32:19 +0100 (Tue, 18 Aug 2009) BRANCH: multipolygon Update to v3 of Rudi's multipolygon patch. Code added to deal with multiple outer polygons. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.or

[mkgmap-dev] Commit: r1139: The latitude output in NOD3 now has 180 degrees (0x800000) added to it.

2009-08-18 Thread svn commit
Version 1139 was commited by markb on 2009-08-18 23:27:08 +0100 (Tue, 18 Aug 2009) The latitude output in NOD3 now has 180 degrees (0x80) added to it. Shouldn't make any practical difference but at least it's more authentic! ___ mkgmap-dev mailin

[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 ha

[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 http://www.mkgmap.org.uk/mailman/listinfo/mkgm

[mkgmap-dev] Commit: r1142: Always

2009-08-21 Thread svn commit
Version 1142 was commited by steve on 2009-08-21 19:32:36 +0100 (Fri, 21 Aug 2009) BRANCH: multipolygon Always ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1143: Include secondary and tertiary link roads.

2009-08-22 Thread svn commit
Version 1143 was commited by steve on 2009-08-22 19:15:21 +0100 (Sat, 22 Aug 2009) Include secondary and tertiary link roads. - Greg Troxel ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-de

[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 h

[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 http://www.mkgmap.org.uk/mailman/listinf

[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 ___ mkg

[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 http://www.mkgmap.org.uk/ma

[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 http://ww

[mkgmap-dev] Commit: r1150: Add support for 'except' tag in turn restrictions.

2009-08-27 Thread svn commit
Version 1150 was commited by markb on 2009-08-27 23:25:11 +0100 (Thu, 27 Aug 2009) Add support for 'except' tag in turn restrictions. Doesn't appear to work for emergency vehicles or foot traffic. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.o

[mkgmap-dev] Commit: r1151: Add support for extended type attributes.

2009-08-27 Thread svn commit
Version 1151 was commited by markb on 2009-08-27 23:25:16 +0100 (Thu, 27 Aug 2009) Add support for extended type attributes. See comment near the top of ExtTypeAttributes.java for an explanation of what is implemented and how to specify the attribute values. ___

[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 the

[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 http://www.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 http://www.mkgmap.org.uk/mailman/listinfo/

[mkgmap-dev] Commit: r1156: Misc improvements to extended type attribute processing.

2009-08-29 Thread svn commit
Version 1156 was commited by markb on 2009-08-29 12:05:20 +0100 (Sat, 29 Aug 2009) Misc improvements to extended type attribute processing. Morse code light type is now specified as a single letter Attributes values that are keywords can now also be specified as an integer value. Lights can

[mkgmap-dev] Commit: r1157: Added support for extended type attributes in mp files.

2009-08-29 Thread svn commit
Version 1157 was commited by markb on 2009-08-29 12:05:23 +0100 (Sat, 29 Aug 2009) Added support for extended type attributes in mp files. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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 McN

[mkgmap-dev] Commit: r1159: Make the not operator in a style file

2009-08-30 Thread svn commit
Version 1159 was commited by steve on 2009-08-30 22:51:15 +0100 (Sun, 30 Aug 2009) Make the not operator in a style file actually work. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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 exc

[mkgmap-dev] Commit: r1161: Fix the fixed error reporting (until the next fix).

2009-08-31 Thread svn commit
Version 1161 was commited by markb on 2009-08-31 21:21:07 +0100 (Mon, 31 Aug 2009) Fix the fixed error reporting (until the next fix). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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 would

[mkgmap-dev] Commit: r1164: Indentation tweak.

2009-09-03 Thread svn commit
Version 1164 was commited by markb on 2009-09-03 11:15:19 +0100 (Thu, 03 Sep 2009) Indentation tweak. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[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 http://www.mkgmap.org.uk/mailman/listinfo/mkgm

[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 http://www.mkgmap.org.uk/mailman/listinf

[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 http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-

[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 http://www.mkgmap.org.uk/m

  1   2   3   4   5   6   7   8   9   10   >