Commit Graph

2021 Commits

Author SHA1 Message Date
danzel
6eefa8ad0e Another pass on marker-icon, better grid fitting. 2013-01-14 16:12:58 +13:00
mourner
aa39185516 update changelog 2013-01-14 01:20:50 +02:00
Vladimir Agafonkin
7fb3609a92 Oops, revert accidental commit 2013-01-14 00:42:15 +02:00
mourner
333899ca51 add Popup zoomAnimation option, fix #999 2013-01-14 00:23:45 +02:00
mourner
5eb4f4686d fix a bug with FeatureGroup bindPopup not accepting options 2013-01-14 00:23:04 +02:00
Vladimir Agafonkin
cbd6cf52e8 Update README.md 2013-01-13 01:58:55 +02:00
Vladimir Agafonkin
c2064ef204 Merge pull request #1273 from snkashis/fix_circle_clicks
Remove canvas click handler with onRemove, #1006
2013-01-12 14:02:53 -08:00
snkashis
b3a7f2ffb7 Remove click handler with onRemove 2013-01-12 16:55:13 -05:00
Vladimir Agafonkin
eb518f33ac Merge branch 'master' of github.com:Leaflet/Leaflet 2013-01-11 18:50:44 +02:00
Vladimir Agafonkin
4ebfeb9d18 udpate copyright to be more precise 2013-01-11 18:50:21 +02:00
Vladimir Agafonkin
116671fa55 Merge pull request #1013 from fdlk/set-radius-in-style
radius is part of CircleMarker style so should be changeable in using setStyle();
2013-01-11 08:43:18 -08:00
Vladimir Agafonkin
88a9dbd053 Merge pull request #1216 from moonlite/better-zoomcontrol-borders-take2
Smaller inner border radius.
2013-01-11 08:40:05 -08:00
Vladimir Agafonkin
bc4104c708 fix TileLayer.brintToFront/Back on IE6-8, close #1168 2013-01-11 18:33:17 +02:00
Vladimir Agafonkin
3d1bb11919 Merge branch 'master' of github.com:Leaflet/Leaflet 2013-01-11 18:21:03 +02:00
Vladimir Agafonkin
64ca0af124 attempt to fix Android 4.1 zoom freeze, #1182 2013-01-11 18:20:40 +02:00
Vladimir Agafonkin
6dd0dea1aa double quotes to single 2013-01-11 18:19:50 +02:00
Vladimir Agafonkin
58d13cac1d Merge pull request #1265 from krekoten/contributing-fix
Add missing "be" to CONTRIBUTING.md
2013-01-11 04:14:09 -08:00
Мар'ян Крекотень (Marjan Krekoten')
c7c6843f87 Add missing "be" to CONTRIBUTING.md 2013-01-11 14:12:37 +02:00
Vladimir Agafonkin
f237c3e174 update link to the new repo location 2013-01-11 13:42:15 +02:00
Vladimir Agafonkin
5b486a494c update license year 2013-01-11 13:42:01 +02:00
Vladimir Agafonkin
8c481d5a87 update build 2013-01-08 12:18:16 +02:00
Vladimir Agafonkin
80d0da1bdf fix iOS vectir zoom anim regression, close #1259 2013-01-08 12:18:10 +02:00
Vladimir Agafonkin
1677a7d40d Merge pull request #1251 from Guiswa/dev/guiswa/issue1226
Fix issue 1226: IE10 "Invalid argument" error in version 0.5 defining retina
2012-12-31 11:25:37 -08:00
Aaron King
c2869cee5d Fix issue 1226: IE10 "Invalid argument" error in version 0.5 defining retina
https://github.com/CloudMade/Leaflet/issues/1226

