mourner
|
de78de0fee
|
Update build and changelog
|
2012-02-03 12:51:29 +02:00 |
|
mourner
|
8088be451e
|
merge reverse zoom TileLayer option from Majiir
|
2012-02-03 12:41:18 +02:00 |
|
mourner
|
3c2df2ee61
|
Clean up harvesine formula, update changelog
|
2012-02-03 12:17:11 +02:00 |
|
mourner
|
aa111eb790
|
Merge remote-tracking branch 'origin/master'
|
2012-02-03 12:07:23 +02:00 |
|
mourner
|
1cc885056b
|
Significantly improved line simplification performance
|
2012-02-03 12:07:06 +02:00 |
|
Vladimir Agafonkin
|
4c25fd8236
|
Merge pull request #462 from mortenbekditlevsen/lldist
Haversine distance formula for getting distance between two LatLngs
|
2012-02-03 01:55:29 -08:00 |
|
Vladimir Agafonkin
|
77a24f107a
|
Merge pull request #461 from mortenbekditlevsen/boundsintersection
Bounds intersection
|
2012-02-03 01:55:22 -08:00 |
|
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 |
|
Morten Ditlevsen
|
86badfcefa
|
Haversine distance formula for getting distance (in meters) between two LatLngs
|
2012-02-03 08:43:59 +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
|
de740148a0
|
Option to reuse tiles instead of creating and destroying them continuously
|
2012-02-02 15:07:37 +01: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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
|
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
|
f68a227680
|
integrate jshint into Jakefile, minor cleanup
|
2011-12-12 19:54:03 +02:00 |
|
mourner
|
3776e73c00
|
Switched to Node + Jake + UglifyJS for building
|
2011-12-11 22:45:49 +02:00 |
|
mourner
|
c509c55f20
|
more whitespace fixes
|
2011-12-10 13:48:45 +02:00 |
|
mourner
|
8c6b5b3df5
|
Fixed GeoJSON pointToLayer not working inside a GeometryCollection, closed#391
|
2011-12-09 18:19:58 +02:00 |
|