leaflet-extras / leaflet-providers

An extension to Leaflet that contains configurations for various free tile providers.
https://leaflet-extras.github.io/leaflet-providers/preview/
BSD 2-Clause "Simplified" License
2.12k stars 662 forks source link

Add variants to OpenRailwayMap tiles #466

Open ThatIsAPseudo opened 1 year ago

ThatIsAPseudo commented 1 year ago

Add the following variants for OpenRailwayMap tiles : 'Standard' (renamed the already existing one), 'Maxspeed', 'Signals', 'Electrification', 'Gauge'. See https://tiles.openrailwaymap.org.

brunob commented 1 year ago

Nice, you should avoid the renaming (which could break existing usages) by doing it like we do in OpenStreetMap / Mapnik variant :)

brunob commented 1 year ago

@ThatIsAPseudo could you update your patch according to my last comment please ?