Commit Graph

1489 Commits

Author SHA1 Message Date
danzel
7019a2001e Remove opacity parameter from _updateOpacity, unused. 2012-07-17 14:46:14 +12:00
danzel
dc067d3d7b Make Marker.setOpacity set the opacity of the shadow also. Otherwise your shadow can end up more visible than your marker: setOpacity(0) 2012-07-17 14:45:49 +12:00
danzel
b663c7f442 Turns out the android browser has this issue too.
Change the hack to just use top/left if chrome is being used, otherwise use transform.
Hopefully chrome fixes their issue so we can use transform everywhere instead.
2012-07-17 11:58:04 +12:00
Vladimir Agafonkin
d6b0b02c3f Merge pull request #808 from danzel/safari-fixes
Take another go at safari tile layer fix hack. Add a test case for it so we don't forget about it.
2012-07-16 14:34:15 -07:00
danzel
95afdee703 Take another go at safari tile layer fix hack. Add a test case for it so we don't forget about it. 2012-07-17 09:31:04 +12:00
Vladimir Agafonkin
7fde9938fa revert debug vector file temporary stuff 2012-07-16 14:53:58 +03:00
Vladimir Agafonkin
c32319e3ba Fix vector layer flicker on iOS, closes #18 (yay!) 2012-07-16 14:53:07 +03:00
Vladimir Agafonkin
cfd0789140 update build 2012-07-16 14:36:14 +03:00
Vladimir Agafonkin
0e03e868fc Use transform3d tile positioning on iOS too, closes #800 2012-07-16 14:36:00 +03:00
Vladimir Agafonkin
8e8d23207b update changelog 2012-07-16 14:35:22 +03:00
Vladimir Agafonkin
0e4e02a1d3 fix popup so that tip shadow is not cut off 2012-07-16 14:22:05 +03:00
Vladimir Agafonkin
dd1a134c50 update build and changelog 2012-07-16 14:03:02 +03:00
Vladimir Agafonkin
f99a4173fe optimize canvas layers update, closes #732, closes #785 2012-07-16 13:57:00 +03:00
Vladimir Agafonkin
6bc8ea6eb5 Merge branch 'master' of github.com:CloudMade/Leaflet 2012-07-16 12:39:48 +03:00
Vladimir Agafonkin
f4dcc0fbea Merge pull request #805 from danzel/master
Position tiles with transform for safari to get around animation errors.
2012-07-16 00:14:30 -07:00
Vladimir Agafonkin
932ca80e96 Merge pull request #807 from jacobtoye/FixMapEvent
change second mousedown to be mouseup
2012-07-15 23:51:32 -07:00
jacobtoye
770d2c899f change second map mousedown to be mouseup 2012-07-16 15:34:55 +12:00
jacobtoye
661c6c6d1d Revert "change second mousedown to be mouseup"
This reverts commit 3b6f57e233.
2012-07-16 15:28:13 +12:00
jacobtoye
3b6f57e233 change second mousedown to be mouseup 2012-07-16 15:10:53 +12:00
danzel
4b001e6d19 Position tiles with transform for safari to get around animation errors. 2012-07-16 09:44:43 +12:00
Vladimir Agafonkin
ffe7f9dffe Merge pull request #802 from Mithgol/master
Detect retina displays and adjust wmsParams.width and wmsParams.height accordingly
2012-07-15 06:01:52 -07:00
Mithgol the Webmaster
f9ea2728b7 fix CloudMade/Leaflet#789 2012-07-14 07:07:47 +04:00
Vladimir Agafonkin
649d439af9 only set popup opacity if fadeAnimation is true 2012-07-13 17:06:16 +03:00
Vladimir Agafonkin
b30df4a0fd improve close button styling 2012-07-13 16:47:25 +03:00
Vladimir Agafonkin
f27279a358 update build 2012-07-13 16:29:50 +03:00
Vladimir Agafonkin
c89f363767 Merge pull request #801 from lars-sh/master
Fixed basic XHTML problems.
2012-07-13 06:13:46 -07:00
Lars Knickrehm
39ba367ad3 This reverts to commit bd1510cec4. 2012-07-13 14:08:01 +02:00
Vladimir Agafonkin
ad4b8a2441 fix contextmenu event on path layers 2012-07-13 14:48:35 +03:00
Vladimir Agafonkin
c28036f2c8 update build 2012-07-13 12:16:26 +03:00
Vladimir Agafonkin
444e0dba7c scale control fixes, closes #674 2012-07-13 12:11:20 +03:00
Vladimir Agafonkin
7abe4c7d70 fix polyline error when it's removed on moveend 2012-07-13 11:36:11 +03:00
Lars Knickrehm
2248fb2d53 Fixed basic XHTML problems. 2012-07-13 01:47:19 +02:00
Vladimir Agafonkin
bd1510cec4 improve panning inertia, fix animation easings on IE 2012-07-12 17:46:17 +03:00
Vladimir Agafonkin
f4ecfe61fb improve popup close button, get rid of the image, closes #631 2012-07-12 16:22:14 +03:00
Vladimir Agafonkin
aa68310c00 update build 2012-07-12 15:55:30 +03:00
Vladimir Agafonkin
275760352b remove accidental console.log 2012-07-12 15:54:44 +03:00
Vladimir Agafonkin
532ff7232d optimize map resizing 2012-07-12 15:53:58 +03:00
Vladimir Agafonkin
01e26a4cce add Map mouseup event 2012-07-12 15:48:44 +03:00
Vladimir Agafonkin
4f8dc06097 add Popup openOn(map) 2012-07-12 15:46:52 +03:00
Vladimir Agafonkin
e9b47e9811 factories for controls and multipolys 2012-07-12 15:40:47 +03:00
Vladimir Agafonkin
c6bae3ee5c support arrays in geojson addData 2012-07-12 15:37:43 +03:00
Vladimir Agafonkin
0814e18a81 fix popupAnchor array form 2012-07-12 15:35:22 +03:00
Vladimir Agafonkin
9aa723d95b cleanup Jakefile 2012-07-12 10:39:22 +03:00
Vladimir Agafonkin
4edfaee008 Use feature detection instead of browser sniffing for opacity, #796 2012-07-12 10:31:21 +03:00
Vladimir Agafonkin
2a7e49bfe3 Merge pull request #797 from danzel/master
Fix JSHint issues with my last pull
2012-07-12 00:18:59 -07:00
Vladimir Agafonkin
a849bcc808 Merge pull request #798 from danzel/featuregroup-addlayer
FeatureGroup now checks if the given layer has already been added in addLayer before adding it
2012-07-12 00:18:32 -07:00
danzel
863bed6797 FeatureGroup now checks if the given layer has already been added in addLayer before adding it 2012-07-12 17:02:14 +12:00
danzel
3b7d1761ee JSHint happiness. 2012-07-12 16:09:48 +12:00
Vladimir Agafonkin
4747b07036 Merge pull request #796 from danzel/master
Fix Opacity in IE10
2012-07-11 15:33:57 -07:00
danzel
e8a904530e Fix up opacity in IE10, use style.opacity in IE9 also
http://caniuse.com/#feat=css-opacity
Regex from http://msdn.microsoft.com/en-us/library/ms537509(v=vs.85).aspx
2012-07-12 09:54:53 +12:00