brouter-web/js
Sascha Hagedorn ffff29dfcc Added ability to specify custom overlays in configuration
Analogous to adding base layers, custom overlays can be added in
the `config.js` file:

```javascript
BR.conf.overlays = {
    'Hill shading': 'http://{s}.tiles.wmflabs.org/hillshading/{z}/{x}/{y}.png'
};
```
2016-06-29 20:37:54 +02:00
..
control default opacity 0.67 (#36) 2016-06-14 17:03:16 +02:00
plugin Show position in elevation diagram when hovering path on map, closes #29 2016-06-21 10:15:39 +02:00
router add notes: not a public API 2015-06-19 12:11:51 +02:00
index.js Added ability to specify custom overlays in configuration 2016-06-29 20:37:54 +02:00
Util.js catch cross-origin exception for local file:// urls (profiles) 2015-05-22 14:25:00 +02:00