Re: [mkgmap-dev] [PATCH v2] Move maxspeed calculations to style file

2013-08-30 Thread Henning Scholland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Toby, the patch shouldn't change that much. If you actually use - --ignore-maxspeed, then you havn't to change anything. If you actually don't use --ignore-maxspeed, then you'll need to add a rule like maxspeed=* { set mkgmap:maxspeed =

Re: [mkgmap-dev] [PATCH v1] Merge road network

2013-08-30 Thread Felix Hartmann
Seems to work fine so far (also using maxspeed patch), however I get quite a lot of theese (between 0 to 20 per country): SEVERE (MapBuilder): c:\openmtbmap\maps\6418.osm.pbf: possible routing problem: road end-points not both coordNodes: ((M5),

Re: [mkgmap-dev] [PATCH v2] Move maxspeed calculations to style file

2013-08-30 Thread Felix Hartmann
only downwards, is what everyone expects, but not what mkgmap did so far. I critisized this quite often in the past Now you can make rules to actually only use maxspeed to decrease the road-speed The actual importance of maxspeed only downwards was in practice better then in theory, as

Re: [mkgmap-dev] [PATCH v2] Move maxspeed calculations to style file

2013-08-30 Thread Toby Speight
0 In article 522050a9.5010...@gmail.com, 0 Felix Hartmann URL:mailto:extremecar...@gmail.com (Felix) wrote: Felix only downwards, is what everyone expects, but not what mkgmap did Felix so far. I critisized this quite often in the past Thanks Felix - that's what I wanted to know. I

Re: [mkgmap-dev] Check style AND type

2013-08-30 Thread nwillink
The latest typwiz3 includes a tool to check if polygon,line and poi types are not found in a TYP file associated with the img(s) -- View this message in context: http://gis.19327.n5.nabble.com/Check-style-AND-type-tp5774859p5775649.html Sent from the Mkgmap Development mailing list archive at

Re: [mkgmap-dev] [PATCH v1] Merge road network

2013-08-30 Thread WanMil
Seems to work fine so far (also using maxspeed patch), however I get quite a lot of theese (between 0 to 20 per country): SEVERE (MapBuilder): c:\openmtbmap\maps\6418.osm.pbf: possible routing problem: road end-points not both coordNodes: ((M5),

Re: [mkgmap-dev] [PATCH v2] Move maxspeed calculations to style file

2013-08-30 Thread WanMil
So what you really want to avoid is what was hapenning, now you can set it yourself... So the default should rather be: maxspeed=* maxspeedkmh() 110 highway=motorway { set mkgmap:road-speed-class = 7 } maxspeed=* mkgmap:road-speed-class!=* maxspeedkmh()

Re: [mkgmap-dev] [PATCH v2] Move maxspeed calculations to style file

2013-08-30 Thread WanMil
Felix only downwards, is what everyone expects, but not what mkgmap did Felix so far. I critisized this quite often in the past Thanks Felix - that's what I wanted to know. I obviously overlooked your previous complaints! The style rules you present do look quite unwieldy - perhaps

Re: [mkgmap-dev] [PATCH v2] Move maxspeed calculations to style file

2013-08-30 Thread WanMil
Just to confirm - this affects only the *max* speed, correct? So if my defaults for single-track unclassified roads suggest 40mph, but tags say we're allowed to do up to 60mph (both quite reasonable here in Scotland, where the National Speed Limit is unattainable on many roads), then the map