Commit Graph

79 Commits

Author SHA1 Message Date
Juergen Treml
1a1205ea6e Provide the hooks needed for writing plugins / extensions to scale control
Separate the creation of scales as well as the updating of them into
separate methods, which allows for plugins to overwrite these methods
in order to add an extra scale and update it.

Update style to support n scales instead of exactly one or two.
2012-07-29 14:10:03 +02:00
Vladimir Agafonkin
4174390562 keyboard navigation cleanup, closes #646 #663 2012-07-27 15:10:17 +03:00
Vladimir Agafonkin
ccd6c2956f Merge branch 'master' of https://github.com/ericmmartinez/Leaflet into keyboard 2012-07-27 14:18:46 +03:00
Vladimir Agafonkin
1f19f74fa6 Merge branch 'master' of github.com:CloudMade/Leaflet 2012-07-27 12:33:35 +03:00
Matt Currie
6142a8b74c Add zIndex support to L.TileLayer 2012-07-27 14:12:40 +12:00
danzel
3a8ce2fff5 Set pointer-events on the corner overlays so they can be clicked through (Thanks @ajbeaven @jacobtoye for showing me this). Fixes #575 2012-07-27 09:17:55 +12:00
Vladimir Agafonkin
fe4dfbadbc try to fix #335 according to danzel's comment 2012-07-26 17:42:27 +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
b30df4a0fd improve close button styling 2012-07-13 16:47:25 +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
d292b16666 tidy up leaflet CSS 2012-06-26 11:48:43 +03:00
Vladimir Agafonkin
dd47877154 removed translate3d(0,0,0) hack (seems unnecessary now) 2012-06-25 20:21:37 +03:00
danzel
9cec6643f1 Use a generic class (leaflet-zoom-animated) instead of explicitly stating in the CSS what things are zoom animated. 2012-06-21 12:05:31 +12:00
danzel
6d725f02cd Change animateMarkerZoom to use a class/style rather than setting visibility directly. 2012-06-21 11:22:22 +12:00
danzel
bda2a8a2bc Add zooming animation support to Path.Canvas layers also. 2012-06-19 11:12:29 +12:00
danzel
da475a9d23 Don't animate movement when zooming by touch. Still doesn't work right for touch. 2012-06-19 09:20:35 +12:00
danzel
0b30a9b893 Move more zoom animation bits out to css 2012-06-19 09:20:33 +12:00
danzel
d30d057968 Do major tidy ups on the SVG zoom animation, pretty certain that this is tidy now.
Conflicts:

	src/map/anim/Map.ZoomAnimation.js
2012-06-19 09:20:31 +12:00
danzel
51fb9eeacf Start on making markers animate when zooming rather than disappearing and reappearing. Currently implemented as a hack in Map.ZoomAnimation. 2012-06-19 09:20:27 +12:00
mourner
44773a998c updated build, closed #451 2012-06-18 12:30:39 +03:00
Eric Martinez
a69477abcf Created a focus handler for the map. Converted keyboard handler to make use of new focus events. 2012-05-04 23:46:15 -06:00
mourner
bff72c2c8a make scale control more compact 2012-02-25 17:53:26 +02:00
mourner
90198ec519 added scale control 2012-02-25 17:04:27 +02:00
mourner
194425d24b Fix stuttering of pan animation in some cases 2012-02-24 16:53:22 +02:00
mourner
41bfa169a1 styling tweaks, remove controls box-shadow for mobile devices 2012-02-23 16:13:09 +02:00
mourner
d728779bc6 fix controls regression 2012-02-23 10:47:19 +02:00
mourner
287a58ec2a Fixed regression with disappearing controls, closed #525 2012-02-23 10:32:39 +02:00
mourner
1c579dbeac Fixed Android 3 zoom control issue, closed #335 2012-02-21 15:33:10 +02:00
mourner
10bb71fb2a Improved panning usability on marker-crowded maps, closed #506 2012-02-21 12:32:11 +02:00
mourner
1e72e40c89 Added Popup maxHeight option, updated default popup styles 2012-02-17 15:32:40 +02:00
mourner
c3b33d8ca3 Polyline editing fixes, better debug page 2012-02-16 18:11:17 +02:00
mourner
1a8a0ce632 Added DivIcon for lightweight div-based markers, and editable poly example 2012-02-16 13:00:45 +02:00
mourner
8e131c5f32 more cleanup and refactoring 2012-02-15 17:05:55 +02:00
mourner
fdde989f05 Fixed Android 3 stability issues 2012-02-13 16:01:00 +02:00
mourner
dde05f8f31 Fixed z-index marker issues in IE, closed #259 2011-10-28 16:09:38 +03:00
mourner
61d746818b Prevented some CSS frameworks from setting Leaflet img max-width, fixed #322 2011-10-21 18:52:37 +03:00
mourner
465a27e5fc Fixed IE6/7 and IE8-compat overlays not displaying regression, closed #312 2011-09-29 11:48:17 +03:00
Mourner
e4c08caf47 Fix overlay positions when panning to a copy of a world, close #273 2011-09-09 16:32:43 +03:00
Mourner
50e36cc2cb minor tweaks 2011-07-13 14:38:46 +03:00
Mourner
03075f0928 initial Control.Layers commit 2011-07-12 20:19:29 +03:00
Mourner
d2487e89d0 improve mobile webkit click responsiveness, fix clicks in Android 2.1 2011-06-17 13:50:50 +03:00
Mourner
e576fd846c improve typograhy 2011-06-16 15:45:37 +03:00
Mourner
4d46f03065 CSS cleanup (thanks to CSSLint) 2011-06-16 15:02:42 +03:00
Mourner
db62672a73 popup animation in Firefox/Opera, fixes #21 2011-05-25 18:29:37 +03:00
Mourner
7809accb0e opera fixes 2011-05-20 16:34:45 +03:00
Mourner
7d41a332f6 Fixed a bug related to img {max-width: 100%} rule in Firefox 2011-05-18 11:43:11 +03:00
Mourner
28a50d7f18 zoom buttons hover styles 2011-04-15 16:06:46 +03:00
Mourner
25a4952fb3 zIndex for controls, fixes #36 2011-04-15 12:26:22 +03:00
Mourner
ba28ce77bf fix IE, fix attrib control styling, update build 2011-04-15 11:56:48 +03:00
Mourner
d8bcfef1a3 initial attribution control implementation 2011-04-14 18:48:14 +03:00