Vladimir Agafonkin
|
10aa67a438
|
Merge pull request #460 from mortenbekditlevsen/divicon
<div> Icon
|
2012-02-03 01:55:13 -08:00 |
|
Vladimir Agafonkin
|
769ecd9801
|
Merge pull request #459 from mortenbekditlevsen/redraw
'redraw' method for TileLayer.Canvas
|
2012-02-03 01:55:08 -08:00 |
|
Vladimir Agafonkin
|
3a0a28dd8f
|
Merge pull request #458 from mortenbekditlevsen/reusetiles
Option for reusing tiles added to TileLayer
|
2012-02-03 01:55:00 -08:00 |
|
Morten Ditlevsen
|
86badfcefa
|
Haversine distance formula for getting distance (in meters) between two LatLngs
|
2012-02-03 08:43:59 +01:00 |
|
Morten Ditlevsen
|
4d131e7724
|
Merge branch 'master' of https://github.com/CloudMade/Leaflet into boundsintersection
|
2012-02-03 08:34:48 +01:00 |
|
Morten Ditlevsen
|
55b6dd60b5
|
Merge branch 'master' of https://github.com/CloudMade/Leaflet into divicon
|
2012-02-03 08:29:18 +01:00 |
|
Morten Ditlevsen
|
024173ee30
|
Merge branch 'master' of https://github.com/CloudMade/Leaflet into redraw
|
2012-02-03 08:24:02 +01:00 |
|
Morten Ditlevsen
|
f54450f893
|
Added 'intersection' method for Bounds - just like the current implementation for LatLngBounds
|
2012-02-02 15:30:36 +01:00 |
|
Morten Ditlevsen
|
b7a2eeacd8
|
If image source for an icon is null, then create a div-object instead of an img-object
|
2012-02-02 15:29:55 +01:00 |
|
Morten Ditlevsen
|
a42491e272
|
'redraw' method for Tile.Canvas layer
|
2012-02-02 15:28:58 +01:00 |
|
Morten Ditlevsen
|
db587ab63c
|
Merge branch 'master' of https://github.com/CloudMade/Leaflet into reusetiles
|
2012-02-02 15:12:51 +01:00 |
|
Morten Ditlevsen
|
de740148a0
|
Option to reuse tiles instead of creating and destroying them continuously
|
2012-02-02 15:07:37 +01:00 |
|
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 |
|