Place GPS tiles in the overlayPane

This commit is contained in:
Tom Hughes 2017-01-05 08:45:59 +00:00
parent 78bb2b22f1
commit 0ca8b0a327

View file

@ -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")
});