OSMCha / osmcha-frontend

Frontend for the osmcha-django REST API
https://osmcha.org
ISC License
121 stars 37 forks source link

Redirect /changeset/ID to /changesets/ID #481

Open tordans opened 4 years ago

tordans commented 4 years ago

My usecase is: I am on https://www.openstreetmap.org/changeset/90462261 and want to see the osmcha-view of this, so I change the domain-name form "openstreetmap" to "osmcha". This would be the fastest way to achieve this – its just one double click on the name and typing the new name.

However, since for some reason OSM uses singular routes, this results in a 404 – which is what lead me to https://github.com/mapbox/osmcha-frontend/issues/471

Ideally, OSMCha would just redirect the singular URL to the plural URL.

andrewharvey commented 4 years ago

While the redirect makes sense to me, https://github.com/openstreetmap/openstreetmap-website/issues/2629 would be a far better solution, both to open up visibility of OSMCha by OSM users and ease of access (just a link instead of URL fiddling).

sun-geo commented 4 years ago

My usecase is: I am on https://www.openstreetmap.org/changeset/90462261 and want to see the osmcha-view of this, ...

I'm not sure if this would be help for your use case, but do you know the OSM smart menu? (https://github.com/jgpacker/osm-smart-menu)