Re: [mkgmap-dev] --index

2009-10-22 Thread Chris-Hein Lunkhusen
Steve Ratcliffe schrieb: But when building the full map with 35 tiles there was an overflow in the mdr file. Is this a know problem ? If you are using the latest version then it is not a known problem and so could you post the actual error message to help track down the problem please.

[mkgmap-dev] Commit: r1304: Dead end road warning level can now be specified.

2009-10-22 Thread svn commit
Version 1304 was commited by markb on 2009-10-22 09:48:17 +0100 (Thu, 22 Oct 2009) Dead end road warning level can now be specified. --report-dead-ends=LEVEL Set the dead end road warning level. The value of LEVEL (which defaults to 1 if this option is not specified)

Re: [mkgmap-dev] Possible splitter bug

2009-10-22 Thread Chris Miller
I've been away for a few weeks and won't have much time to work on the splitter for a bit longer yet but I've made a note to update the docs on the website to bring it in line with the latest splitter version. As for your original query, there's a few different scenarios so let me try to

Re: [mkgmap-dev] Splitter: Possible bug: not escaping '' with 'gt; '

2009-10-22 Thread Chris Miller
Hi Ivan, Yep that sounds like a bug all right. I haven't looked at the code yet but it's interesting that lt; is OK but gt; isn't... Thanks for the report, I've put it on my todo list. Chris IK Hi, IK IK Possible bug in the splitter, the '' character is not escaped in IK output, i.e.: IK

[mkgmap-dev] Commit: r1305: Message tweak - s/road/street/.

2009-10-22 Thread svn commit
Version 1305 was commited by markb on 2009-10-22 10:45:48 +0100 (Thu, 22 Oct 2009) Message tweak - s/road/street/. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Commit: r1305: Message tweak - s/road/street/.

2009-10-22 Thread Mark Burton
Version 1305 was commited by markb on 2009-10-22 10:45:48 +0100 (Thu, 22 Oct 2009) Message tweak - s/road/street/. Oops, that should have said s/street/road/. So much for shorthand! Anyway, it's a good new feature - I found over 40 locations in the GB map where oneway roads met up with

Re: [mkgmap-dev] Commit: r1305: Message tweak - s/road/street/.

2009-10-22 Thread Clinton Gladstone
On Thu, Oct 22, 2009 at 11:53 AM, Mark Burton ma...@ordern.com wrote: Anyway, it's a good new feature - I found over 40 locations in the GB map where oneway roads met up with nowhere else to go. Typically, the direction of one or more of the roads was wrong (e.g. motorway road backwards).

Re: [mkgmap-dev] Unable to send maps with MapSource

2009-10-22 Thread Steve Ratcliffe
On 21/10/09 14:26, Nakor wrote: How is a region defined? I was able to generate a pretty big map in the States and it tranferred fine to the GPS (took more than one hour thru MapSource). How can I know how many regions I have in there? Region in the Garmin format terms is the part of the

Re: [mkgmap-dev] Splitter: Possible bug: not escaping '' with 'gt; '

2009-10-22 Thread Steve Ratcliffe
On 22/10/09 10:27, Chris Miller wrote: Yep that sounds like a bug all right. I haven't looked at the code yet but it's interesting thatlt; is OK butgt; isn't... Thanks for the report, I've put it on my todo list. No, the '' is a valid character inside the attribute value. Only '', '' and the

Re: [mkgmap-dev] Transliteration

2009-10-22 Thread Steve Ratcliffe
Hi Lambertus A question popped up on the OSM forum about the many ??? in my maps. They are a result of the single code page which is used for the whole world and missing automatic transliteration. I'm starting to understand what's needed for automatic transliteration: detection of source

[mkgmap-dev] Commit: r1306: Branch for rolling the translitteration support into the --latin1 option

2009-10-22 Thread svn commit
Version 1306 was commited by steve on 2009-10-22 12:26:05 +0100 (Thu, 22 Oct 2009) BRANCH: translit Branch for rolling the translitteration support into the --latin1 option and possibly improving it. ___ mkgmap-dev mailing list

Re: [mkgmap-dev] Transliteration

2009-10-22 Thread Lambertus
Thanks Steve for having a look at it. Steve Ratcliffe wrote: The thing I would like to add is that code-page is not particularly useful for a general purpose map such as the one you produce. See for example, http://wiki.openstreetmap.org/index.php/Mkgmap/i18n where you can see a screen shot

Re: [mkgmap-dev] --index

2009-10-22 Thread Chris-Hein Lunkhusen
With 1299 it is ok (no error). Tried it on my Etrex, Adress search is working more or less the same as with the road-name-pois option. A possible enhancement would be to take the original name into the index and not the styled name, which for example has been added by (maxspeed). Maybe by

Re: [mkgmap-dev] Splitter: Possible bug: not escaping '' with 'gt; '

2009-10-22 Thread Ivan Kostoski
On Thu, Oct 22, 2009 at 1:16 PM, Steve Ratcliffe st...@parabola.me.ukwrote: On 22/10/09 10:27, Chris Miller wrote: Yep that sounds like a bug all right. I haven't looked at the code yet but it's interesting thatlt; is OK butgt; isn't... Thanks for the report, I've put it on my todo list.