Credit to dreamfall for the fix.
2012-12-31 10:39:24 -08:00
Vladimir Agafonkin
590bbd9ba7 Merge pull request #1245 from danzel/ie
Re-add L.Browser.ie as it is used in debug\vector\geojson.html(113).
2012-12-28 04:49:46 -08:00
Vladimir Agafonkin
733666bcab Merge pull request #1240 from brianherbert/allow-null-geojson
Allow null GeoJSON geometries.
2012-12-28 04:49:31 -08:00
Brian Herbert
971e55b911 Simplifying condition for null geojson geometries.
Used feedback from @mourner to make the change from the pull request
#1240
2012-12-28 11:56:19 +09:00
danzel
f57e2eadcb Re-add L.Browser.ie as it is used in debug\vector\geojson.html(113). Fixes #1242 2012-12-28 11:21:23 +13:00
Vladimir Agafonkin
e825b32cf8 Merge pull request #1244 from danzel/fix-events
Change marker click tracking. Only care if the map has been dragged if we are not draggable.
2012-12-27 13:53:55 -08:00
Vladimir Agafonkin
7163d30ef8 Merge pull request #1243 from snkashis/fix_canvas_ref
Handling clicks on paths with L_PREFER_CANVAS, #1215
2012-12-27 12:52:37 -08:00
snkashis
b2e3f16b54 pass the clicked obj, not the map. 2012-12-27 15:37:57 -05:00
Vladimir Agafonkin
5109492a35 Merge pull request #1231 from snkashis/fix_wms_params
handle existing query strings for WMS urls , #973
2012-12-27 11:42:31 -08:00
snkashis
6b4f5c4cf7 handling no existingUrl scenario 2012-12-27 14:39:19 -05:00
Vladimir Agafonkin
045883bfae Merge pull request #1237 from Felixls/patch-1
Update build/build.js
2012-12-27 04:58:06 -08:00
jerel
c63e3721cb This modifies the Android WebView phantom click workaround.
Previously it was blocking when an element had multiple click listeners
because those events were fired rapidly. Since Android fires its second
click at approximately 300ms after the first we do a check to make sure
that at least 100ms has elapsed but not more than 400ms.
2012-12-27 00:40:41 -06:00
Brian Herbert
2a38a809d3 Allow null GeoJSON geometries.
This change checks if a geometry/ies in GeoJSON are set as null, in
which case it will skip it.
2012-12-27 12:15:08 +09:00
Felixls
156a4814da Update build/build.js
Error in index variable
2012-12-26 15:21:10 -02:00
snkashis
3d416f38e1 whitespace for hash 2012-12-26 11:45:38 -05:00
snkashis
8d442b1630 cleanup to match convention 2012-12-26 10:33:11 -05:00
Vladimir Agafonkin
a9c12f1d81 Merge pull request #1233 from mehmeta/leafletmaster
Polyline layer leaves markers behind if removed in editing state
2012-12-25 22:28:52 -08:00
Mehmet Alkanlar
f2b9a3a32e Fixed issue with Polyline.Edit remove hook. 2012-12-24 17:35:33 -08:00
Steve
3208db476c Semicolons in spec 2012-12-22 23:52:25 -05:00
snkashis
8c7c06431a handle existing query strings for WMS urls , #973 2012-12-22 17:47:38 -05:00
Vladimir Agafonkin
a82ed0a3e2 Merge pull request #1229 from yohanboniface/Path_openPopup_fix
Eventlistener is Path._openPopup not Path.openPopup
2012-12-22 08:13:14 -08:00
Yohan Boniface
952f9289c3 Eventlistener is Path._openPopup not Path.openPopup 2012-12-21 18:13:45 +01:00
jerel
0919b25cd6 This makes sure we only do the Android duplicate click workaround on Android 2012-12-21 08:37:13 -06:00
jerel
cf94612f6b Fixes #1041, Android WebView triggers two clicks at once. This calls
L.DomEvent.stop(event) on the second if two clicks are triggered within 400ms
of each other. Double click is unaffected however.

There are other workarounds that focus on _fireMouseEvent(), however I had to
resolve it at the click event level as my map, markers, controls, were all
affected.
2012-12-21 01:54:15 -06:00
danzel
73dd7371d0 Change marker click tracking. Only care if the map has been dragged if we are not draggable.
If we are draggable and we get a possible click then we don't need to care if the map was dragged as we would have been handling the drag.

Fixes #1223
2012-12-21 14:40:09 +13:00
Vladimir Agafonkin
2a0eec9ce7 better dependencies formatting 2012-12-20 15:34:22 +02:00
Vladimir Agafonkin
b9727d9190 made up my mind about comment format, add some more comments 2012-12-20 12:37:40 +02:00