Place GPS tiles in the overlayPane
This commit is contained in:
parent
78bb2b22f1
commit
0ca8b0a327
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ L.OSM.Map = L.Map.extend({
|
|||
this.dataLayer.options.code = 'D';
|
||||
|
||||
this.gpsLayer = new L.OSM.GPS({
|
||||
pane: "overlayPane",
|
||||
code: "G",
|
||||
name: I18n.t("javascripts.map.base.gps")
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue