Now you can (re)define other options accepted by Leaflet tile layers, for 
example `url` or `maxZoom`. Also you define new tile layers that are not 
present in `leaflet.osm.js` because `leafletOsmId` is no longer mandatory.

This lets you add, for example, dark version of  Transport Map by adding to 
`config/layers.yml`:

```yml
- url: 
'https://{s}.tile.thunderforest.com/transport-dark/{z}/{x}/{y}{r}.png?apikey={apikey}'
  maxZoom: 21
  code: "U"
  keyId: "transportmapdark"
  nameId: "transport_map"
  apiKeyId: "THUNDERFOREST_KEY"
  credit:
    id: "thunderforest_credit"
    children:
      thunderforest_link:
        id: "andy_allan"
        href: "https://www.thunderforest.com/"
```
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/5386

-- Commit Summary --

  * Allow specifying extra layer options in layers.yml

-- File Changes --

    M app/assets/javascripts/leaflet.layers.js (2)
    M app/assets/javascripts/leaflet.map.js (27)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/5386.patch
https://github.com/openstreetmap/openstreetmap-website/pull/5386.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5386
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to