There’s been an ongoing issue where it appears as though streets are being counted as completed twice. There’s this thread with some conversation on the topic: Fixing street double count
I approached this by:
- Adding the ability to mark a city as “nested”
- Adding the ability to relate a nested city to its parent city (a link to the parent city is displayed on nested city pages)
- Not including nested cities when doing street counts
- Not including nested cities in the Challenge calculations (unless the Challenge happens to be on a nested city)
I’m currently running some code that finds/marks these nested cities. It seems to be running quickly.
While I was working on this, I noticed some cities that are kind of nested. Which… Of course… Right?
One example is the southern area of Pomona https://citystrides.com/cities/327 which sticks out of the border of Town of Haverstraw https://citystrides.com/cities/1333
Gotta figure out what to do with those.