[openstreetmap/openstreetmap-website] fix for #1239 add public gps tiles layer for debugging purposes (#1406)
Tom Hughes
notifications at github.com
Wed Jan 4 13:00:47 UTC 2017
tomhughes commented on this pull request.
> @@ -176,6 +176,7 @@ L.OSM.layers = function(options) {
addOverlay(map.noteLayer, 'notes', OSM.MAX_NOTE_REQUEST_AREA);
addOverlay(map.dataLayer, 'data', OSM.MAX_REQUEST_AREA);
+ addOverlay(map.gpsLayer, 'gps', OSM.MAX_REQUEST_AREA);
We either need to pass a larger value for the second argument here (because I think the GPS tiles don't have a limit) or we need to add `javascripts.site.map_gps_zoom_in_tooltip` to the resources.
--
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#pullrequestreview-15106060
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170104/c419f863/attachment.html>
More information about the rails-dev
mailing list