Commit Graph

1144 Commits

Author SHA1 Message Date
mourner
bd511151a0 update build and changelog 2011-11-18 13:04:05 +02:00
mourner
315ebb1eb5 fix typo in movestart fire 2011-11-18 13:02:46 +02:00
Savva
f54a55858b Fix for Elliptical Mercator projection (y coord corresponds to minor earth radius) 2011-11-02 21:38:12 +04:00
mourner
9686b73d15 update build 2011-10-28 16:16:29 +03:00
mourner
dde05f8f31 Fixed z-index marker issues in IE, closed #259 2011-10-28 16:09:38 +03:00
mourner
d432e562b5 compatibility notice 2011-10-28 15:18:03 +03:00
mourner
2c540485d2 Throw error if trying to initialize the same map container twice. Closed #258 2011-10-28 12:23:42 +03:00
mourner
98be07c86b Make layers control expanded on mobile by default (temp workaround). 2011-10-28 12:19:00 +03:00
mourner
b1a202064f Fixed changelog 2011-10-28 12:12:40 +03:00
mourner
9a456b14e3 cleanup 2011-10-27 17:39:05 +03:00
mourner
e38ca2cc06 make layers control example simpler 2011-10-27 17:30:57 +03:00
mourner
e555ce44b0 merge master 2011-10-27 17:26:09 +03:00
mourner
3968c2f2e2 update changelog 2011-10-27 17:23:35 +03:00
mourner
70339807ed add urlParams argument to TileLayer constructor 2011-10-27 17:20:12 +03:00
mourner
39f90699f7 clean up and rewrite the layers example 2011-10-27 16:37:48 +03:00
Vladimir Agafonkin
b1be3e7f0b Merge pull request #329 from JasonSanford/gh-pages
Layers Control Example
2011-10-27 05:51:52 -07:00
mourner
6c4dd07c51 Build updated 2011-10-26 17:37:18 +03:00
mourner
e2081bdee3 Build updated 2011-10-26 16:04:07 +03:00
mourner
a6551fa114 Fixed ROOT_URL regression 2011-10-26 16:04:06 +03:00
mourner
9e4286db4a Added Marker unbindPopup method 2011-10-26 16:04:06 +03:00
mourner
ee3e78ce07 don't add click event more than once on bindPopup 2011-10-26 16:04:05 +03:00
Vladimir Agafonkin
fb30bfa21f remove extra semicolon 2011-10-23 09:17:32 +03:00
Jason Sanford
63b6bfd0df Adding a LayerGroup to the Layers Control example. 2011-10-21 10:46:44 -06:00
mourner
5bf0f0e8b7 fix vector flickering in Safari on big maps 2011-10-21 19:39:35 +03:00
mourner
5d339f9abb fix vector regression 2011-10-21 19:35:55 +03:00
mourner
61d746818b Prevented some CSS frameworks from setting Leaflet img max-width, fixed #322 2011-10-21 18:52:37 +03:00
Jason Sanford
6890a6591f Merge branch 'gh-pages' of git://github.com/CloudMade/Leaflet into gh-pages 2011-10-21 09:06:27 -06:00
Jason Sanford
5db7185c35 Merge branch 'master' of github.com:JasonSanford/Leaflet into gh-pages 2011-10-21 08:59:47 -06:00
mourner
a38f9dd6ae vector code refactoring to fix #339 2011-10-21 17:50:59 +03:00
mourner
11de00ec5b jslinted for fun 2011-10-21 15:53:21 +03:00
mourner
0645330e6b update build 2011-10-21 15:03:46 +03:00
mourner
26d0981bd3 update changelog 2011-10-21 15:03:45 +03:00
Vladimir Agafonkin
13d07ebd72 Added mousemove to paths 2011-10-20 14:29:40 +03:00
Vladimir Agafonkin
60b1e72bbd Merge pull request #332 from samatjain/firefox
Support Firefox Mobile/Fennec
2011-10-15 01:40:14 -07:00
Samat K Jain
c59e8b3239 Ignore shift key for touch-enabled browsers
Firefox Mobile (née Fennec) has a bug that sets Event.shiftKey to true
even though the shift key is not depressed:

  https://bugzilla.mozilla.org/show_bug.cgi?id=694268

As a workaround, ignore whether the shift key is depressed for
touch-enabled browsers. This breaks Leaflet’s drag-zoom, but besides
being awkward I’m unsure it consistently worked on other touch-enabled
browsers (did not work for me on Android 2.3 devices w/ Bluetooth
keyboard).
2011-10-14 17:16:13 -06:00
Samat K Jain
ac78c7e144 Better touch feature detection
Rewrite L.Browser.Touch to support feature detection in more browsers
(Firefox in particular). Based on Juriy Zaytsev code:

  https://github.com/kangax/iseventsupported
2011-10-14 17:11:00 -06:00
mourner
6da0f1eb3b minor cleanup 2011-10-14 17:41:17 +03:00
mourner
ae17553f56 Fixed Circle rendering with incorrect radius, closed #331 2011-10-14 17:40:14 +03:00
Jason Sanford
e6e3e9bfc4 Added a sentence about base layers being mutually exclusive. 2011-10-13 19:17:22 -04:00
Jason Sanford
9050757253 Adding Layers Control example page and image to link from main examples page. 2011-10-13 19:08:21 -04:00
Jason Sanford
3974c6ce58 Layers Control example. 2011-10-13 14:31:50 -04:00
Jason Sanford
e64241328d Merge branch 'master' of git://github.com/CloudMade/Leaflet 2011-10-06 09:08:29 -06:00
mourner
d0d6b0815e docs minor cleanup 2011-10-05 16:29:36 +03:00
mourner
3cfe5d7897 update docs for locate-related methods 2011-10-05 16:27:02 +03:00
mourner
f807088328 Merge branch 'master' into gh-pages 2011-10-05 16:05:43 +03:00
mourner
db571f1124 update build 2011-10-05 16:02:51 +03:00
mourner
a154f08415 Improved map locate method, added watching and more options 2011-10-05 16:02:46 +03:00
mourner
b078e0236e Turn off world copy jump if continuous world is turned on 2011-10-05 16:02:46 +03:00
Vladimir Agafonkin
477ae34694 Merge pull request #320 from JasonSanford/gh-pages
Path clickable option Documentation
2011-10-04 00:09:00 -07:00
Jason Sanford
7fc9ff1202 Adding Path clickable option documentation. 2011-10-04 00:38:27 -06:00