Commit Graph

1959 Commits

Author SHA1 Message Date
Orta
d03b4838c3 Fixed a typo in index.md (deveper -> developer) 2012-11-04 15:39:57 +07:00
Vladimir Agafonkin
35e86751ce improve contributing section on front page 2012-10-31 16:59:52 +02:00
Vladimir Agafonkin
2b17da0502 improve copy text on the front page 2012-10-31 16:23:26 +02:00
mourner
25b6670d05 fix twitter button alignment 2012-10-26 12:06:53 +03:00
mourner
8df59e97d5 hide twitter count 2012-10-26 12:04:47 +03:00
mourner
5d01611d4e rename leaflet.cloudmade.com -> leafletjs.com 2012-10-26 11:56:51 +03:00
Vladimir Agafonkin
98de0b407b update CNAME with leafletjs.com 2012-10-26 11:37:06 +03:00
Vladimir Agafonkin
ee4541de57 Update blog post notice 2012-10-26 10:08:35 +03:00
Vladimir Agafonkin
3ad92c4167 fix link on download page to 0.4.5 2012-10-26 10:04:22 +03:00
Vladimir Agafonkin
a1e73f4ddf update blogpost 2012-10-25 15:44:59 +03:00
Vladimir Agafonkin
fe9bed5374 small blog post fix 2 2012-10-25 15:19:48 +03:00
Vladimir Agafonkin
845cc3bb0a small blog post fix 2012-10-25 15:18:07 +03:00
Vladimir Agafonkin
8716146dae changelog link in blog post 2012-10-25 15:15:19 +03:00
Vladimir Agafonkin
5cf5a69850 0.4.5 release and new post 2012-10-25 15:12:23 +03:00
Vladimir Agafonkin
c402217dc9 add leaflet-locationfilter plugin 2012-10-17 19:11:17 +03:00
Vladimir Agafonkin
d2d11855b3 update "used by" block on frontpage 2012-10-17 19:05:24 +03:00
Vladimir Agafonkin
f7229cef82 Merge pull request #1045 from jacobtoye/gh-pages
Fix eachLayer typo
2012-10-08 09:06:55 -07:00
jacobtoye
db0f3b808d Fix eachLayer typo. 2012-10-08 13:56:02 +13:00
Vladimir Agafonkin
cf987acd1e Merge pull request #1017 from jacobtoye/gh-pages-labelplugin
Updated label plugin link and description.
2012-10-05 12:15:00 -07:00
jacobtoye
a23d8d5d27 Updated label plugin link and description. 2012-09-25 11:53:11 +12:00
Vladimir Agafonkin
a5111c546f fix scale docs typos 2012-09-11 15:36:31 +03:00
Vladimir Agafonkin
62a1bc2748 fix ie regression 2012-09-11 15:31:02 +03:00
Vladimir Agafonkin
561d544d95 Merge branch 'master' into gh-pages 2012-09-11 15:29:18 +03:00
Vladimir Agafonkin
7b0deafb75 update build and changelog 2012-09-11 15:28:28 +03:00
Vladimir Agafonkin
60444c20bf Merge pull request #972 from domoritz/master
IsValid for Bounds and LatLngBounds
2012-09-11 05:14:26 -07:00
Dominik Moritz
f8d6e7052e Implemented isValid() function for Bounds and LatLngBounds. Fixes issue #966. Added specification. 2012-09-11 12:43:16 +01:00
Vladimir Agafonkin
bfd67e9ca1 Merge pull request #967 from brunob/gh-pages
add leaflet-search plugin
2012-09-11 03:46:42 -07:00
Vladimir Agafonkin
c92201862c update build and changelog, do not prevent tile loading on pan animation 2012-09-11 12:42:00 +03: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
Vladimir Agafonkin
14a9d9e029 Merge pull request #963 from danzel/zindex
Correct TileLayer zIndex behaviour on bringToBack
2012-09-11 02:34:11 -07:00
Vladimir Agafonkin
1933ae157c Merge pull request #961 from danzel/canvas-fixes
Optimize _requestUpdate in Path.Canvas.
2012-09-11 02:32:34 -07:00
Vladimir Agafonkin
4ed3c97bcd fix various master regressions 2012-09-11 12:33:54 +03:00
danzel
fcddcd065f Fix up issues reported by mourner https://github.com/CloudMade/Leaflet/pull/961/files#r1508267 2012-09-03 10:50:42 +12:00
danzel
7c59bef67a Fix for removing a TileLayer while dragging the map. Would be nicer if we could disable a limitExecByInterval, but this works. 2012-09-03 09:07:31 +12: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
brunob
8f88334f88 Revert "fix forkme ribbon z-index"
This reverts commit c2974fc0ea.
2012-09-02 19:05:16 +02:00
brunob
d321f32c4f add leaflet-search plugin 2012-09-02 19:02:50 +02: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
danzel
7059f27d6a Optimize _requestUpdate in Path.Canvas. Don't repeatedly request and cancel animation frames (previous code wasn't actually canceling the requests anyway!). 2012-08-29 10:15:40 +12:00
Vladimir Agafonkin
5a76949a55 minor docs updates and fixes 2012-08-20 15:46:00 +03:00
Vladimir Agafonkin
73f6ae0030 more clustering updates 2012-08-20 15:34:40 +03:00
Vladimir Agafonkin
8d3b55c3c3 Dave's post editing 2012-08-20 15:29:54 +03:00
Vladimir Agafonkin
689a51d050 remove older post file 2012-08-20 14:51:00 +03:00
Vladimir Agafonkin
7c4c87bbc5 Merge branch 'gh-pages' of https://github.com/danzel/Leaflet into daves-post 2012-08-20 13:07:51 +03:00
brunob
c2974fc0ea fix forkme ribbon z-index 2012-08-17 11:26:28 +02:00
danzel
5f1bf63f28 Link the download page 2012-08-17 10:11:39 +12:00
danzel
f88c310209 Use a div instead of an iframe for the map. Mention some more features. We work in IE6. 2012-08-17 10:11:39 +12:00
danzel
7902582a4d More work on markercluster post 2012-08-17 10:11:38 +12:00
danzel
9ef9348e79 Working on marker clusterer post 2012-08-17 10:11:37 +12:00
danzel
f682a2e83e Make blog post author and authorsite customisable 2012-08-17 10:11:37 +12:00