Content deleted Content added
US-MD |
fix |
||
Line 55:
link = "District of Columbia Route %route%",
abbr = "DC %route%",
orientation = "upright",
}
Line 61:
DC["DC 1926"].orientation = ""
-- add new types above this line if you want it to have the state highway
for k, v in pairs(DC) do if k:find ("^%a") then
v.maint = "[[District of Columbia Department of Transportation|District of Columbia DOT]]"
end
end
DC["I-MD"] = {alias = {module = "USA/MD", type = "I"}}
DC["US-MD"] = {alias = {module = "USA/MD", type = "US"}}
|