http://imgur.com/IFkts1f
--
You received this message because you are subscribed to the Google Groups "Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osmand+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, this is most likely the case. You can't blame OsmAnd for this. You also have situations where you go from one motorway onto another via a long ramp. Sometimes those ramps have speed limits and some don't, whereas the main road does have a speed limit. It is inconsistent road tagging.
--
http://imgur.com/IFkts1f
So, a modest proposition:
assume a speed of 50 km/hr for any link rout without an explicit speed
Why not? Why do people want to assign a higher speed to untagged links?
Paul Johnson <ba...@ursamundi.org> writes:
> Based on general US ramp advisory speeds, I'd go with 60%, not 90%, and
> that'd still be extremely generous if not a half or fill diamond or X
> interchange (like cloverleafs, dogbones, roundabouts, trumpets...)
I was going to say 50% before rading Paul's mail, so we agree.
The other issue is this focus on "max speed". That's too tied to the
law, vs what typically happens. I think OSM really needs a "typical
speed" tag.
This is messy because (in the US) most motorways have explicit speed
liimts (white signs, which really are a limit). Ramps ("links" in OSM)
rarely have white signs. They almost always have black on yellow signs,
which are technically advisory.
However, pretty much everywhere it is unlawful to drive faster than a
reasonable and prudent speed, regardless of signs (you can be properly
cited for speeding when going *below* the posted speed if it's snowing
hard).
I do not know if this white/yellow concept applies in other countries.
That's a long way of saying that until there's some tagging scheme that
distinguishes actual limits (from white signs in the US) and advisory
limits (yellow signs in the US), it seems best to tag the yellow signs
as limits. And to assume ~half the motorway speed, or 50 km/hr, for
link roads in the absence of tagged speeds.
$ diff routing.xml.stock routing.xml55a56> <attribute name="heuristicCoefficient" value="1.0" />185c186< <select value="110" t="highway" v="motorway_link"/>---> <select value="55" t="highway" v="motorway_link"/>187c188< <select value="75" t="highway" v="trunk_link"/>---> <select value="50" t="highway" v="trunk_link"/>190c191< <select value="50" t="highway" v="primary_link"/>---> <select value="32" t="highway" v="primary_link"/>193c194< <select value="50" t="highway" v="secondary_link"/>---> <select value="30" t="highway" v="secondary_link"/>196c197< <select value="40" t="highway" v="tertiary_link"/>---> <select value="22" t="highway" v="tertiary_link"/>201a203> <select value="17" t="highway" v="residential_link"/>
On Mar 26, 2015 5:26 PM, "JeCh" <vladimi...@gmail.com> wrote:
>
> You are right about the signs in Europe. The big difference between US and Europe is that European countries have a default speed limit. For example in Germany it is unlimited for highway, 100 km/h outside town and 50 km/h inside. Other countries have usually lower limits around 130/90/50.
Aah, good. Not bad for an educated guess. There are default speed limits in the US as well, but they're extremely piecemeal. Oregon has a very structured statewide set of tiered defaults based on classification for unposted areas running from 3 MPH to 88 MPH (though most are 65 and under). Oklahoma has County and City default speeds, but it varies from place to place. Montana basically asks you don't drive past your ability and leaves it to driver discretion. It's complicated enough it's easiest to explicitly tag everything for the area it applies where the limit is region based, then just update the exceptions in Oklahoma. Oregon pretty much requires studious use of aerials and knowledge of the defaults to tag explicitly, then look up the speed limit orders one by one to tag...
> The correct solution should be based on average speed. It is very common that you have a narrow road which has the same speed limit as any other - 90km/h. But you can not drive faster then 60km/h on it. Or there are parts of highway which are almost all the time blocked by heavy traffic.
You'd still need to pull GPX to get a realistic idea...