Skip to content

Commit

Permalink
Place GPS tiles in the overlayPane
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 5, 2017
1 parent 78bb2b2 commit 0ca8b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/leaflet.map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
});
Expand Down

0 comments on commit 0ca8b0a

Please sign in to comment.