tyfi's Comments
| Changeset | When | Comment |
|---|---|---|
| 155672049 | This was a manual edit for the record. |
|
| 155672049 | Newly discovered designation renderings include: Sthy East (botched form of "State Highway E")
|
|
| 155669788 | ^ To clarify, a local community may refer to a road by whatever name is chooses. The directional affixes on MO supplemental state routes from TIGER, however, are poor quality. The TIGER import wrongly assumed, for example, the letters N, E, S, and W were directional indicators rather than highway designations. |
|
| 155669788 | Directional affixes are not part of the state designation, by the way. Counties may have their own locator systems, but those locators do not render as affixes on state designations. |
|
| 155669788 | This is a manual edit. Some varying renderings discovered: Highway Af
|
|
| 155664020 | There is a possibility that this was a misnomer "Audrain Road E" in the same vein as "County Road E" as is seen frequently with supplemental state routes, and the E got expanded to East... In that case, there should be no name. |
|
| 155661847 | Correction: this impacted tag name="State Highway ZZ", not tiger:name= |
|
| 155661579 | Continues 155661352 |
|
| 155661352 | Continues cleanup operation from changeset/155633221. |
|
| 155633221 | This also found and fixed instances of ways named "Foo;State Highway X" and "Bar / State Road X", etc., where delimiters were put in the name tag. I felt these were in scope for this changeset due to the route lettering |
|
| 155633221 | By leveraged, I mean I'm using search in JOSM. |
|
| 155633221 | This primarily impacts tiger:* tags, although many name="State Road X" and name="Highway X" are removed, as well. There seems to be a million ways to render a state route designation into text, and none of them can elegantly handle concurrencies |
|
| 155632274 | I am aware that this left some ways with name_2 tags but no name tags when the latter was targeted. This will be remedied by promoting name_2 when it wouldn't overwrite name |
|
| 155632061 | Query used: [timeout:120];
|
|
| 155585903 | This changeset continues effort from changeset/155583386 |
|
| 155631411 | "is_in" is completely redundant nowadays, and I am confident that, on state route ways specifically, they will not be missed. Redundancy/denormalization is good for perf optimizations sometimes, but it's super easy to find enclosing munis/CDPs |
|
| 155631440 | This only affected ways participating in state routes, also, as determined by this Overpass Turbo query: area[name="Missouri"];
|
|
| 155631440 | This tag is meant for buildings and POIs |
|
| 155631411 | Some addr:postcode tags were also removed |
|
| 155585903 | This was the code I used in JOSM: from org.openstreetmap.josm.command import ChangePropertyCommand, SequenceCommand
def println(x):
# equal and non-null
def check(way, x, y):
layer = MainApplication.getLayerManager().getEditLayer()
|