# Count every street in a city when 2 or more share the same name

**URL:** https://community.citystrides.com/t/count-every-street-in-a-city-when-2-or-more-share-the-same-name/21436
**Category:** Ideas
**Created:** [August 11, 2020, 6:17pm UTC](https://community.citystrides.com/t/count-every-street-in-a-city-when-2-or-more-share-the-same-name/21436 "2020-08-11T18:17:18Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![JamesChevalier](https://community.citystrides.com/user_avatar/community.citystrides.com/jameschevalier/32/2_2.png) [@JamesChevalier](https://community.citystrides.com/u/JamesChevalier)
#### Post date: [July 21, 2026, 4:54pm UTC](https://community.citystrides.com/t/count-every-street-in-a-city-when-2-or-more-share-the-same-name/21436/7 "2026-07-21T16:54:09Z")

</div>

I just updated [Multiple streets with the same name are grouped as one](https://community.citystrides.com/t/multiple-streets-with-the-same-name-are-grouped-as-one/29638) with a note on this, but 🤔 this thread is probably the better place to have this conversation.

I’m working on a fix for this, which revolves around splitting streets wherever the underlying Way records no longer share a Node ID. When several Way records actually form a street, the data will be along the lines of Way A having Nodes 1,2,3 and Way B having Nodes 3,4,5 - it’s that shared Node 3 along with the same name tag that identifies itself as a single street.

In my local testing I’ve noticed a number of OSM edits need to be made afterwards - and this is in my smaller 300-500 street cities. Overall, these have been _good_ edits that improve the map … but it still is editing work, and will likely confuse some people along the way.

The most common edit I’ve seen so far is that small connecting Way records around a roundabout need to have a name added ([example](https://www.openstreetmap.org/way/1016899581) & [example](https://www.openstreetmap.org/way/1016899582)).

Another common way that streets get split up is when they’re weirdly disjointed, like [this section](https://www.openstreetmap.org/way/8767373#map=18/42.214208/-72.627311) & [this section](https://www.openstreetmap.org/way/8768501#map=18/42.214208/-72.627311) … In the updated code, those will exist as two separate Arlington Street records in CityStrides.

* * *

So, I currently see two factors in the result of this change:

- There will be edits required to re-join streets that _should_ be a single street … these will mostly be adding the name to various Way records
- There will be some streets that are split into two even though the separation is not so drastic

---

_[View the full topic](https://community.citystrides.com/t/count-every-street-in-a-city-when-2-or-more-share-the-same-name/21436)._
