[mkgmap-dev] how to replace false tracktype keys in style file?

2014-05-24 Thread Minko
I've noticed there are a lot of tagging mistakes have been made on OSM regarding tracktype={number} instead of tracktype=grade{number} Is there a simple formula (with regedit?) to replace this, like tracktype=1-5 tracktype=grade(1-5) in the styles? At the moment I ignore those false keys but I

[mkgmap-dev] new bicycle access rules

2014-05-24 Thread Minko
This week a new tag has been approved, bicycle=use_sidepath https://wiki.openstreetmap.org/wiki/Proposed_features/use_sidepath This tag will be used on main highways with compulsory adjacent cycleways. There were a lot of objections to tag these with bicycle=no because there are also other ways

Re: [mkgmap-dev] how to replace false tracktype keys in style file?

2014-05-24 Thread Henning Scholland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, what about: \w*[1-5] some alphanumeric characters and then one number between 1 and 5. Henning -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

Re: [mkgmap-dev] [Patch v1] improve splitter

2014-05-24 Thread UliBaer
Hi Gerd, i splat ( ;-) ) Germany.o5m with --max-nodes=200 per tile. With version 389 i get 96 tiles, with the improved version i get only 91 tiles with extraordinary equality in size, also the final gmapsupp.img is smaller. I think, it's a good improvement! Best regards, Uli -- View this

Re: [mkgmap-dev] how to replace false tracktype keys in style file?

2014-05-24 Thread Minko
Hi Henning, Can you give an example for such rule in the style file, my knowledge of regexp is very limited ;-) How can you check if the tags are valid, like grade[1-5] is ok, and the rest is not ok? And can you automatically convert 1 to grade1 etc in one line, without having to type all the

Re: [mkgmap-dev] [Patch v1] improve splitter

2014-05-24 Thread Gerd Petermann
Hi Uli, yes, in most cases the patched version is much better, and I have found some nice improvements so I have an even better patch, BUT it is not very good when splitting a whole planet. I still try to understand why the old version is able to find a rather usable split with only a few tests,

Re: [mkgmap-dev] splitter r386 - version number

2014-05-24 Thread Gerd Petermann
Hi Jeremy, thanks for the feedback. I was not sure if you build from svn source or use the binary in the package or if you build from the source in the package. The 3rd variant doesn't work, if I got that right Steve tries to fix that. Gerd Date: Fri, 23 May 2014 14:40:33 -0400 Subject: Re:

Re: [mkgmap-dev] new bicycle access rules

2014-05-24 Thread SomeoneElse
Minko wrote: This week a new tag has been approved, bicycle=use_sidepath https://wiki.openstreetmap.org/wiki/Proposed_features/use_sidepath This tag will be used on main highways with compulsory adjacent cycleways. There were a lot of objections to tag these with bicycle=no because there are

Re: [mkgmap-dev] new bicycle access rules

2014-05-24 Thread Minko
Andy wrote Surely the standard mkgmap settings should ignore wikifiddled values such as this until they're actually in wodespread use? Currently it doesn't seem to be used at all: http://taginfo.openstreetmap.org.uk/search?q=use_sidepath#keys Maybe none in the UK, but according to this

Re: [mkgmap-dev] new bicycle access rules

2014-05-24 Thread SomeoneElse
Minko wrote: Maybe none in the UK, but according to this site, 882 values (mainly in Germany) https://taginfo.openstreetmap.org/tags/?key=bicyclevalue=use_sidepath http://overpass-turbo.eu/?key=bicyclevalue=use_sidepathtemplate=key-value Doh! User error on my part - I thought that I was

Re: [mkgmap-dev] splitter r386 - version number

2014-05-24 Thread Steve Ratcliffe
Hi thanks for the feedback. I was not sure if you build from svn source or use the binary in the package or if you build from the source in the package. The 3rd variant doesn't work, if I got that right Steve tries to fix that. The build is OK but building from the source archive does not

Re: [mkgmap-dev] splitter r386 - version number

2014-05-24 Thread GerdP
Hi Steve, the patch works for me, means, I can still build with the svn sources on windows, but I can't compile with the files in the dist directory. Not sure if this should work: cd dist ant -d ant.log 2 ant.err D:\splitter\dist\build.xml:103: syntax errors in ivy file:

Re: [mkgmap-dev] splitter r386 - version number

2014-05-24 Thread Steve Ratcliffe
On 24/05/14 21:12, GerdP wrote: Hi Steve, the patch works for me, means, I can still build with the svn sources on windows, but I can't compile with the files in the dist directory. Not sure if this should work: Yes, that is another thing... the distribution tries to be both a binary and

Re: [mkgmap-dev] splitter r386 - version number

2014-05-24 Thread Gerd Petermann
Hi Steve, I would also prefer not to have the sources in the dist directory. In the past, it happened that I used the ant dist command in the dist directory by mistake, I even modified the sources in the wrong directory and lost a lot of time. Please change it to be similar to mkgmap. Gerd