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
Vladimir Agafonkin
16cdb668b2
merge simplify-api
2012-07-05 16:24:42 +03:00
Vladimir Agafonkin
3e24ed5400
more work on simplified api
2012-07-05 14:45:06 +03:00
Vladimir Agafonkin
7ea7b144f9
Merge pull request #759 from danzel/zoom-marker-hack-fix
...
Zoom Marker Hack Fix
2012-07-04 16:09:11 -07:00
danzel
15718ec58c
Rename options.innerHTML to options.html
2012-07-05 08:46:18 +12:00
danzel
46a18ad348
Add an option to DivIcon to allow setting the innerHTML
2012-07-04 15:45:27 +12:00
Vladimir Agafonkin
0d6749a3ac
initial API simplification
2012-07-03 17:06:44 +03:00
danzel
3674c11ae7
Line up FeatureGroup change with master
2012-07-03 11:49:18 +12:00
danzel
f6f060f28b
Make FeatureGroup de-init events when removing a layer
2012-07-03 11:49:09 +12:00
danzel
914204f301
Need to do the shadow too
2012-07-03 09:44:30 +12:00
danzel
166746563c
If 3d is disabled, hide everything during a zoom. You can set window.L_DISABLE_3D = true to force 3d off.
2012-07-03 09:12:14 +12:00
mourner
28a21fd4c3
minor cleanup / refactoring, fix removeEventListener bug
2012-07-01 15:46:31 +03:00
mourner
0f40da1cce
merge events by Guiswa, minor cleanup/refactoring
2012-06-30 14:51:09 +03:00
mourner
8d619899b0
refactoring, map getZoomScale and getScaleZoom, fix path zoom anim to take clip padding into account
2012-06-29 02:59:49 +03:00
mourner
9387db04c2
refactoring, cleanup, add Bounds.getBottomLeft and getTopRight
2012-06-29 01:47:30 +03:00
Vladimir Agafonkin
0830bb38dc
fixed path setStyle in IE6-8, closed #641 , updated build and changelog
2012-06-26 12:21:15 +03:00
danzel
9a979dd6d9
ImageOverlay zooming support done proper! :)
2012-06-26 11:16:46 +12:00
danzel
b901708d31
Working on ImageOverlay zoom animation. This works but the image wobbles when it zooms some times. Will have another go with scale...
2012-06-26 11:16:45 +12:00