snkashis
7472550087
Allow clicks to pass thru non clickable paths
2013-02-14 22:17:34 -05:00
jacobtoye
0e0831c2c9
Removing editable polyline/polygon example.
2013-02-11 13:18:18 +13:00
Vladimir Agafonkin
0d3aa59f9c
cleanup leaflet-include.js
2013-01-31 12:59:41 +02:00
Eldar Djafarov
5985bffea0
Fix debug html pages after #1326
2013-01-31 08:29:39 -02:00
Eldar Djafarov
82b327d9f5
use global deps file instead of ustom list
2013-01-30 18:01:32 -02:00
snkashis
b3a7f2ffb7
Remove click handler with onRemove
2013-01-12 16:55:13 -05:00
snkashis
b2e3f16b54
pass the clicked obj, not the map.
2012-12-27 15:37:57 -05:00
Vladimir Agafonkin
b4770906b3
tweak simple projection, add debug file
2012-12-11 20:18:54 +02:00
Vladimir Agafonkin
5ec66e984d
revert debug border
2012-12-10 18:08:38 +02:00
Vladimir Agafonkin
18601ddfde
update build
2012-12-10 18:07:02 +02:00
Mattias Bengtsson
c0135a219d
Added a bunch of tests and fixed some bugs those exposed.
...
Also don't try to automatically adjust zoom. Leave that to the
layer control for now and wait for a setBaseLayer / switchLayer
or something instead.
2012-11-19 04:36:13 +01:00
Mattias Bengtsson
6f1532f402
Fix for https://github.com/CloudMade/Leaflet/pull/623
...
There seems to be a timing bug though.
2012-11-18 22:07:27 +01:00
Mattias Bengtsson
19c51bcfb8
Add a debug page exposing the bugs that happen when switching layers with different zoom levels.
2012-11-18 17:19:28 +01:00
Vladimir Agafonkin
44a785f80d
convenience method for debugging
2012-11-14 13:37:25 +02:00
danzel
8bed7adb81
Make touch events work for IE10 using a wrapper approach (similar to DomEvent.DoubleTap). DoubleTap touch on IE10 doesn't currently work but everything else does. Refs #871
2012-10-18 14:23:09 +13:00
danzel
a17e481c76
Add another point to the polyline edit example so that it can reproduce #1022
2012-09-28 10:22:42 +12:00
Vladimir Agafonkin
622060d336
Merge pull request #968 from danzel/tilelayer-fixes
...
TileLayer fixes - Removing a TileLayer while dragging
2012-09-11 02:36:28 -07:00
danzel
db9ac2b5d7
Add a test case for removing a tile layer while dragging. Just start dragging the map and it breaks.
2012-09-03 09:05:59 +12:00
danzel
21be460719
Correct zIndex behaviour (Previously if you had 2 layers, neither of which had a zindex we'd set the zIndex to 0 on bringToBack and not remember it. On zoom it would revert). Add a test page for tile layer zIndex. Refs #959
2012-08-31 10:50:15 +12:00
Vladimir Agafonkin
2d2fc74110
get rid of the legacy L.Transition, replace with a better and simpler L.PosAnimation
2012-08-10 18:43:46 +03:00
Vladimir Agafonkin
6e5b37c36b
fix geojson example for IE
2012-08-08 12:18:05 +03:00
Vladimir Agafonkin
2aa30376db
fix IE9 regression (sorry!)
2012-08-07 18:43:52 +03:00
Vladimir Agafonkin
35dff37fdb
improve geojson example a bit
2012-08-07 11:56:48 +03:00
mourner
b2c61b74f2
Improve GeoJSON example
2012-08-04 11:43:55 +03:00
mourner
fc1e6669ab
improve geojson example colors, add legend
2012-08-03 23:50:14 +03:00
Vladimir Agafonkin
5281dbe99d
improve geojson example more
2012-08-03 16:11:41 +03:00
Vladimir Agafonkin
4d91aae677
improve geojson example
2012-08-03 15:48:16 +03:00
Vladimir Agafonkin
1ba68c7bed
improve geojson example
2012-08-03 15:08:49 +03:00
Vladimir Agafonkin
7a8df104b0
custom control for geojson example
2012-08-03 15:02:40 +03:00
Vladimir Agafonkin
62a84dedd8
new geojson example with US states
2012-08-03 14:49:45 +03:00
danzel
b96f23d2dd
Add a page for testing opacity works.
2012-08-02 11:30:50 +12:00
Vladimir Agafonkin
b1db46a307
update build with regression fixes
2012-07-30 12:31:09 +03:00
mourner
6437e653ee
fix array form polyline editing bug, update build
2012-07-29 02:22:18 +03:00
Vladimir Agafonkin
4174390562
keyboard navigation cleanup, closes #646 #663
2012-07-27 15:10:17 +03:00
Vladimir Agafonkin
cdfaad994f
more TileLayer and Control.Layers zIndex improvements, #309
2012-07-27 12:32:24 +03:00
Vladimir Agafonkin
ff7057f194
revert debug file
2012-07-26 17:35:09 +03:00
Vladimir Agafonkin
65aafc3a8f
fix VML remove/add losing styles issue, closes #830
2012-07-26 17:33:14 +03:00
Vladimir Agafonkin
33d9bc0cff
move L.Icon.Default to separate file, fix popup anchor
2012-07-18 13:55:49 +03: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
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
ad4b8a2441
fix contextmenu event on path layers
2012-07-13 14:48:35 +03:00
Vladimir Agafonkin
d0c341b006
Added WMS setParams, TileLayer redraw, setUrl, closed #719
2012-07-10 11:43:18 +03:00
Vladimir Agafonkin
92c704f33b
Improved GeoJSON API, closed #315 , closed #715
2012-07-09 14:42:44 +03:00
Vladimir Agafonkin
0d6749a3ac
initial API simplification
2012-07-03 17:06:44 +03:00
mourner
58ec820ab1
add image overlay debug page
2012-06-25 23:46:12 +03:00
danzel
3dad24975b
Update hacky test so 1 does a full animation and 2 does just a single step of it for easier testing.
2012-06-20 16:24:43 +12:00
danzel
c94e6177db
Add another hack test and move the buttons around the right
2012-06-20 13:48:57 +12:00
danzel
7ff79590f8
Add a test page that emulates a buggy touch zoom on desktop browsers to allow debugging of transforms :)
2012-06-20 13:38:32 +12:00