Re: [mkgmap-dev] Transliteration

2009-10-22 Thread Ivan Kostoski
What's the best thing we can say to (impatient) map users that want readable names in maps in your opinion? Wait for improved support in Mkgmap or is adding transliterated names in the OSM data an option? My suggestion would be if --code-page is given, transliterate to ascii all characters

Re: [mkgmap-dev] Splitter: Possible bug: not escaping '' with 'gt; '

2009-10-22 Thread Steve Ratcliffe
Hi Ivan No, the '' is a valid character inside the attribute value. Only '', '' and the enclosing quote character need to be escaped. Please allow me to disagree, at least on definition... Quote from http://www.w3.org/TR/REC-xml/ --- The ampersand character () and the left angle

Re: [mkgmap-dev] Splitter: Possible bug: not escaping '' with 'gt; '

2009-10-22 Thread Chris Miller
Note that the use of the word may means escaping it is optional. The bit that discusses must is only referring to its use within the substring ]] within a CDATA section (which makes perfect sense). So, sounds like the splitter behaviour is indeed within spec. IK The right angle bracket () may

Re: [mkgmap-dev] Splitter: Possible bug: not escaping '' with 'gt; '

2009-10-22 Thread Ivan Kostoski
On Thu, Oct 22, 2009 at 2:34 PM, Chris Miller chris.mil...@kbcfp.comwrote: Note that the use of the word may means escaping it is optional. The bit that discusses must is only referring to its use within the substring ]] within a CDATA section (which makes perfect sense). So, sounds like the

Re: [mkgmap-dev] Transliteration

2009-10-22 Thread Steve Ratcliffe
On 22/10/09 12:49, Lambertus wrote: Ok, so if I understand correctly, I should remove the --latin1 and --code-page parameters (the code-page already being redundant)? Yes that will currently give the best results on a worldwide basis, but you will have no accents on characters at all. It

Re: [mkgmap-dev] Commit: r1305: Message tweak - s/road/street/.

2009-10-22 Thread Nakor
Anyway, it's a good new feature - I found over 40 locations in the GB map where oneway roads met up with nowhere else to go Hi mark, Thanks for this patch. Does it catch the other way around i.e. point that can be reached because there are only oneways going away form there? Thanks again, N.

Re: [mkgmap-dev] Unable to send maps with MapSource

2009-10-22 Thread Nakor
More directly if you apply the attached patch, then the list of regions for each map processed will be printed. Thanks for the patch. I see that region is sometimes varying, e.g. here in Michigan, I get either MI or Mich (and even sometimes USA or US or Unites States of America). Do you

[mkgmap-dev] Commit: r1307: A couple of tests to characterise the current behaviour slightly

2009-10-22 Thread svn commit
Version 1307 was commited by steve on 2009-10-22 16:38:43 +0100 (Thu, 22 Oct 2009) BRANCH: translit A couple of tests to characterise the current behaviour slightly before changing anything. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Unable to send maps with MapSource

2009-10-22 Thread Clinton Gladstone
On Wed, Oct 21, 2009 at 1:24 PM, Steve Ratcliffe st...@parabola.me.uk wrote: If an individual map has more than 16 regions then the transfer fails for that file.  It doesn't appear to make any difference if there are other maps selected or not.  I modified mkgmap to limit to 16 regions per

[mkgmap-dev] Commit: r1308: Added warnings for when oneway roads come from nowhere.

2009-10-22 Thread svn commit
Version 1308 was commited by markb on 2009-10-22 19:21:14 +0100 (Thu, 22 Oct 2009) Added warnings for when oneway roads come from nowhere. Suggested by Nakor. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Transliteration

2009-10-22 Thread Marko Mäkelä
On Thu, Oct 22, 2009 at 12:22:23PM +0100, Steve Ratcliffe wrote: I know I said a few months back that we should also do the same thing when --latin1 is supplied, and I suppose now is the time! We can also improve the range of translitterations using the perl script that Ævar Arnfjörð

Re: [mkgmap-dev] Commit: r1304: Dead end road warning level can now be specified.

2009-10-22 Thread Mark Burton
Hi Marko, I believe that report-dead-ends: 1 is issuing a bogus error with r1308 here: 2009/10/22 22:03:07 WARNING (RouteNode): Confluence of oneway roads (Laukaantie, 38626392), (637 Laukaantie, 38626390) at http://www.openstreetmap.org/?lat=62.29304lon=25.81349zoom=17 As far as I

Re: [mkgmap-dev] Commit: r1304: Dead end road warning level can now be specified.

2009-10-22 Thread Mark Burton
I just processed the latest OSM data for that junction and did not get a warning, perhaps your data was stale? Cheers, Mark ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Commit: r1304: Dead end road warning level can now be specified.

2009-10-22 Thread Marko Mäkelä
Hi Mark, I just processed the latest OSM data for that junction and did not get a warning, perhaps your data was stale? Thanks, we will see about that tomorrow. Actually, I did the first run on a couple of days old snapshot. With this morning's snapshot, I still get the error. The clone-off