[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.4.3, created. v0.4.3

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.4.3 has been created
at  a3de07d437486772dc42a7eb3ae3aed25a6d7c7d (tag)
   tagging  968aece11e97870f7a3975ec3c0479df143debf1 (commit)
  replaces  v0.4.2
 tagged by  Vladimir Agafonkin
on  Tue Aug 7 12:29:23 2012 +0300

- Shortlog 
Version 0.4.3

Andrew Beaven (1):
  Added option to animate pan on invalidateSize()

Vladimir Agafonkin (35):
  Merge pull request #857 from ajbeaven/AnimatedInvalidateSize
  update changelog and build
  Merge pull request #861 from danzel/master
  Merge pull request #862 from danzel/oldie-fixes
  cleanup layers control IE7 fix #861
  update build and changelog
  update version number and build
  add _site to git ignore
  Merge pull request #864 from danzel/oldie-fixes
  fix dragging cursor appearing to early on FF
  merge stable, update build
  Remove android 2/3 hacks for TileLayer animation (we'll only support it 
for 4+)
  Move tile layer transition to CSS, detect zoom transion end globally
  Merge pull request #868 from danzel/master
  minor refactoring
  new geojson example with US states
  custom control for geojson example
  improve geojson example
  add bringToFront and bringToBack to FeatureGroup
  improve geojson example
  return this in Path bringToFront/bringToBack
  improve geojson example more
  improve geojson example more
  Merge branch 'improve-geojson' of github.com:CloudMade/Leaflet into 
improve-geojson
  update changelog
  Merge branch 'improve-geojson'
  Fix map to not animate on resize by default
  update build and changelog
  fix map panning inertia flicker on Chrome
  Remove Win/Meta key to zoom out binding, fix #869
  update build and changelog for 0.4.3
  improve geojson example a bit
  discovered iOS regression, revert 0.4.3 release
  fix iOS pinch-zoom regression and update build
  update changelog and build

danzel (7):
  When removing a marker from a FeatureGroup, only remove the popup if it 
was put there by the FeatureGroup.
  Radio buttons properly dynamically created in IE7 don't work, so the 
layers dialog doesn't work, do it this hacky way instead.
  Add a page for testing opacity works.
  Fix setting opacity multiple times in oldie. Was disabling the filter if 
it should be enabled and vice-versa
  Fix setting opacity multiple times in oldie. Was disabling the filter if 
it should be enabled and vice-versa
  Fix for android 2 tiles
  Tidy up comments

mourner (3):
  improve geojson example colors, add legend
  Add geojson setStyle and resetStyle methods, layer feature property
  Improve GeoJSON example

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.5, created. v0.5

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.5 has been created
at  e6f8e4b5f94dc453285d447ac80289573aa4567a (tag)
   tagging  eed2c8a12b073f95e41c2180b17e8db6e56a9bff (commit)
  replaces  v0.4.4
 tagged by  Vladimir Agafonkin
on  Thu Jan 17 12:13:31 2013 +0200

- Shortlog 
Version 0.5

Aaron King (1):
  Fix issue 1226: IE10 "Invalid argument" error in version 0.5 defining 
retina

Adam Stull (1):
  Stop propagation of mouse event

Alexander Parshin (2):
  Allow HTML in Layer Names (issue #1009)
  fix indent symbols

Brian Herbert (2):
  Allow null GeoJSON geometries.
  Simplifying condition for null geojson geometries.

Bryan McBride (1):
  Typo and grammar fixes

Calvin Metcalf (2):
  GeoJSON GeometryCollection passes consisent params to pointToLayer
  fixed the whitespace and also removed the quotes in object keys

Dave Leaver (5):
  Merge pull request #1023 from danzel/polyedit
  Merge pull request #1046 from inpursuit/bug/2
  Merge pull request #1050 from jacobtoye/master
  Merge pull request #1076 from danzel/ie10
  Merge pull request #1278 from danzel/master

Dominik Moritz (1):
  Implemented isValid() function for Bounds and LatLngBounds. Fixes issue 
#966. Added specification.

Felixls (1):
  Update build/build.js

Fleur Kelpin (1):
  radius is part of CircleMarker style so should be changeable in using

John Firebaugh (4):
  Ensure that getBounds can be called during the first moveend event
  Test the right class
  Add a baselayerchange event
  Add Map#whenReady

Jon Stevens (2):
  null check setting of document.onselectstart
  fix for issue #892 , second time around.

Manuel Ohlendorf (2):
  fixes Issue 1204: border width is now added to viewpoint offset 
calculation
  fix indentation: use tabs instead of spaces

Marc Jansen (1):
  Add missing semicolon.

Marcel Sulek (2):
  IE10 double-tap fix - binding touchEvent methods instead of deleting them
  IE10 - fix of not simulating clicks even when drag was within 
TAP_TOLERANCE

Mattias Bengtsson (8):
  Add a debug page exposing the bugs that happen when switching layers with 
different zoom levels.
  Fix for https://github.com/CloudMade/Leaflet/pull/623
  Added a bunch of tests and fixed some bugs those exposed.
  Wrap the last test in a map.whenReady to ensure the map has finished 
loading
  Stupid typo
  Add a missing semi colon and make one line < 80 chars
  Add test for ensuring maxZoom and minZoom on the map overrides any layer 
settings.
  Smaller inner border radius.

Mehmet Alkanlar (1):
  Fixed issue with Polyline.Edit remove hook.

OriginalSin (1):
  Update src/layer/tile/TileLayer.js

Pascal Borreli (1):
  Fixed typos

Steve (1):
  Semicolons in spec

Tom Hughes (1):
  Update the Layers control when layers are added or removed

Vladimir Agafonkin (205):
  check if path is already in front in bringToFront, same for bringToBack
  fix geojson example for IE
  optimize images with OptiPNG
  get rid of the legacy L.Transition, replace with a better and simpler 
L.PosAnimation
  optimize requestAnimFrame for IE6-8
  update changelog
  update build with panning anim improvements
  Merge pull request #893 from lookfirst/issue-892
  improved scroll wheel zoom to be more responsive
  fixed glitches with zooming on pan animation and panning on zoom animation
  update build
  fix default icon anchor
  fix touch zoom regression
  Merge branch 'master' of github.com:CloudMade/Leaflet
  fix various master regressions
  Merge pull request #961 from danzel/canvas-fixes
  Merge pull request #963 from danzel/zindex
  Merge pull request #968 from danzel/tilelayer-fixes
  update build and changelog, do not prevent tile loading on pan animation
  Merge pull request #972 from domoritz/master
  update build and changelog
  Merge pull request #1007 from danzel/ie10
  Merge pull request #1011 from waldir/patch-2
  do not detect VML if SVG is supported, related to #870 comments
  Merge pull request #1033 from danzel/fix-events
  update build and changelog
  Merge pull request #1027 from jfirebaugh/loaded
  Merge pull request #1038 from jacobtoye/popupdecouple
  Merge pull request #1049 from danzel/fix-events
  Merge pull request #1051 from jacobtoye/MarkerDragMoveEventFix
  update build and changelog
  add initial contribution info
  update contributing guide
  more contributing guide updates
  final contrubution guide adjustments
  fix mdash in contrib guide
  Merge pull request #1058 from bmcbride/master
  Merge pull request #1060 from danzel/zoom-fixes
  Merge pull request #1062 from jfirebaugh/spec
  add built files to gitignore to avoid confusion, update build
 

[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.4, created. v0.4

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.4 has been created
at  0a6fcee4b0800c7e10a1a937e2c8ddf82b20e402 (tag)
   tagging  b1db46a3071787c33b4f20d58eb05d7998cde499 (commit)
  replaces  v0.3
 tagged by  Vladimir Agafonkin
on  Mon Jul 30 12:31:22 2012 +0300

- Shortlog 
Version 0.4

Aaron King (5):
  Add getContainer() method to L.Map as per the documentation.
  Merge remote-tracking branch 'origin/master'
  Add getLatLng() and getRadius() methods to L.Circle.
  Merge remote-tracking branch 'upstream/master'
  Allow L.Mixin.Events.addEventListener() to accept a map in which the 
string keys represent one or more space-separated event types and the values 
represent a handler function to be called for the event(s).

Andrew Beaven (1):
  Fixes popups in IE8 and earlier

Bryan McBride (1):
  Support ability to add a tile layer below all others for TileLayer.WMS

CKeen (1):
  add start & end events for Map.BoxZoom

Charlie Moad (1):
  use abs val distance

Charlie Savage (3):
  this.edit is not always set for polygons - this happens to us for example 
when loading from geojson.  This patch makes sure that this.editing is set 
before checking whether editing is enabled.
  The load event for a tile layer is only fired after all tiles are loaded. 
 However, the previous code only took into account successful tile loads.  It 
is legitimate for a tile load to cause an error - you might be zoomed out on a 
map and are pulling a non-existent tile (especially on indoors maps).  This 
patch takes into account both successful and unsuccessful tile loads.
  When a tileLayer is added or removed form a map, the _tileLayersNum 
property is appropriately updated but the _tileLayersToLoad is not.  It is not 
updated until resetView, but that is called after  the method _onTileLayerLoad 
is called.  Thus, if you add one tile layer the _tileLayersToLoad is zero and 
when _onTileLayerLoad is called the values is decremented to -1.

Damon Oehlman (1):
  Tweaked DOM util opacity to only apply in IE when opacity !== 1

Dino Ravnić (5):
  all paths need to return "this"
  - dragend should fire in _onDragEnd no matter if inertia is on or off
  "instanceof window.Event" didn't worked on Chrome, so replaced it with a 
more general variant
  forgot a semicolon
  code reformating to make it compliant with jake

Eric Martinez (6):
  Reversed up/down arrow pan direction. Some noted the inverted style is 
not expected.
  Support for map.options.keyboardPanOffset and 
map.options.keyboardZoomOffset. Use these to configure how far the keyboard 
controls will pan/zoom the map (respectively).
  Created a focus handler for the map. Converted keyboard handler to make 
use of new focus events.
  Merge remote branch 'upstream/master'
  Removed legacy code that caused console errors.
  Cleaned up use of defaults.

Finn Herpich (2):
  Added contextmenu to Path.SVG Events
  forget to prevent the default context menu action

Geremia Taglialatela (1):
  ie6 filter clearing fix

Graeme West (2):
  Fixing indentation so that Leaflet compiles.
  Converting spaces to tabs for consistency.

Jan Pieter Waagmeester (7):
  Fix regexp in DomUtil.removeClass to correctly remove spaces, use 
addClass in stead of manual class manimulation in Map.ZoomAnimation
  Merge branch 'master' of git://github.com/CloudMade/Leaflet
  Fixed error after running spec: only remove spaces at head and tail now
  Use L.DomUtil.addClass to add classes instead of direct attribute 
manipulation
  Merge branch 'master' of git://github.com/CloudMade/Leaflet
  Replace manual style.opacity manimulations by L.DomUtil.setOpacity in 
Popup.js
  Merge branch 'master' of git://github.com/CloudMade/Leaflet

Jason Sanford (12):
  Adding "equals" method to LatLngBounds using the preferred LatLng.equals 
method. Much cleaner.
  Adding L.Rectangle. Just ready to test in debug, still needs added to 
build scripts, documentation to be comlete. Addresses #494.
  Merge branch 'master' of git://github.com/CloudMade/Leaflet
  Merge branch 'master' of git://github.com/CloudMade/Leaflet
  Moved rectangle debug page to vector directory
  Adding setBounds method to Rectangle layer.
  Merge branch 'master' of github.com:JasonSanford/Leaflet
  Merge branch 'master' of git://github.com/CloudMade/Leaflet
  DRYing things up a bit with Rectangle.js
  Fixing typo in Rectanlge.js description. Adding Rectangle.js to 
dependencies.
  LatLngBounds.extend(otherLatLngBounds) seems to be working. Addresses 
#517.
  Adding getBounds method to FeatureGroup.

Johannes (3):
  Fix bug in bind causing loss of arguments
  Add basic geoloca

[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.6, created. v0.6

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.6 has been created
at  89617c9e3be50380ed7b47e3feeeb5746548baf8 (tag)
   tagging  33741660280f679530500e11687c4f66466d3b0d (commit)
  replaces  v0.5
 tagged by  Vladimir Agafonkin
on  Tue Jun 25 20:28:16 2013 -0400

- Shortlog 
Version 0.6

Adam Stull (1):
  Allow pointer-events to be set via options passed to shape

Alexander Dimitrov (1):
  Add tile bounds option to limit tile loading to a given region

Alexander frenzel (1):
  fix enable/disable of marker dragging

Andrew Kirkegaard (3):
  hasLayer and removeLayer by id.
  getLayer by id.
  removeLayer by id for FeatureGroups.

Andrey Chizh (2):
  Update deps.js
  Update deps.js

Andrii Korzh (2):
  Check object when LatLngBounds extend
  Update LatLngBoundsSpec.js

Ansis Brammanis (1):
  dblclicking now zooms around mouse, not centre

Brian Hatchl (1):
  fixed bug where wms tilesize option was ignored when setting

Calvin Metcalf (6):
  overlay events
  rename events
  ie7 fix
  we want it reletive not from the base
  only mention the path, and ternery
  enable coffeescript classes

Christian Schwarz (1):
  Fixed zoom out on Windows 8 with Firefox

Daan Mortier (2):
  Issue #1631: Fixed a bug on removeEventListener
  Updated patch for issue #1631 based on feedback

Dave Leaver (3):
  Merge pull request #1396 from danzel/oldie-fixes
  Merge pull request #1424 from tmcw/use-tobe
  Mention why aria-haspopup is required in the layers control

Eldar Djafarov (10):
  testacular port
  enable testacular runner
  fix code style
  Make getFiles more consistent
  use global deps file instead of ustom list
  Fix debug html pages after #1326
  travisci integration
  test coverage initial commit
  use master testacular only if --cov
  Fix: SpecHelper should be first

Jan Pieter Waagmeester (1):
  TileLayer.Canvas.redraw() now returns this.

John Firebaugh (45):
  2 space indents -> tabs
  Enable cleaner overriding of TileLayer#getTileUrl
  Omit "should" in spec descriptions
  Add Map#remove
  Force touch support off for PhantomJS
  Fix .leaflet-bar style for a single button bar
  Remove margin override for .leaflet-control-zoom
  Fire an unload event on removal
  Use devDependencies
  Fix whitespace
  Add Map#eachLayer (fixes #1457)
  Normalize polygon holes (fixes #1459)
  testacular -> karma
  Update mocha.js
  Manage mocha dependency with npm; update to 1.9.0
  Update specs for mocha
  Add #toGeoJSON to various layer types (#712)
  Convert to expect.js assertions
  Compatibility with browserify
  Add prepublish script to package.json
  Permit layer stamping to be overridden
  Add .npmignore
  Bounds-check array access in Polygon#initialize
  Popup-specific closeOnClick option
  Set correct initial zIndex on tile layer divs
  Merge pull request #1684 from scooterw/1670
  Fix indentation
  Don't call Layer#onRemove if Layer#onAdd was never called
  Don't call Layer#onAdd on a layer that has been removed
  Don't fire layerremove if layeradd was never fired
  Fix trailing whitespace
  Remove webkit workaround that is no longer necessary
  Don't overwrite layer.feature.geometry
  Normalize all toGeoJSON output to Features
  Fix test
  Avoid error if transform happens to be 'none'
  Remove preventDefault and mousedown workaround
  Continue to preventDefault on touch
  Suppress text selection behavior during drag
  Add iframe debug html
  Refine existing methods for disabling text selection
  Also disable user-drag/prevent dragstart events
  Remove preventDefault from BoxZoom too
  Use "wheel" event where supported (#1788)
  Merge pull request #1789 from Leaflet/wheel

Joschka (1):
  Fix viewport offset calculation in Firefox (issue #1322)

Josh Caldwell (2):
  Properly calculate the y position of the element when positioned relative
  Unbind moveend event when maxBounds removed

Justin Walgran (1):
  Add main to package.json

Karl Nack (1):
  Fix transformRe (fixes #1658)

Konstantin.Myakshin (1):
  Trigger popupopen/close on markers too.

Krister Kari (2):
  Add L.Util.trim
  Modify or replace regexes that break javascript lazy evaluation with 
multi line comments

Mattias Bengtsson (3):
  Fire zoomlevelschange event when zoomlevels are updated.
  Add tests for the zoomlevelschanged-event.
  Don't expose getZoomLevels.

Michael Moore (1):
  Allow value of 0 in L.DivIcon's html parameter

Nikolai Prokoschenko (1):
  Disable 3D CSS transforms on PhantomJS

Oleg Smith (1):
  Strage behavior of inplace github editor

Paul Bonaud (1):

[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.4.2, created. v0.4.2

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.4.2 has been created
at  d455b824b920b05368a78481ea357ee4924a36b6 (tag)
   tagging  63a62213dfebd7a6a99ae2064bf079f9ac363c4a (commit)
  replaces  v0.4.1
 tagged by  Vladimir Agafonkin
on  Wed Aug 1 14:23:51 2012 +0300

- Shortlog 
Version 0.4.2

Vladimir Agafonkin (3):
  cleanup layers control IE7 fix #861
  update build and changelog
  update version in the source

danzel (2):
  When removing a marker from a FeatureGroup, only remove the popup if it 
was put there by the FeatureGroup.
  Radio buttons properly dynamically created in IE7 don't work, so the 
layers dialog doesn't work, do it this hacky way instead.

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.4.1, created. v0.4.1

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.4.1 has been created
at  8a10dd40f9f16230f525a2ba60a2e3a1f9b201aa (tag)
   tagging  a393cdec20c8349ce2869cc091479bc7042aa248 (commit)
  replaces  v0.4
 tagged by  Vladimir Agafonkin
on  Tue Jul 31 10:59:42 2012 +0300

- Shortlog 
Version 0.4.1

Olexandr Skrypnyk (2):
  Detect retina support for a huge amount of devices by Thomas Fuchs
  Move `isRetina` method from Util to Browser

Vladimir Agafonkin (7):
  fix ugly marker shadows on iE8, closes #850
  update changelog
  fix incorrect calculation of scale by the scale control, closes #852
  update changelog
  Merge pull request #854 from sxua/master
  Merge pull request #856 from mattcurrie/patch-1
  update build and changelog

mattcurrie (1):
  Fix L.tileLayer.wms class factory

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.5.1, created. v0.5.1

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.5.1 has been created
at  0deed7381fa5dc66ba0e06e87dcef77de1a161cc (tag)
   tagging  c1d410f2703f0832618c997225e7360f6a292c58 (commit)
  replaces  v0.5
 tagged by  Vladimir Agafonkin
on  Wed Feb 6 15:26:56 2013 +0200

- Shortlog 
Version 0.5.1

Vladimir Agafonkin (4):
  Merge tag 'v0.5' into stable
  add generated coverage to gitignore in stable
  backport the geojson featurecollection arrays fix
  bump version to 0.5.1 and update build

danzel (1):
  Make setRadius and updateStyle({radius: 123 }) work.

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.4.4, created. v0.4.4

2013-06-26 Thread Vladimir Agafonkin
The annotated tag, v0.4.4 has been created
at  ddd48369ddeaf6a7ced977adc661c881918e349d (tag)
   tagging  2aa30376db9ec5a547e900b8f52260510fef72d9 (commit)
  replaces  v0.4.3
 tagged by  Vladimir Agafonkin
on  Tue Aug 7 18:43:59 2012 +0300

- Shortlog 
Version 0.4.4

Vladimir Agafonkin (1):
  fix IE9 regression (sorry!)

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.6.2, created. v0.6.2

2013-07-01 Thread Vladimir Agafonkin
The annotated tag, v0.6.2 has been created
at  715c96139d01cd6481d534df02e276f8d15c2b23 (tag)
   tagging  46356e73a76db034d666abd9206070d35a0c643b (commit)
  replaces  v0.6.1
 tagged by  Vladimir Agafonkin
on  Fri Jun 28 16:47:48 2013 -0400

- Shortlog 
Version 0.6.2

John Firebaugh (7):
  Disable text selection on mousedown rather than move
  Replace explicit z-index with DOM reordering
  Workaround for FF user-select bug (fixes #1807)
  Manage happen.js with npm and upgrade it
  Consistent mouse event propagation in Marker and Path
  Copyedit
  Revert "Consistent mouse event propagation in Marker and Path"

Vladimir Agafonkin (14):
  Merge pull request #1801 from Leaflet/1800
  fix chrome zoom anim flickering near map borders
  update build and changelog
  Merge pull request #1804 from Leaflet/1790
  update changelog
  add plugin authoring guide, close #399
  updates to plugin authoring guide
  Merge pull request #1809 from Leaflet/mouse-events
  update build, bump minor version
  update changelog
  bump version in package.json
  rename plugin authoring guide
  update changelog
  remove change that didn't go into 0.6.2

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.6.1, created. v0.6.1

2013-07-01 Thread Vladimir Agafonkin
The annotated tag, v0.6.1 has been created
at  5eb80236152a3aaf503ef3d0d6a042d79e43025c (tag)
   tagging  ae5bc1cc82acb9a17b86130b6c891cd68a249243 (commit)
  replaces  v0.6
 tagged by  Vladimir Agafonkin
on  Thu Jun 27 10:41:28 2013 -0400

- Shortlog 
Version 0.6.1

John Firebaugh (2):
  Revert "Use "wheel" event where supported (#1788)"
  preventDefault on MozMousePixelScroll

Vladimir Agafonkin (8):
  reorder items in the changelog a bit
  make npm package name lowercase as required
  fix clash of zoom button hover styles with Bootstrap, close #1791
  update jshint and karma versions in deps
  fix EPSG3395 zooming, close #1796
  update build and changelog
  fix typo in changelog
  bump version and build

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.6.3, created. v0.6.3

2013-07-20 Thread Vladimir Agafonkin
The annotated tag, v0.6.3 has been created
at  f907ee5aec8e8aff70b17bb83398bb613ec63cb1 (tag)
   tagging  e9f354053b3afdb20ed1e2fff54bdd31b7ede245 (commit)
  replaces  v0.6.2
 tagged by  Vladimir Agafonkin
on  Wed Jul 17 19:43:03 2013 +0300

- Shortlog 
Version 0.6.3

Aaron Rutkovsky (4):
  Stop transition if element is outside fo the DOM
  Merge branch 'master' into disable_animations_outside_dom
  Stop animation if can't get position from current style
  PosAnimation tests

Christoffer Rosen (1):
  Issue where the tile layer is not reset and updated when redraw is called.

David Beitey (1):
  Allow options to be passed to Map.setMaxBounds such that they can be used 
when setting the view.

John Firebaugh (4):
  Mirror D3 strategy for drag event suppression
  Fire layerremove after removing the layer
  Upload individual asset artifacts
  Fix scrolling popup content on Firefox

Josh Caldwell (1):
  Fix issue with mouse position when page is scrolled

Poisbeau Mathieu (1):
  Update Marker.js

Scooter Wadsworth (2):
  attempt to address regressions from #1684, #1745
  Merge pull request #1 from jec006/fix_mouse_position_relative

Vladimir Agafonkin (68):
  Merge tag 'v0.5' into stable
  add generated coverage to gitignore in stable
  backport the geojson featurecollection arrays fix
  bump version to 0.5.1 and update build
  add package.json for publishing on npm
  merge master for 0.6
  merge master
  add TileLayer maxNativeZoom option for scaling tiles on unsupported 
zooms, close #1798
  fix global map leak
  minor cleanup
  add info about name, minor updates
  Merge pull request #1802 from Leaflet/scaledtiles
  update changelog, close #1819
  fix typo and reorder items in the changelog a bit
  Merge pull request #1833 from danzel/master
  Merge pull request #1826 from scooterw/fix_mouse_position_relative
  Merge pull request #1846 from Leaflet/layerremove
  update build
  update changelog
  Merge pull request #1817 from tofferrosen/patch-1
  update changelog
  Revert "Merge pull request #1802 from Leaflet/scaledtiles"
  Merge branch 'stable' of https://github.com/Leaflet/Leaflet into stable
  merge master without the scaled tiles commit into stable
  update changelog
  fix typo in changelog
  Merge branch 'master' into stable
  add build uploading to s3 to travis
  fix path in travis artifacts build
  archive dist in travis without root dir
  Merge branch 'master' into stable
  add leaflet prefix to travis build archives, fix .DS_Store inclusion
  Merge branch 'master' into stable
  remove build JS in dist, update readme, close #1354
  don't install travis-artifacts for minor branches and PRs
  merge master (removing built files)
  bump version
  fix geojson not accepting geometry arrays, close #1840
  Merge branch 'master' into stable
  fix marker shadow not zoom animating after setIcon, close #1768
  Merge branch 'master' into stable
  Merge pull request #1851 from freepius44/patch-1
  fixed false FeatureGroup layerremove, close #1847
  Merge branch 'master' into stable
  update changelog
  merge #1834 (passing options to setMaxBounds)
  Merge branch 'master' into stable
  add multipoly getLatLngs, close #1839, update changelog
  Merge branch 'master' into stable
  do not animate zoom if nothing to animate yet, close #1484, close #1845
  Merge pull request #1856 from rutkovsky/disable_animations_outside_dom
  don't do travis artifacts stuff for pull req branches
  put travis sciprts as one line for and conditions to work
  better formatting in travis.yml
  Merge pull request #1858 from danzel/fix-featuregroup-removelayer
  fix fakeStop in IE<9, close #1850 hopefully
  break line to fix jshint
  Merge branch 'master' into stable
  fix Map min/maxZoom not overriding TileLayer-derived min/max, close #1848
  update changelog
  Merge branch 'master' into stable
  Try fixing Travis not building pull requests
  Merge pull request #1861 from Leaflet/asset-artifacts
  fix touch styles for leaflet-bar class
  avoid vector flickering on Mac Safari more often, #902
  update changelog and bump version to 0.6.3
  Merge branch 'master' into stable
  forgot to bump version in the source

danzel (4):
  Make setRadius and updateStyle({radius: 123 }) work.
  Remove trailing comma, fixes IE7. Refs #1755
  Fix worldCopyJump if you start zoomed all the way out. Fixes #1831
  Add a few more featuregroup tests and

[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.6.3-1-6-g35c6e63

2013-08-02 Thread Vladimir Agafonkin
The following commit has been merged in the master branch:
commit 3a8cff69e4797d05005382c4b01e55797d329756
Author: Vladimir Agafonkin 
Date:   Thu Jul 25 13:10:35 2013 +0300

bump version

diff --git a/package.json b/package.json
index 5e755ff..688dfc6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
"name": "leaflet",
-   "version": "0.6.3",
+   "version": "0.6.4",
"description": "JavaScript library for mobile-friendly interactive 
maps",
"devDependencies": {
"jshint": "~2.1.4",
diff --git a/src/Leaflet.js b/src/Leaflet.js
index d1294d0..ea33028 100644
--- a/src/Leaflet.js
+++ b/src/Leaflet.js
@@ -2,7 +2,7 @@
 var oldL = window.L,
 L = {};
 
-L.version = '0.6.3';
+L.version = '0.6.4';
 
 // define Leaflet for Node module pattern loaders, including Browserify
 if (typeof module === 'object' && typeof module.exports === 'object') {

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.6.3-1-6-g35c6e63

2013-08-02 Thread Vladimir Agafonkin
The following commit has been merged in the master branch:
commit 8248c6b1d0f7f739d45c9e800c8ae16e1d7d4f6a
Author: Vladimir Agafonkin 
Date:   Thu Jul 25 12:49:16 2013 +0300

fix map scrolling right on click with horizontal scroll on page, close #1901

diff --git a/src/map/handler/Map.Keyboard.js b/src/map/handler/Map.Keyboard.js
index dabbc02..ddf6759 100644
--- a/src/map/handler/Map.Keyboard.js
+++ b/src/map/handler/Map.Keyboard.js
@@ -65,7 +65,7 @@ L.Map.Keyboard = L.Handler.extend({
var body = document.body,
docEl = document.documentElement,
top = body.scrollTop || docEl.scrollTop,
-   left = body.scrollTop || docEl.scrollLeft;
+   left = body.scrollLeft || docEl.scrollLeft;
 
this._map._container.focus();
 

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet annotated tag, v0.6.4, created. v0.6.4

2013-08-02 Thread Vladimir Agafonkin
The annotated tag, v0.6.4 has been created
at  c5e0aac29c9df898fb233ee5666478ce60011ff9 (tag)
   tagging  3a8cff69e4797d05005382c4b01e55797d329756 (commit)
  replaces  v0.6.3
 tagged by  Vladimir Agafonkin
on  Thu Jul 25 13:10:41 2013 +0300

- Shortlog 
Version 0.6.4

Vladimir Agafonkin (3):
  fix infinite loop in getBounds and setMaxBounds, close #1895, close #1866
  fix map scrolling right on click with horizontal scroll on page, close 
#1901
  bump version

---

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.6.3-1-6-g35c6e63

2013-08-02 Thread Vladimir Agafonkin
The following commit has been merged in the master branch:
commit b73ed6afb8426dd70e44c065a09d36a8d90533b7
Author: Vladimir Agafonkin 
Date:   Thu Jul 25 12:42:09 2013 +0300

fix infinite loop in getBounds and setMaxBounds, close #1895, close #1866

diff --git a/src/map/Map.js b/src/map/Map.js
index 0df345c..62f16ef 100644
--- a/src/map/Map.js
+++ b/src/map/Map.js
@@ -345,8 +345,8 @@ L.Map = L.Class.extend({
},
 
getMinZoom: function () {
-   var z1 = this._layersMinZoom === undefined ? -Infinity : 
this._layersMinZoom,
-   z2 = this._boundsMinZoom === undefined ? -Infinity : 
this._boundsMinZoom;
+   var z1 = this._layersMinZoom === undefined ? 0 : 
this._layersMinZoom,
+   z2 = this._boundsMinZoom === undefined ? 0 : 
this._boundsMinZoom;
return this.options.minZoom === undefined ? Math.max(z1, z2) : 
this.options.minZoom;
},
 

-- 
JavaScript library for displaying map data in web browsers

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits