[openstreetmap/openstreetmap-website] fix for #1239 add public gps tiles layer for debugging purposes (#1406)
IOOI-SqAR
notifications at github.com
Wed Jan 4 14:37:01 UTC 2017
IOOI-SqAR commented on this pull request.
> @@ -55,6 +55,13 @@ L.OSM.Map = L.Map.extend({
this.dataLayer = new L.OSM.DataLayer(null);
this.dataLayer.options.code = 'D';
+
+ this.gpsLayer = new L.OSM.GPS({
+ attribution: copyright,
+ code: "G",
+ keyid: "gps",
just one question: is the attribution key needed here? If I add it (as it currently is) I see the copyright twice one I check that box
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1406
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170104/5fbe473c/attachment-0001.html>
More information about the rails-dev
mailing list