Spell out CR as County Road in Florida
This commit is contained in:
parent
38f6c28787
commit
87e5e1713a
|
@ -28,13 +28,13 @@ def formatstreetname(name):
|
|||
# Weird names like 123D we keep upper
|
||||
if re.search("[0-9]+[A-Z]+", name):
|
||||
return name
|
||||
# Prefixes we want to keep uppercase
|
||||
# Highway/etc prefixes
|
||||
if name == "US":
|
||||
return "US"
|
||||
if name == "SR":
|
||||
return "SR"
|
||||
if name == "CR":
|
||||
return "CR"
|
||||
return "County Road"
|
||||
if name == "C":
|
||||
return "C"
|
||||
# Directions
|
||||
|
|
Loading…
Reference in New Issue
Block a user