Vladimir Agafonkin
|
fa5adb2c8d
|
Merge pull request #453 from mortenbekditlevsen/master
Map.invalidateSize() could cause an antialiasing artifact on WebKit
|
2012-02-01 12:43:12 -08:00 |
|
Morten Ditlevsen
|
090eae607b
|
Merge branch 'master' of https://github.com/CloudMade/Leaflet
|
2012-02-01 11:03:11 +01:00 |
|
mourner
|
5d9c4f08fc
|
update build
|
2012-02-01 11:53:45 +02:00 |
|
Morten Ditlevsen
|
6f57de7a5a
|
Simplified antialiasing fix - thanks Vladimir.
|
2012-02-01 10:46:36 +01:00 |
|
Morten Ditlevsen
|
debaf3e0c3
|
Fix antialiasing on WebKit when calling map.invalidateSize() on a map having an odd width or height (e.g. when resizing a browser window and having set the map width to 100%)
|
2012-02-01 09:33:56 +01:00 |
|
Andy Chosak
|
af01e1bebe
|
Merge remote-tracking branch 'upstream/master'
|
2012-01-26 15:45:34 -05:00 |
|
Andy Chosak
|
2049bafbec
|
Pull request for issue #447.
|
2012-01-26 15:45:12 -05:00 |
|
Vladimir Agafonkin
|
a485d668db
|
Fix incorrect merge of #373
|
2012-01-25 10:58:08 +02:00 |
|
Andy Chosak
|
cec18094a3
|
Bug fix related to issue #373.
|
2012-01-24 13:20:06 -05:00 |
|
Vladimir Agafonkin
|
edb7d25921
|
Merge pull request #433 from aceiii/master
Attribution control only works after it's added to map.
|
2012-01-16 06:21:28 -08:00 |
|
Vladimir Agafonkin
|
e087a59f0c
|
Merge pull request #436 from jderrough/master
Marker._map is undefined in Marker.bindPopup()
|
2012-01-14 15:57:08 -08:00 |
|
Jonathan DERROUGH
|
f684eca40b
|
Marker._map is undefined in Marker.bindPopup()
This would occur when the Map has never been set/reset.
'this._map' is now tested before being accessed with a call to Map.openPopup().
|
2012-01-14 17:47:28 +01:00 |
|
Borin Ouch
|
a3202fca2a
|
Fix Attribution control behaviour before it's added to map.
|
2012-01-13 12:55:12 -08:00 |
|
Vladimir Agafonkin
|
af5591fd48
|
Merge pull request #429 from jderrough/master
Corrected the way L.Map.locateAndSetView() handles the 'options' parameter
|
2012-01-11 12:59:59 -08:00 |
|
Jonathan DERROUGH
|
09279cdc6e
|
Removed some trailing spaces in 'src/map/Map.js'.
Corrected the way L.Map.locateAndSetView() handles the 'options'
parameter so that it is not overriden anymore.
|
2012-01-11 20:18:06 +01:00 |
|
Vladimir Agafonkin
|
8c428fb660
|
Merge pull request #427 from mikolajgrajek/master
Right click (context menu) event on Map.
|
2012-01-11 09:08:00 -08:00 |
|
Mikolaj Grajek
|
d2994b388d
|
Right click (context menu) event on Map (with default context menu popup
block).
|
2012-01-11 10:19:37 +01:00 |
|
Vladimir Agafonkin
|
e59711bbe7
|
Merge pull request #421 from ErshKUS/master
Added option to add the required class for certain popup
|
2012-01-10 06:12:48 -08:00 |
|
ErshKUS
|
69885956e6
|
leaflet-popup class should be always present
|
2012-01-06 15:40:50 +03:00 |
|
ErshKUS
|
15fe83b150
|
add options correct class popup
|
2012-01-06 13:16:24 +03:00 |
|
Majiir Paktu
|
1f45ef7348
|
Added zoomInvert option to reverse the order in which zooms are numbered.
|
2011-12-23 12:56:56 -05:00 |
|
Vladimir Agafonkin
|
ff81ea14f7
|
Merge pull request #403 from alexgraul/master
Fix bug with 180deg LatLngs being clamped to -180, not 180.
|
2011-12-21 05:35:17 -08:00 |
|
Alex Graul
|
57f44bc423
|
fix issue with 180 longs being clamped to -180
|
2011-12-21 13:22:07 +00:00 |
|
mourner
|
50a5790072
|
Fixed empty Polygon constructor issue
|
2011-12-16 14:16:18 +02:00 |
|
mourner
|
cf8e0ca50e
|
Fixed map.getBounds on a date line cross issue, closed #295
|
2011-12-16 14:04:45 +02:00 |
|
mourner
|
435b3eea69
|
Fixed getBoundsZoom regression on small bounds
|
2011-12-15 15:05:51 +02:00 |
|
mourner
|
2fabb23358
|
Added Marker zIndexOffset option, closed #65
|
2011-12-15 14:46:36 +02:00 |
|
mourner
|
80048bddf4
|
Fixed Safari redraw after popup issue, closed #296
|
2011-12-15 13:56:29 +02:00 |
|
mourner
|
e50c98863c
|
Added FeatureGroup setStyle and invoke methods, closed #353
|
2011-12-15 13:25:25 +02:00 |
|
mourner
|
8e65ac4c5e
|
one more changelog cleanup
|
2011-12-15 12:22:16 +02:00 |
|
mourner
|
f02de1140e
|
revert geojson debug files
|
2011-12-15 12:21:42 +02:00 |
|
mourner
|
dd42662a42
|
minor changelog update
|
2011-12-15 12:20:09 +02:00 |
|
mourner
|
83230666af
|
Categorize API improvements in the changelog
|
2011-12-15 12:17:50 +02:00 |
|
mourner
|
83af28eae9
|
Fixed GeoJSON date line rendering bug, closed #354
|
2011-12-15 12:07:35 +02:00 |
|
mourner
|
3595c50b33
|
Added map zoomstart event, fixed movestart event, closed #377
|
2011-12-14 16:09:32 +02:00 |
|
mourner
|
36eb9d3cbd
|
fix map drag regression
|
2011-12-14 15:09:59 +02:00 |
|
mourner
|
10520b7c4a
|
udpate build
|
2011-12-14 13:44:45 +02:00 |
|
mourner
|
873bf10442
|
Move popup on Marker setLatLng (by @tjarratt), closes #272
|
2011-12-14 13:42:50 +02:00 |
|
mourner
|
5db85f2a76
|
Added ImageOverlay load event, closed #213
|
2011-12-14 13:38:42 +02:00 |
|
mourner
|
8504147844
|
Restructure handler code
|
2011-12-14 13:12:54 +02:00 |
|
mourner
|
39ffba339e
|
Handler code refactoring
|
2011-12-14 12:34:11 +02:00 |
|
mourner
|
877bc7c908
|
fix whitespace
|
2011-12-13 17:37:14 +02:00 |
|
mourner
|
4751d1dbea
|
Merge map popup events by @chosak #373
|
2011-12-13 17:34:56 +02:00 |
|
mourner
|
e5242cec29
|
Fix LatLngBounds intersects
|
2011-12-13 17:12:33 +02:00 |
|
mourner
|
12d3dc5e71
|
Merge Elliptical Mercator fix by @Savvkin
|
2011-12-13 16:23:22 +02:00 |
|
mourner
|
6f8698b93d
|
Added LatLngBounds intersects method, closed #350
|
2011-12-13 16:01:04 +02:00 |
|
mourner
|
43a405214c
|
Report build size change
|
2011-12-13 00:41:56 +02:00 |
|
mourner
|
587eafca2a
|
improve build helper instructions
|
2011-12-12 22:37:30 +02:00 |
|
mourner
|
b523a23bb5
|
fix line endings and update build 3
|
2011-12-12 22:21:20 +02:00 |
|
mourner
|
709f9ae84a
|
fix line endings and update build 2
|
2011-12-12 22:15:35 +02:00 |
|