hiddewie / OpenRailwayMap-vector

OpenRailwayMap vector tiles
https://openrailwaymap.fly.dev
GNU General Public License v3.0
4 stars 1 forks source link

Allow changing the background map #66

Closed hiddewie closed 1 week ago

hiddewie commented 4 months ago
hlfan commented 4 months ago

These options should be combinable so that for all map sources (standard or custom) the three grayscale levels (0%, 50%, 100%) can be set. Also in the wake of this, the standard map could be changed to an OSM vector map, whether future OSMF or third-party tiles like this.

hiddewie commented 4 months ago

Thanks for the comment. https://github.com/hiddewie/OpenRailwayMap-vector/pull/68 contains basic configuration for saturation, opacity and raster tile URL.

Supporting vector tiles as a background map layer requires more work.

hiddewie commented 1 week ago

Vector background map is implemented in https://github.com/hiddewie/OpenRailwayMap-vector/pull/109