Commit Graph

1167 Commits

Author SHA1 Message Date
Norbert Renner
c3c98109dc build 2012-02-07 23:21:38 +01:00
Norbert Renner
a9bca5ceef Fix empty popup on Internet Explorer 2012-02-07 23:16:05 +01:00
appelflap
388b6aeadb Make _update obey min/max Zoom of layer 2012-02-03 23:38:50 +01:00
mourner
fd2426eabd minor TileLayer edits 2012-02-03 20:17:20 +02:00
mourner
f46c0263c3 Fixed touch-panning inside a popup, closed #452 2012-02-03 12:59:05 +02:00
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
5d57b52156 Update changelog 2012-02-03 12:32:36 +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
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