X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/de5a225a95125db1a66d6dfbaa3a790db9719c18..cdfe2ac21ec01344b4b10d566582e7cc2b2eb7cb:/app/assets/javascripts/application.js diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 0ee6dc880..f1a13132c 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -2,38 +2,28 @@ //= require jquery_ujs //= require jquery.timers //= require jquery.cookie +//= require jquery.throttle-debounce +//= require bootstrap.tooltip +//= require bootstrap.dropdown //= require augment +//= require osm //= require leaflet //= require leaflet.osm +//= require leaflet.hash //= require leaflet.zoom //= require leaflet.extend //= require leaflet.locationfilter //= require i18n/translations //= require oauth -//= require osm //= require piwik //= require map -//= require menu -//= require sidebar //= require richtext -//= require resize -//= require geocoder //= require querystring var querystring = require('querystring-component'); function zoomPrecision(zoom) { - var decimals = Math.pow(10, Math.floor(zoom/3)); - return function(x) { - return Math.round(x * decimals) / decimals; - }; -} - -function normalBounds(bounds) { - if (bounds instanceof L.LatLngBounds) return bounds; - return new L.LatLngBounds( - new L.LatLng(bounds[0][0], bounds[0][1]), - new L.LatLng(bounds[1][0], bounds[1][1])); + return Math.max(0, Math.ceil(Math.log(zoom) / Math.LN2)); } function remoteEditHandler(bbox, select) { @@ -46,12 +36,21 @@ function remoteEditHandler(bbox, select) { }; if (select) query.select = select; - $("#linkloader") + + var iframe = $('