Commit Graph

441 Commits

Author SHA1 Message Date
Vladimir Agafonkin
b5513f4dd0 add ImageOverlay bringToBack/Front, update build, closes #824 2012-07-25 17:36:14 +03:00
Vladimir Agafonkin
4ece350176 fix TileLayer.redraw and multiple layers issue, closes #814 2012-07-25 17:25:53 +03:00
Vladimir Agafonkin
3342e7c215 fix lint error and update build 2012-07-25 17:14:31 +03:00
Vladimir Agafonkin
c50aaabd6d TileLayer refactoring, add loading event, update changelog, closes #177 2012-07-25 17:10:11 +03:00
Vladimir Agafonkin
55c35828a8 Fix jittery marker movement on pinch-zoom (removed position rounding) 2012-07-25 11:14:21 +03:00
Vladimir Agafonkin
de835e3ce3 normalize dashArray in IE, update changelog 2012-07-24 18:11:49 +03:00
jacobtoye
ef03f4aed2 Added support for dashed strokes. 2012-07-24 11:48:44 +12:00
mourner
1da1041655 return this in more methods 2012-07-24 01:42:57 +03:00
mourner
daf7a81f9c merge changes 2012-07-20 21:16:41 +03:00
mourner
0cadad7a1d remove shadowOffset, add shadowAnchor 2012-07-20 21:14:24 +03:00
jacobtoye
f6979ff96b Added missing mouse events to FeatureGroup. 2012-07-20 14:09:05 +12:00
danzel
0b913df152 Re-Fix android tile unloading crash #137 2012-07-19 09:48:35 +12:00
Vladimir Agafonkin
33d9bc0cff move L.Icon.Default to separate file, fix popup anchor 2012-07-18 13:55:49 +03:00
Vladimir Agafonkin
f446659325 fix whitespace 2012-07-18 13:52:24 +03:00
Vladimir Agafonkin
e9043f8cdb Merge pull request #810 from danzel/shadow-opacity
Make Marker options.opacity/setOpacity set the Shadow opacity as well as the marker opacity
2012-07-17 00:42:31 -07:00
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
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
c32319e3ba Fix vector layer flicker on iOS, closes #18 (yay!) 2012-07-16 14:53:07 +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
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
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
c89f363767 Merge pull request #801 from lars-sh/master
Fixed basic XHTML problems.
2012-07-13 06:13:46 -07:00
Vladimir Agafonkin
ad4b8a2441 fix contextmenu event on path layers 2012-07-13 14:48:35 +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
f4ecfe61fb improve popup close button, get rid of the image, closes #631 2012-07-12 16:22:14 +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
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
ff86f5a24b Need to check that createShadow actually created a shadow before adding the classes. Simplify the code too. 2012-07-11 15:55:41 +12:00
danzel
129572014c Set the animation classes for marker in _initIcon rather than onAdd so that setIcon doesn't remove them 2012-07-11 15:51:12 +12:00
Jan Pieter Waagmeester
c7be915f45 Merge branch 'master' of git://github.com/CloudMade/Leaflet 2012-07-10 12:29:41 +02:00
Jan Pieter Waagmeester
138167158b Replace manual style.opacity manimulations by L.DomUtil.setOpacity in Popup.js 2012-07-10 12:29:23 +02:00
Vladimir Agafonkin
cc60eb81c7 add subdomains to WMS, closes #735 2012-07-10 12:00:13 +03:00
Vladimir Agafonkin
d0c341b006 Added WMS setParams, TileLayer redraw, setUrl, closed #719 2012-07-10 11:43:18 +03:00
Vladimir Agafonkin
97553cd0bd fix whitespace 2012-07-09 17:09:18 +03:00
Vladimir Agafonkin
dfdc011413 add bgPos to DivIcon for spriting, closes #743 2012-07-09 17:08:01 +03:00
Vladimir Agafonkin
8b3e97153c fix icon default paths, update changelog 2012-07-09 15:07:22 +03:00
Vladimir Agafonkin
92c704f33b Improved GeoJSON API, closed #315, closed #715 2012-07-09 14:42:44 +03:00
Jan Pieter Waagmeester
8e355b5596 Merge branch 'master' of git://github.com/CloudMade/Leaflet 2012-07-05 16:59:34 +02:00
Jan Pieter Waagmeester
97e3d08dd5 Use L.DomUtil.addClass to add classes instead of direct attribute manipulation 2012-07-05 16:59:00 +02:00
Vladimir Agafonkin
2746cc843e add addTo method to ImageOverlay, GeoJSON, LayerGroup, Popup 2012-07-05 16:53:32 +03:00