Open
Description
Right now, we use the openstreetmap-website
container essentially only as an API - you can edit with iD
or JOSM
and export data out / create vector tiles. Ideally, this website would "work" for users of an instance just like osm.org and elements like name be customizable. Ideally, however we make these changes, would not result in a fork, but we maintain an easy / clear path to receiving updates from upstream.
Things I can think of we would need to get working:
- Make website name and logo customizable
- Get the map to work. This is probably the hardest bit. We will need to swap out the current map view on osm.org to use vector tiles, OR generate rasters. This is probably non-trivial, but there could be some existing work here we could leverage.
- Either get the geocoder to work or hide it / work-around it. It's probably worth the effort to add Nominatim as a container and configure the geocoder widget to use it.
We should also have a clear idea on how we plan to make changes in a way that we can easily keep up with upstream.