Use language-independent URL hash id for quality coding layer (#242)
This commit is contained in:
parent
7691e15d61
commit
61903bb66d
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ BR.RoutingPathQuality = L.Control.extend({
|
|||
var renderer = new L.Hotline.Renderer({ pane: 'routingQualityPane' });
|
||||
|
||||
this._routingSegments = L.featureGroup();
|
||||
this._routingSegments.id = 'route-quality'; // for URL hash instead of language name
|
||||
layersControl.addOverlay(this._routingSegments, i18next.t('map.layer.route-quality'));
|
||||
|
||||
this.providers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue