I would like to tag all officially recognized or signed US Highways as the following: asked 04 Oct '18, 01:45 MatthewAnder... |
Bad idea. Two main reasons the first being that ref is for the current reference not a historical one. Second one is that there are already ways to tag those and I've seen it used in my area for historic US-66, US-99, US-101 and US-80. For instance, in the Claremont/Pomona area of the greater LA metroplex Foothill Boulevard has:
East of San Diego I see an section of what was once US 80 with the following tags:
Please don't override a current state highway reference like "CA 66" or county highway reference like "S1" with incorrect data so that "it would show up on the main map". That is vandalism at worst and "tagging for the renderer" at best, neither of which are considered good things in OSM. But if you want a map that shows the historic route segments (where they still exist) it looks like you can render a map that uses the old_ref= tags in preference to the ref= tags where they exist. answered 04 Oct '18, 03:26 n76 Thanks for the reply. I'm glad I asked before doing that. Also, how can I render a map like that? I've been trying to find ways to do it for a good while now.
(04 Oct '18, 03:51)
MatthewAnder...
I am not the best to recommend how to render your own map as my one effort in that was back when mapnik and mapnik XML was the only real option. From what I've read, there are apparently a number of ways to approach that now but I don't know the relative merits or difficulty or even all the possibilities.
(04 Oct '18, 03:58)
n76
US Historic routes are still signed routes, just of a recreational nature. ref=US Historic XX is perfectly valid (though I'd put it at the end of the ref tag, and consider the ref tag to be obsolete).
(06 Oct '18, 15:47)
Baloo Uriza
1
Re "how can I render a map like that?" the easiest way is probably to manipulate the tags in a lua script and use a map style of your choice (such as the standard one). That way, the map style just sees a "ref" tag - it doesn't realise that it was originally something like "old_ref". An example snippet of lua to "pretend something is something else" is here.
(10 Oct '18, 08:37)
SomeoneElse ♦
|