Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

County-numbered private/residential drives in Arkansas #1156

Open
TheInstrumentalist opened this issue Sep 12, 2024 · 3 comments
Open

County-numbered private/residential drives in Arkansas #1156

TheInstrumentalist opened this issue Sep 12, 2024 · 3 comments
Labels

Comments

@TheInstrumentalist
Copy link

So I brought these up in a discord server I'm in, and I was referred to bring these up to this board. Some of you may find these interesting...

Private roads in Washington County, Arkansas, mainly for short driveways
chrome_drqrsAxFWQ

Private roads in Johnson County, Arkansas, similar to Washington County
chrome_tC55FnBBC9

County roads in Lee County, Arkansas
chrome_NvsLcErvPF

Marine Fuel Tax (or 900- series) roads in Arkansas
chrome_qzfLU6AV0n

Airport roads in Arkansas (any route designated AR 980)
chrome_j3dOqUouQa

@1ec5 1ec5 added the shields label Sep 12, 2024
@1ec5
Copy link
Member

1ec5 commented Sep 12, 2024

Residential drives in Washington County appear to be tagged as name_1=County Road * from TIGER, even though they aren’t county roads. Some of Johnson County’s private roads are tagged as name_1=Private Road * while others are name_1=County Road *. In changesets 156,548,573 and 156,548,815, I tentatively went with network=US:AR:Washington:Residential and network=US:AR:Johnson:Private, respectively, for some that I could see in Bing Streetside imagery. If you happen to know of any others without consulting Google Maps (🙅), then please feel free to retag them similarly in OSM.

We have Lee County:

["Lee", "Izard"].forEach(
(county) =>
(shields[`US:AR:${county}`] = roundedRectShield(
Color.shields.green,
Color.shields.white
))
);

Airport roads have a special carveout:

overrideByRef: {
980: {
textColor: Color.shields.white,
colorLighten: Color.shields.white,
colorDarken: Color.shields.blue,
},
},

Marine Fuel Tax roads are covered by #375.

@1ec5 1ec5 changed the title Additional highway shields in Arkansas County-numbered private/residential drives in Arkansas Sep 12, 2024
@claysmalley
Copy link
Member

Good catch, @TheInstrumentalist. If you can find any more examples of private roads in Arkansas with county-assigned numbers, please share them here.

Copy link

AR 980 should be fully mapped; I went down a rabbit hole on that a while back. It does have its unique shield as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants