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

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

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

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

[mkgmap-dev] Commit: r1175: Don't add 0.5 to boundary point coordinates when clipping.

2009-09-07 Thread svn commit
Version 1175 was commited by markb on 2009-09-07 11:50:56 +0100 (Mon, 07 Sep 2009) Don't add 0.5 to boundary point coordinates when clipping. Doing that caused some points to not actually be on the boundary. Now asserts that the clipped lines really do end on the boundary. ___

[mkgmap-dev] Commit: r1176: Don't add subsequent identical points.

2009-09-07 Thread svn commit
Version 1176 was commited by markb on 2009-09-07 11:50:59 +0100 (Mon, 07 Sep 2009) Don't add subsequent identical points. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

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

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

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

[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@lists.mkgm

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

[mkgmap-dev] Commit: r1182: Move handling of reverse one-way streets to after the style processing.

2009-09-10 Thread svn commit
Version 1182 was commited by markb on 2009-09-10 22:57:50 +0100 (Thu, 10 Sep 2009) Move handling of reverse one-way streets to after the style processing. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/list

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

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

[mkgmap-dev] Commit: r1187: Add Spain and Portugal.

2009-09-12 Thread svn commit
Version 1187 was commited by steve on 2009-09-13 00:21:16 +0100 (Sun, 13 Sep 2009) Add Spain and Portugal. -Carlos D?\195?\161vila ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

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

[mkgmap-dev] Commit: r1189: Remove the priority setting from the GType.

2009-09-13 Thread svn commit
Version 1189 was commited by steve on 2009-09-13 17:12:34 +0100 (Sun, 13 Sep 2009) BRANCH: style Remove the priority setting from the GType. It should be associated with the rule, so that we can order the rules before running them. Add some tests for the ordering rules that I expect to implem

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

[mkgmap-dev] Commit: r1191: Rules are now run in the order they occur in the file

2009-09-13 Thread svn commit
Version 1191 was commited by steve on 2009-09-13 23:24:47 +0100 (Sun, 13 Sep 2009) BRANCH: style Rules are now run in the order they occur in the file in all cases. What currently does not work is attempting to match a tag that was set earlier and that did not exist on the element. ___

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

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

[mkgmap-dev] Commit: r1194: add test for picking rules that match entirely on generated

2009-09-14 Thread svn commit
Version 1194 was commited by steve on 2009-09-14 10:26:15 +0100 (Mon, 14 Sep 2009) BRANCH: style add test for picking rules that match entirely on generated tags. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mail

[mkgmap-dev] Merge from the multipolygon branch.

2009-09-14 Thread svn commit
Version 1195 was commited by steve on 2009-09-14 21:15:02 +0100 (Mon, 14 Sep 2009) Merge from the multipolygon branch. This does not include the code to generate sea polygons as that requires 1.6 and so will require a bit of preparation. ___ mkgmap-dev

[mkgmap-dev] Commit: r1196: Add code to detect that we are not running under 1.6 and

2009-09-15 Thread svn commit
Version 1196 was commited by steve on 2009-09-15 18:37:56 +0100 (Tue, 15 Sep 2009) Add code to detect that we are not running under 1.6 and print a message. Went though all references to java 1.5 or 1.6 and changed as appropriate. Comments that suggested a better way of doing things in 1.6 act

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

[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: r1201: Test that nothing bad happens when an action list is

2009-09-17 Thread svn commit
Version 1201 was commited by steve on 2009-09-17 15:59:40 +0100 (Thu, 17 Sep 2009) BRANCH: style Test that nothing bad happens when an action list is empty. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/li

[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 0x

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

[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: r1205: Test with actions mixed with rules.

2009-09-18 Thread svn commit
Version 1205 was commited by steve on 2009-09-18 14:46:08 +0100 (Fri, 18 Sep 2009) BRANCH: style Test with actions mixed with rules. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1207: We no longer need all the crazy code dealing with adding tags during iteration through all the tags.

2009-09-18 Thread svn commit
Version 1207 was commited by steve on 2009-09-18 15:13:00 +0100 (Fri, 18 Sep 2009) BRANCH: style We no longer need all the crazy code dealing with adding tags during iteration through all the tags. Remove that functionality and the tests for it. ___

[mkgmap-dev] Commit: r1208: Tidy up and optimise the extra tag code.

2009-09-19 Thread svn commit
Version 1208 was commited by steve on 2009-09-19 21:54:10 +0100 (Sat, 19 Sep 2009) BRANCH: style Tidy up and optimise the extra tag code. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1209: Initial files to create a MDR file.

2009-09-20 Thread svn commit
Version 1209 was commited by steve on 2009-09-20 16:31:18 +0100 (Sun, 20 Sep 2009) Initial files to create a MDR file. There is a temporary main in MDRFile that will produce an MDR file embeded in a .img file. It is empty apart from the header. ___

[mkgmap-dev] Commit: r1210: Implement the MDX file.

2009-09-20 Thread svn commit
Version 1210 was commited by steve on 2009-09-20 18:30:12 +0100 (Sun, 20 Sep 2009) Implement the MDX file. This is pointed to by the IDX entry at the family level in the windows registry for the map set. ___ mkgmap-dev mailing list mkgmap-dev@lists.m

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

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

[mkgmap-dev] Commit: r1214: Add city, region and country entries to MDR.

2009-09-21 Thread svn commit
Version 1214 was commited by steve on 2009-09-21 20:20:27 +0100 (Mon, 21 Sep 2009) Add city, region and country entries to MDR. Still does not work, but I've found that you apparently need 10 and 11 so they will be next. ___ mkgmap-dev mailing list m

[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. ___ mkgmap-dev

[mkgmap-dev] Commit: r1219: Fix null pointer exception, during creating extra rules.

2009-09-22 Thread svn commit
Version 1219 was commited by steve on 2009-09-22 17:38:18 +0100 (Tue, 22 Sep 2009) BRANCH: style Fix null pointer exception, during creating extra rules. The teststyle/main style altered to excersize that code. ___ mkgmap-dev mailing list mkgmap-dev@

[mkgmap-dev] Commit: r1221: Avoid making unwanted nodes when --link-pois-to-ways is active.

2009-09-23 Thread svn commit
Version 1221 was commited by markb on 2009-09-23 12:07:17 +0100 (Wed, 23 Sep 2009) Avoid making unwanted nodes when --link-pois-to-ways is active. When linking pois to ways it makes sense to consider the poi to be a node for the purposes of short arc removal. Unfortunately, this was done in a

[mkgmap-dev] Commit: r1222: Improve the Douglas Peucker filter so that it can deal with lines that have the same

2009-09-23 Thread svn commit
Version 1222 was commited by steve on 2009-09-23 21:14:34 +0100 (Wed, 23 Sep 2009) Improve the Douglas Peucker filter so that it can deal with lines that have the same start and end point. -Thilo Hannemann ___ mkgmap-dev mailing list mkgmap-dev@list

[mkgmap-dev] Commit: r1223: Start a branch for the global index work (mdr).

2009-09-23 Thread svn commit
Version 1223 was commited by steve on 2009-09-23 22:27:31 +0100 (Wed, 23 Sep 2009) BRANCH: mdr Start a branch for the global index work (mdr). The plan is to quickly create the minimum amount that works, merge it back and then repeat. I am going to read img files to create the index as there

[mkgmap-dev] Commit: r1226: Can now read images that have a non-zero XOR byte.

2009-09-24 Thread svn commit
Version 1226 was commited by markb on 2009-09-24 11:48:09 +0100 (Thu, 24 Sep 2009) Can now read images that have a non-zero XOR byte. If the first byte in the image is non-zero, every byte in the image has to be XORed with it to. ___ mkgmap-dev maili

[mkgmap-dev] Commit: r1227: Increase limit of node bytes in a route centre to 0x2000.

2009-09-24 Thread svn commit
Version 1227 was commited by markb on 2009-09-24 11:49:47 +0100 (Thu, 24 Sep 2009) Increase limit of node bytes in a route centre to 0x2000. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-de

[mkgmap-dev] Commit: r1228: Reduce number of Table A entries.

2009-09-24 Thread svn commit
Version 1228 was commited by markb on 2009-09-24 11:49:50 +0100 (Thu, 24 Sep 2009) Reduce number of Table A entries. Previously, Table A entries were unique for each combination of start node, end node and RoadDef. But no information from the start and end nodes goes into Table A so we can ign

[mkgmap-dev] Commit: r1229: Added an option to create the mdx and mdr files.

2009-09-24 Thread svn commit
Version 1229 was commited by steve on 2009-09-24 13:16:48 +0100 (Thu, 24 Sep 2009) BRANCH: mdr Added an option to create the mdx and mdr files. Use the --index option. This will create two files, named osmmap.mdx and osmmap_mdr.img by default. The name is controlled by the --overview-mapnam

[mkgmap-dev] Commit: r1230: Begin code to read in parts of an img file that we need to create

2009-09-25 Thread svn commit
Version 1230 was commited by steve on 2009-09-25 11:43:04 +0100 (Fri, 25 Sep 2009) BRANCH: mdr Begin code to read in parts of an img file that we need to create the global index. So far skeleton code for RGN and LBL and code to read in the levels and subdivs for TRE. _

[mkgmap-dev] Commit: r1231: Read a list of points for each subdivision.

2009-09-26 Thread svn commit
Version 1231 was commited by steve on 2009-09-26 11:14:20 +0100 (Sat, 26 Sep 2009) BRANCH: mdr Read a list of points for each subdivision. Next need to keep the index of the point in the subdiv and get its associated label. ___ mkgmap-dev mailing li

[mkgmap-dev] Commit: r1232: Make labels just store the plain text.

2009-09-26 Thread svn commit
Version 1232 was commited by steve on 2009-09-26 11:58:24 +0100 (Sat, 26 Sep 2009) BRANCH: mdr Make labels just store the plain text. They are decoded/encoded on read/write. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap

[mkgmap-dev] Commit: r1233: The format 6 decoder was not correctly setting

2009-09-26 Thread svn commit
Version 1233 was commited by steve on 2009-09-27 00:48:27 +0100 (Sun, 27 Sep 2009) BRANCH: mdr The format 6 decoder was not correctly setting after the end of a string. You have to skip to a byte boundary from the beginning of the end market - this can be less than 6 bits (or more). __

[mkgmap-dev] Commit: r1234: Add the 'continue' attribute to the type.

2009-09-27 Thread svn commit
Version 1234 was commited by steve on 2009-09-27 10:58:41 +0100 (Sun, 27 Sep 2009) BRANCH: style Add the 'continue' attribute to the type. If the type has the continue attribute then searching is continued for further matches. As a result the one feature in OSM can result in more than one ele

[mkgmap-dev] Commit: r1235: Fix hang on continue action.

2009-09-27 Thread svn commit
Version 1235 was commited by steve on 2009-09-27 16:42:08 +0100 (Sun, 27 Sep 2009) BRANCH: style Fix hang on continue action. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1236: Read and add cities (all indexed points) to the global index.

2009-09-27 Thread svn commit
Version 1236 was commited by steve on 2009-09-27 21:32:31 +0100 (Sun, 27 Sep 2009) BRANCH: mdr Read and add cities (all indexed points) to the global index. Appears to work for a small file. Go easy on it. ___ mkgmap-dev mailing list mkgmap-dev@list

[mkgmap-dev] Commit: r1237: Out of bounds bug fixed.

2009-09-27 Thread svn commit
Version 1237 was commited by steve on 2009-09-27 22:46:45 +0100 (Sun, 27 Sep 2009) BRANCH: mdr Out of bounds bug fixed. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1238: Print node offsets when assertion fails in writeSecond().

2009-09-27 Thread svn commit
Version 1238 was commited by markb on 2009-09-27 23:25:31 +0100 (Sun, 27 Sep 2009) Print node offsets when assertion fails in writeSecond(). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-de

[mkgmap-dev] Commit: r1239: Sort sections 10 and 11.

2009-09-27 Thread svn commit
Version 1239 was commited by steve on 2009-09-27 23:38:37 +0100 (Sun, 27 Sep 2009) BRANCH: mdr Sort sections 10 and 11. 10 needs to be sorted by increasing mdr11 record number (and by group, but we only have one group). 11 needs to be sorted alphabetically by label. I say 'needs to be' but o

[mkgmap-dev] Commit: r1240: When estimating size of node, assume that it will have large offsets.

2009-09-27 Thread svn commit
Version 1240 was commited by markb on 2009-09-28 00:08:25 +0100 (Mon, 28 Sep 2009) When estimating size of node, assume that it will have large offsets. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listin

[mkgmap-dev] Commit: r1241: Fix various bugs relating to reading the rgn file.

2009-09-28 Thread svn commit
Version 1241 was commited by steve on 2009-09-28 11:33:12 +0100 (Mon, 28 Sep 2009) BRANCH: mdr Fix various bugs relating to reading the rgn file. Seems to work fairly well for finding cities across two maps. ___ mkgmap-dev mailing list mkgmap-dev@lis

[mkgmap-dev] Commit: r1242: Write out MDR 4 from the data. Also set the top bit on

2009-09-28 Thread svn commit
Version 1242 was commited by steve on 2009-09-28 16:39:27 +0100 (Mon, 28 Sep 2009) BRANCH: mdr Write out MDR 4 from the data. Also set the top bit on all MDR 10 records for indexed points. All this doesn't appear to make any difference. ___ mkgmap-de

[mkgmap-dev] Commit: r1243: Now includes all POIs.

2009-09-28 Thread svn commit
Version 1243 was commited by steve on 2009-09-28 22:48:16 +0100 (Mon, 28 Sep 2009) BRANCH: mdr Now includes all POIs. There is no categorisation however. You can find everything when All points of Interest is selected, but if you select any of the drop down boxes such as attractions, food &

[mkgmap-dev] Commit: r1244: Fix sorting of records in MDR 4.

2009-09-29 Thread svn commit
Version 1244 was commited by steve on 2009-09-29 14:46:30 +0100 (Tue, 29 Sep 2009) BRANCH: mdr Fix sorting of records in MDR 4. Doesn't appear to have any effect, so perhaps they do not actually need to be sorted. ___ mkgmap-dev mailing list mkgmap-d

[mkgmap-dev] Commit: r1245: In mdr10 the top-bit flag is to indicate that the name

2009-09-30 Thread svn commit
Version 1245 was commited by steve on 2009-09-30 08:26:15 +0100 (Wed, 30 Sep 2009) BRANCH: mdr In mdr10 the top-bit flag is to indicate that the name is not repeated - ie if it is unset, then the name is the same as on the previous POI. The type field is the subtype, unless there is not a subt

[mkgmap-dev] Commit: r1246: Impelent mdr 4 and 9 as best as we know.

2009-09-30 Thread svn commit
Version 1246 was commited by steve on 2009-09-30 10:54:40 +0100 (Wed, 30 Sep 2009) BRANCH: mdr Impelent mdr 4 and 9 as best as we know. The unknown byte in mdr4 is set to a constant, we still don't know what it is there for. Plenty of things appear to work still. mdr10 is grouped based on th

[mkgmap-dev] Commit: r1247: When exit is shared between motorways issue warning if none have a ref.

2009-10-01 Thread svn commit
Version 1247 was commited by markb on 2009-10-01 09:46:18 +0100 (Thu, 01 Oct 2009) When exit is shared between motorways issue warning if none have a ref. It was warning if any motorway that shared the exit node didn't have a ref but it makes more sense to only warn if none of the motorways ha

[mkgmap-dev] Commit: r1248: Deal with type and subtype a bit better.

2009-10-01 Thread svn commit
Version 1248 was commited by steve on 2009-10-01 19:50:46 +0100 (Thu, 01 Oct 2009) BRANCH: mdr Deal with type and subtype a bit better. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1249: Points are numbered across both the point sections and not separately.

2009-10-01 Thread svn commit
Version 1249 was commited by steve on 2009-10-01 23:44:14 +0100 (Thu, 01 Oct 2009) BRANCH: mdr Points are numbered across both the point sections and not separately. This caused all points in subdivisions that had an indexed points section to be incorrect. Searching for points by category sho

[mkgmap-dev] Commit: r1250: Points with a subtype of 0 should now be included.

2009-10-02 Thread svn commit
Version 1250 was commited by steve on 2009-10-02 09:42:59 +0100 (Fri, 02 Oct 2009) BRANCH: mdr Points with a subtype of 0 should now be included. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgm

[mkgmap-dev] Commit: r1251: Read in countries, regions and cities.

2009-10-02 Thread svn commit
Version 1251 was commited by steve on 2009-10-02 13:37:26 +0100 (Fri, 02 Oct 2009) BRANCH: mdr Read in countries, regions and cities. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1252: Add regions and countries.

2009-10-02 Thread svn commit
Version 1252 was commited by steve on 2009-10-02 16:40:21 +0100 (Fri, 02 Oct 2009) BRANCH: mdr Add regions and countries. Countries and regions search boxes are active, but they will not actually work until the cities are done as everything is liked via the cities (I think). _

[mkgmap-dev] Commit: r1253: Added mdr 5 for cites.

2009-10-02 Thread svn commit
Version 1253 was commited by steve on 2009-10-02 19:35:23 +0100 (Fri, 02 Oct 2009) BRANCH: mdr Added mdr 5 for cites. The city field in all points that are themselves cities is set. You should now see on a city search the region and country if set. Not implemented for other features yet. ___

[mkgmap-dev] Commit: r1254: Set the city on all POIs that have a city set in the input file.

2009-10-02 Thread svn commit
Version 1254 was commited by steve on 2009-10-02 21:56:01 +0100 (Fri, 02 Oct 2009) BRANCH: mdr Set the city on all POIs that have a city set in the input file. Regions show up in the results if present. Should be able to restrict search by city, region etc. ___

[mkgmap-dev] Commit: r1255: Can't ignore a city that has just a label,

2009-10-03 Thread svn commit
Version 1255 was commited by steve on 2009-10-03 09:36:45 +0100 (Sat, 03 Oct 2009) BRANCH: mdr Can't ignore a city that has just a label, even though we will not be using it. Fixes an out of bounds exception ___ mkgmap-dev mailing list mkgmap-dev@lis

[mkgmap-dev] Commit: r1256: Fixed another out of bounds problem.

2009-10-03 Thread svn commit
Version 1256 was commited by steve on 2009-10-03 13:06:00 +0100 (Sat, 03 Oct 2009) BRANCH: mdr Fixed another out of bounds problem. Removed debugging messages and tidied up code somewhat. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk htt

[mkgmap-dev] Commit: r1257: Add MDR 7 for street names.

2009-10-03 Thread svn commit
Version 1257 was commited by steve on 2009-10-03 15:04:42 +0100 (Sat, 03 Oct 2009) BRANCH: mdr Add MDR 7 for street names. Does not yet work with routable maps. With non routable, you can see the street names, but cannot find them. Next step will be to make it work when there is a NET sectio

[mkgmap-dev] Commit: r1258: Read NET so that we can add streets that have their label

2009-10-04 Thread svn commit
Version 1258 was commited by steve on 2009-10-04 09:33:06 +0100 (Sun, 04 Oct 2009) BRANCH: mdr Read NET so that we can add streets that have their label in NET. This works about 50% of the time for finding streets in files that have LBL format 6 encoding (no --latin1) I think this is because

[mkgmap-dev] Commit: r1259: Fixed the reading of the label offsets.

2009-10-04 Thread svn commit
Version 1259 was commited by steve on 2009-10-04 11:14:24 +0100 (Sun, 04 Oct 2009) BRANCH: mdr Fixed the reading of the label offsets. 8 bit was consistently wrong, 6 bit was sometime accidentally correct, hence how some streets could be found for 6 bit labels. Searching for streets now works

[mkgmap-dev] Commit: r1260: Now links POIs with "barrier" tag to ways when --link-pois-to-ways given.

2009-10-04 Thread svn commit
Version 1260 was commited by markb on 2009-10-04 13:04:01 +0100 (Sun, 04 Oct 2009) Now links POIs with "barrier" tag to ways when --link-pois-to-ways given. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/li

[mkgmap-dev] Commit: r1261: Implement the reverse index.

2009-10-05 Thread svn commit
Version 1261 was commited by steve on 2009-10-05 16:04:55 +0100 (Mon, 05 Oct 2009) BRANCH: mdr Implement the reverse index. Should allow the index to be transferred to a GPS unit using m/s. However completely untested at this stage. Looks OK for a small number of maps, however I am not convi

[mkgmap-dev] Commit: r1262: Rework the city code.

2009-10-05 Thread svn commit
Version 1262 was commited by steve on 2009-10-05 22:17:25 +0100 (Mon, 05 Oct 2009) BRANCH: mdr Rework the city code. Now works even if there is more than one map in the set. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap

[mkgmap-dev] Commit: r1263: Several fixes to the reverse index MDR 1.

2009-10-06 Thread svn commit
Version 1263 was commited by steve on 2009-10-06 15:02:18 +0100 (Tue, 06 Oct 2009) BRANCH: mdr Several fixes to the reverse index MDR 1. Major error in the mdr10 record number fixed. Deal with sections that are less than 256 records in the reverse index. Now I am able to select a subset of t

[mkgmap-dev] Commit: r1264: Move code that determines bearing of one point from another into Coord class.

2009-10-06 Thread svn commit
Version 1264 was commited by markb on 2009-10-06 21:29:57 +0100 (Tue, 06 Oct 2009) Move code that determines bearing of one point from another into Coord class. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailma

[mkgmap-dev] Commit: r1265: Added --drive-on-left, --drive-on-right and --check-roundabouts options.

2009-10-06 Thread svn commit
Version 1265 was commited by markb on 2009-10-06 21:30:02 +0100 (Tue, 06 Oct 2009) Added --drive-on-left, --drive-on-right and --check-roundabouts options. --drive-on-left --drive-on-right Explicitly specify which side of the road vehicles are expected to drive on. If neither o

[mkgmap-dev] Commit: r1266: Add a character set aware label decoder.

2009-10-07 Thread svn commit
Version 1266 was commited by steve on 2009-10-07 14:46:33 +0100 (Wed, 07 Oct 2009) BRANCH: mdr Add a character set aware label decoder. This is a fairly big change as the CharacterDecoder interface is changed to have a method that returns a DecodedText rather than an EncodedText. The new clas

[mkgmap-dev] Commit: r1267: Added code to set a highway's name from a POI tag.

2009-10-08 Thread svn commit
Version 1267 was commited by markb on 2009-10-08 12:41:45 +0100 (Thu, 08 Oct 2009) Added code to set a highway's name from a POI tag. If a way (of highway type X) has a POI for its first point and that POI has a tag called X_name, set the way's name to that tag's value. ___

[mkgmap-dev] Commit: r1268: Make all fields that are known to be variable size

2009-10-08 Thread svn commit
Version 1268 was commited by steve on 2009-10-08 12:41:46 +0100 (Thu, 08 Oct 2009) BRANCH: mdr Make all fields that are known to be variable size configurable in the code to the size that they are meant to be. Record size fields are now set correctly taking into account the number of maps and

[mkgmap-dev] Commit: r1269: Fix working out the name that belongs to a city and also

2009-10-09 Thread svn commit
Version 1269 was commited by steve on 2009-10-09 23:05:53 +0100 (Fri, 09 Oct 2009) BRANCH: mdr Fix working out the name that belongs to a city and also fetch the correct city for POIs that have an associated city. ___ mkgmap-dev mailing list mkgmap-de

[mkgmap-dev] Commit: r1270: The fourth field in mdr 5 is the region

2009-10-09 Thread svn commit
Version 1270 was commited by steve on 2009-10-10 00:39:52 +0100 (Sat, 10 Oct 2009) BRANCH: mdr The fourth field in mdr 5 is the region index of the city so set it. May help with region searching. A city may have a country instead of a region so there is presumably some way of indicating that.

[mkgmap-dev] Commit: r1271: Ignore oneway tag (specifically, reverse or -1) when way is a roundabout.

2009-10-10 Thread svn commit
Version 1271 was commited by markb on 2009-10-10 13:11:51 +0100 (Sat, 10 Oct 2009) Ignore oneway tag (specifically, reverse or -1) when way is a roundabout. Roundabout direction is specified by the order of the points in the way. The oneway tag is superfluous. _

[mkgmap-dev] Commit: r1272: Revert "Ignore oneway tag (specifically, reverse or -1) when way is a roundabout."

2009-10-10 Thread svn commit
Version 1272 was commited by markb on 2009-10-10 14:03:55 +0100 (Sat, 10 Oct 2009) Revert "Ignore oneway tag (specifically, reverse or -1) when way is a roundabout." Hmm, perhaps this will cause more trouble than it's worth. ___ mkgmap-dev mailing l

[mkgmap-dev] Commit: r1273: Issue warning if a roundabout is also tagged as reverse oneway.

2009-10-10 Thread svn commit
Version 1273 was commited by markb on 2009-10-10 14:37:05 +0100 (Sat, 10 Oct 2009) Issue warning if a roundabout is also tagged as reverse oneway. Given that the roundabout's direction is determined by the order of its points, the oneway tag should be considered superfluous. However, if it has

[mkgmap-dev] Commit: r1274: Open the files to be included in gmapsupp.img using read-only mode.

2009-10-10 Thread svn commit
Version 1274 was commited by markb on 2009-10-10 18:42:14 +0100 (Sat, 10 Oct 2009) Open the files to be included in gmapsupp.img using read-only mode. It was opening the files using read-write mode but that fails if any files are not capable of being written. As the files are not going to be w

<    1   2   3   4   5   6   7   8   9   10   >