Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Leaflet

πŸƒ Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps πŸ‡ΊπŸ‡¦
Collective - Host: opensource - https://opencollective.com/leafletjs - Website: https://leafletjs.com - Code: https://github.com/Leaflet/Leaflet

Merge branch 'patch-1' of https://github.com/kapouer/Leaflet into maxbounds

* 'patch-1' of https://github.com/kapouer/Leaflet:
test Map#setMaxBounds and Map#panInsideBoun...

github.com/Leaflet/Leaflet - be42f7a3b6cb2be148f8b74f4fe8d3697fdb730e authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add shift-double-click to zoom out, close #2185

github.com/Leaflet/Leaflet - 07e8198ef6076344b7d6625eefdd2fa863ba561f authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix specs after messy merge

github.com/Leaflet/Leaflet - 977fb99b6a56ba9842ab08ddb307c393555e5ab2 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge branch 'invalidateSize'

github.com/Leaflet/Leaflet - 3618f404f5b4e70b65f94895cb0e5f71003af701 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Add debounceMoveend option to invalidateSize

github.com/Leaflet/Leaflet - 33263e537dde232da3e8bf4c316f210436c0b506 authored about 11 years ago by John Firebaugh <[email protected]>
bring back zoom control size on mobile, cleanup

github.com/Leaflet/Leaflet - ba0fb350689595de952382fd326f90c03b12f16e authored about 11 years ago by Vladimir Agafonkin <[email protected]>
more subtle border around controls on mobile, #1868

github.com/Leaflet/Leaflet - ea6095f259a1d3ba950526e446d4f8d11334abae authored about 11 years ago by Vladimir Agafonkin <[email protected]>
drop -webkit prefix for border-radius (not relevant anymore)

github.com/Leaflet/Leaflet - 84a93374c490bd42e93eda2588cc7ab53f82f37f authored about 11 years ago by Vladimir Agafonkin <[email protected]>
subtle control improvements, remove leftover css

github.com/Leaflet/Leaflet - f9e9a85e1f678f9bb279124f8327958ecc184954 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update changelog [skip ci]

github.com/Leaflet/Leaflet - 37dae858c6e81d913c829c98735b44e1c6aed9ad authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove underline in attribution links #1868

github.com/Leaflet/Leaflet - 885dbb60bdf1c46b3b3f175f4e3c19b3121d8855 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove controls text shadow for simplicity

github.com/Leaflet/Leaflet - 6f83a385eeb4e7c6830c00a1f81c0387c33ff847 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Remove text shadow on mobile, ref #2012

github.com/Leaflet/Leaflet - d6f08ed21ead669e2a92524073b165d054a0d8b8 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
simplify and improve touch styles, close #1868, close #2012

github.com/Leaflet/Leaflet - fc97965730f11e18252fdc8da7de6a8aa56b32a3 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix maxNativeZoom on retina tile layer, close #1859, ref #1798

github.com/Leaflet/Leaflet - 840be7a27a4f9ae03e41638827076217ff43b36f authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add multipoly openPopup, close #2046

github.com/Leaflet/Leaflet - 9fc4e661d65294a9f38bcbdc174cbd701324f77f authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add leaflet-drag-target class to dragged elements, ref #2164, #1902

github.com/Leaflet/Leaflet - db446f3e468319039f038821ad4a547e351e6072 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2183 from danzel/build-windows

Fix build script on windows.

github.com/Leaflet/Leaflet - 1af0ec5ca23e1c41981500b0845ff5187943a250 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add Path className option

github.com/Leaflet/Leaflet - c96384ef82bdeb7ef07579a5882291726fb65e44 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fix build script on windows.

github.com/Leaflet/Leaflet - f89829ff8529f47b7f72c951f995d5218a296495 authored about 11 years ago by danzel <[email protected]>
make className utils work for SVG elements in IE9, ref #2164

github.com/Leaflet/Leaflet - c500d5ac1f9b907cd48236cf91bdf83bb6376edd authored about 11 years ago by Vladimir Agafonkin <[email protected]>
use classList for class ops where available; ref #2164

makes it much faster, and also makes adding/removing classes work for
SVG elements

github.com/Leaflet/Leaflet - 9babc039f0936b1731ea8ef9393e75c6c2cdc6c2 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
capital case for backface tile hack (just in case); add comment

github.com/Leaflet/Leaflet - edfa2acb70a0985c1899b6d038aa691cb30fff97 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fix tiles bluriness regression in Chrome, ref #2078

github.com/Leaflet/Leaflet - 3797ac3ce7f1d8aa5f3a26874a59fbb913022706 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
better clarity for attribution text

github.com/Leaflet/Leaflet - cef3c7bd8554d774ee9b3957defad295c258996a authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove attrib and layers control shadows for cleaner look

github.com/Leaflet/Leaflet - 6b8c2181f8dc89977bd56626f606763d8da61671 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Don't delay moveend event on invalidateSize

This causes unnecessary nondeterminism in the sequence of
events emitted. Instead, the caller sh...

github.com/Leaflet/Leaflet - 248c5e7c8fc1e6a3e94d0b6c44fa92e6f4e403db authored about 11 years ago by John Firebaugh <[email protected]>
Merge pull request #2178 from snkashis/attr_handle_existing

handle any existing tilelayers when adding attribution control

github.com/Leaflet/Leaflet - c7fde53627ac2b9c641c3ff429fd9f55c4ebb307 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
handle any existing tilelayers when adding attribution control

github.com/Leaflet/Leaflet - d5383d24f7d28a2f864f331d1499684bb47ee477 authored about 11 years ago by Steve Kashishian <[email protected]>
add chrome launcher to karma config

github.com/Leaflet/Leaflet - 0d249e34c6eed947406697b845c2d824063bb754 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2175 from vassilevsky/gh-pages

Fix grammar related to the word "milliseconds"

github.com/Leaflet/Leaflet - 8a8ae340b297d0001221c8dba6aedeb523884cfc authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fix grammar related to the word "milliseconds"

github.com/Leaflet/Leaflet - c2c9f30ae7a0936f3722870629fe1f225602614c authored about 11 years ago by Ilya Vassilevsky <[email protected]>
Merge pull request #2174 from bmcbride/patch-1

Add link to mbutil script

github.com/Leaflet/Leaflet - 18be02fbba820d9a2f012c5a0460e92fb7a960aa authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Add link to mbutil script

github.com/Leaflet/Leaflet - c5b6100ef0102ebac648a58d63565c2c9a97da5f authored about 11 years ago by Bryan McBride <[email protected]>
Merge pull request #2173 from bmcbride/patch-1

Misc. grammar fixes and link to mbtiles-php script

github.com/Leaflet/Leaflet - 376e14d6d375fb655a594a6ef332706eb10d6341 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Misc. grammar fixes and link to mbtiles-php script

github.com/Leaflet/Leaflet - 5c8c31c569cc689ef95bffed2019b1a9457b5a12 authored about 11 years ago by Bryan McBride <[email protected]>
fix OSM link in the FAQ

github.com/Leaflet/Leaflet - 33aad1e8a67aba8004d657b1698fcab35bb8b7f0 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Add a QA about fixing map data

github.com/Leaflet/Leaflet - fdf637853902d87e93f795a17f4e6cc7ef96b763 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix broken twitter link to dev workflow improvements

github.com/Leaflet/Leaflet - 689fbc1349fd4cd8381957ba0981d6a10f08befc authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update changelog with build improvements [skip ci]

github.com/Leaflet/Leaflet - 7175136cd72b94f00eca34732b3d4d10d42de218 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
improve and clean up build system, jshint specs in tests, close #2151

github.com/Leaflet/Leaflet - 244f9f39ceee9f9b218cda7701a60a8af2ad58df authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update changelog regarding ie support [skip ci]

github.com/Leaflet/Leaflet - b224cd849b04d09bb9008c6ec23346b161d46265 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
clean up css a bit, drop ie6-related hacks

github.com/Leaflet/Leaflet - 698fb2e8779668e745e5f502e764c9af5596630f authored about 11 years ago by Vladimir Agafonkin <[email protected]>
drop ie6 png24 hack, drop Browser.ie6/7 props

github.com/Leaflet/Leaflet - e45db4cd5b760c09225ad52e863c55e0730252e9 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove leaflet.ie.css inclusion in all debug pages

github.com/Leaflet/Leaflet - 9edf8e0ea3978011b242f11f9d6b184637e6502d authored about 11 years ago by Vladimir Agafonkin <[email protected]>
move old IE styles to leaflet.css, ditch leaflet.ie.css, close #2159

github.com/Leaflet/Leaflet - 45181ce40b4c3991b5d58ce75e54a76b97ab3945 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
simplify & improve old IE styles, fix popup style

github.com/Leaflet/Leaflet - 2f8c95926063b451a760d6bc76b34cd1701e03b8 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2171 from danzel/hack-2033

Fix layers control on firefox android

github.com/Leaflet/Leaflet - 60f5d46e53a2445bbe2c4a27245f58f39cbd997c authored about 11 years ago by Vladimir Agafonkin <[email protected]>
improve 0.7 changelog structure [skip ci]

github.com/Leaflet/Leaflet - 15489571355ec650f763f6c2baabd53ece954d5e authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Update changelog [skip ci]

github.com/Leaflet/Leaflet - 1af220e9cf509e02d6e5eb6abf074e1bdc3cbd3e authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix readme link

github.com/Leaflet/Leaflet - a5163bf55c983f4547a43a1530365d24fa38e201 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
jshinting and major clean up of specs code, ref #2151

github.com/Leaflet/Leaflet - 91c039b7aacedf2bf8d6477ab9724873f9dab938 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update readme

github.com/Leaflet/Leaflet - 4f9e9a7c9aa5df7641f923b0a51e198f85d161f5 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
improve changelog for 0.7 [skip ci]

github.com/Leaflet/Leaflet - db9b682f919246ca7cb3de273519eb52dae72c16 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix build after #2167 fix

github.com/Leaflet/Leaflet - 30e1e7eb55a08ad519375042373aa4a7cb75e697 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
make Popup.setLatLng faster, fix #2167

github.com/Leaflet/Leaflet - 44d98afb6a89fbd6ebeeec592802793486c1dd97 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2165 from rgripper/patch-1

an accidentally :) fixed typo

github.com/Leaflet/Leaflet - 908bc62f08502497cb602476cd9376a8c9491158 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
an accidentally :) fixed typo

github.com/Leaflet/Leaflet - 3ca464f95a0d5e58350f0ddeaa3b24717c86462d authored about 11 years ago by Vladimir Zotov <[email protected]>
Prefer selectstart to user-select

Rather than both setting user-select to none and suppressing the selectstart
event, we now prefe...

github.com/Leaflet/Leaflet - dd063b26a1cbd05cd072d21afb7436b60735c8d1 authored about 11 years ago by John Firebaugh <[email protected]>
fix tile filtering after #2160

github.com/Leaflet/Leaflet - 04776b7ad82ea5246a414f62b8ce8ebff52f3aab authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2160 from perliedman/crs-size

Remove hardcoded world size from L.TileLayer

github.com/Leaflet/Leaflet - e2977a1244951a1ceba0a660720090e83ed40c00 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fixed whitespace

github.com/Leaflet/Leaflet - 37d303defbdd21b27ccaf07153d6171f6fcd0beb authored about 11 years ago by perliedman <[email protected]>
fix FeatureGroup e.layer empty in old IE, close #1938

github.com/Leaflet/Leaflet - 2464d13414c522eacecfa7400894fdd65dde8303 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix problems with #1822 merge

github.com/Leaflet/Leaflet - b1c5aa2e29eaba0a407e0adc2cb50ccf60dfa96a authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update changelog [skip ci]

github.com/Leaflet/Leaflet - 838e714e921f894efe2a7c35d08e7d467129532d authored about 11 years ago by Vladimir Agafonkin <[email protected]>
merge GeoJSON altitude pull with some tweaks #1822

github.com/Leaflet/Leaflet - 5d6641360b138d0ed1f3dec660cf052f31f71a39 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fixed smart tabs

github.com/Leaflet/Leaflet - 63e84693aec9459bd066022bf5117f5516d6028e authored about 11 years ago by perliedman <[email protected]>
Generalized

github.com/Leaflet/Leaflet - 8ae0e2700cbf907abc0d13531b1527f92d27241d authored about 11 years ago by perliedman <[email protected]>
Merge branch 'master' of https://github.com/Leaflet/Leaflet into tilelayer-crs-controlled-wrap

github.com/Leaflet/Leaflet - 2a407b19ac39520f9bdff58cfcd83fef70baacc6 authored about 11 years ago by perliedman <[email protected]>
add distance to dragend event data, close #2158, ref #872

github.com/Leaflet/Leaflet - ddbb01c3dae78cc4c5900a40633702a018f29dce authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update deps

github.com/Leaflet/Leaflet - ad65b5a77f3d9aaf45e5b5ef0215e5f2dd4bfec7 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
minor IE CSS cleanup

github.com/Leaflet/Leaflet - b7b87d759e7f9af64b46975d7130d59fd8278617 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update changelog [skip ci]

github.com/Leaflet/Leaflet - d7128dc3659fec0d2b23d65b5136a6a86200baa6 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2156 from bennlich/patch-1

Updated description of L.Popup source arg

github.com/Leaflet/Leaflet - b5889a19020332e1ccdb03b65e91ebab8bca6021 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Updated description of L.Popup source arg

https://github.com/Leaflet/Leaflet/issues/2146

github.com/Leaflet/Leaflet - 00a8820b5bf69508aeb5aa7fa2ee4c28aa60966c authored about 11 years ago by Benny Lichtner <[email protected]>
Merge pull request #2152 from danzel/android-chrome

Fix tiles disappearing on chrome for android

github.com/Leaflet/Leaflet - bdeed1892da16cd63454bd7386219b84a77bea01 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fix tiles disappearing on chrome for android. Fixes #2078

github.com/Leaflet/Leaflet - 27e903aa03ef5c9992f90562f9bbb7c30f8fe2b8 authored about 11 years ago by danzel <[email protected]>
Comment why this hack exists and improve it with @mourner code :)

github.com/Leaflet/Leaflet - b7a6f2aebed43ddda15ffb2214c139544ca0f02e authored about 11 years ago by danzel <[email protected]>
Merge pull request #2149 from danzel/ios7-2122

Work around iOS7 memory trouble

github.com/Leaflet/Leaflet - 77bd10c69d39fc1f8d21ddb3fc2a942df801ffb9 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Improve this test and fix removeEventListener.

github.com/Leaflet/Leaflet - fa35aba1e9c48167cfbe4ad51c0a2d609594a727 authored about 11 years ago by danzel <[email protected]>
Fix a potential event bug due to bad cleanup.

github.com/Leaflet/Leaflet - 579c044c0086d924fd0ed3d3dc4ee0f16ed062cc authored about 11 years ago by danzel <[email protected]>
We set the context value to context || this in addEventListener, so we don't need to do so here.

github.com/Leaflet/Leaflet - 65f3b2417a055379eb801ca9ef78f5b1ea0ce36f authored about 11 years ago by danzel <[email protected]>
fix CircleMarker getRadius, close #2016, close #2017

github.com/Leaflet/Leaflet - 6c85f43fb23dbd777976fe91286670f5d09e4dc3 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
reverse axis order for wms 1.3 & EPSG4326, close #1897

github.com/Leaflet/Leaflet - bd3409f2f84799f2799c648edc31c45b3441f504 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove excessive updateContent on Popup add, close #2137

github.com/Leaflet/Leaflet - 5b40fade90bd3e10430e95cbeea6bdac8a782461 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
merge runner cleanup #2134

github.com/Leaflet/Leaflet - ec7baabccf699096ce83d1b0fce4df28b40c016a authored about 11 years ago by Vladimir Agafonkin <[email protected]>
minor cleanup

github.com/Leaflet/Leaflet - 399e304bb274ecb33eb71be07001a40f815c390d authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Refocus on the map when an input is clicked on the layers dialog. fixes #2148

github.com/Leaflet/Leaflet - 254e6fe6b9a6350cf2ee50ca8f6465bc433ac96e authored about 11 years ago by jacobtoye <[email protected]>
Refocus on the map after a +/- button is clicked.

github.com/Leaflet/Leaflet - f133d9a1bd67a716e6d135ec2fbcc520208bec4f authored about 11 years ago by jacobtoye <[email protected]>
Add method to controls to refocus on the map container.

github.com/Leaflet/Leaflet - 112f4d6e02656e9fa260f2f2bdd55e77afa08e2f authored about 11 years ago by jacobtoye <[email protected]>
Work around iOS7 memory trouble by not applying the contextId performance optimization when context==this. The optimization does nothing in this case anyway. Fixes #2122

github.com/Leaflet/Leaflet - 9fce6979825e78100621495686041dd9d2459bfe authored about 11 years ago by danzel <[email protected]>
Merge pull request #2136 from danzel/rtl

Correct rtl again

github.com/Leaflet/Leaflet - 90ce2ab9511f24e0253259511acb505211992c4a authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2145 from Leaflet/tileloadstart-gh

Document tileloadstart event

github.com/Leaflet/Leaflet - ef817744eeb6b89dfd9e7303b185acfeed677e68 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Document tileloadstart event

github.com/Leaflet/Leaflet - 22f1c792a5b347fea6a480458a42451e29a6ed1c authored about 11 years ago by Tom MacWright <[email protected]>
Merge pull request #2143 from calvinmetcalf/filegeodatabase

add file geodatabase plugin

github.com/Leaflet/Leaflet - d79e8187b53788223e1f5c1493e4a1dbd4ad141c authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add filegeodatabase plugin

github.com/Leaflet/Leaflet - 63742ad6ba784119191442904373abe652664852 authored about 11 years ago by Calvin Metcalf <[email protected]>
Merge pull request #2142 from Leaflet/tileloadstart

Add tileloadstart event with tile data

github.com/Leaflet/Leaflet - 0ecdcd79eb6a6a87f70cb0966d456a3fc5316309 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fix build error, reference layer correctly.

github.com/Leaflet/Leaflet - 427c9f1ed493dae7f379898e7cab0f68ed3ed594 authored about 11 years ago by Tom MacWright <[email protected]>
Add tileloadstart event with tile data

github.com/Leaflet/Leaflet - ef44fbe17af86015798a75f2b0f53a56fc5eeb7e authored about 11 years ago by Tom MacWright <[email protected]>
Merge pull request #2141 from Turbo87/patch-1

plugins: Added leaflet-sidebar project

github.com/Leaflet/Leaflet - d51f46ea06279ec86f6c803019ab1538779cdb3f authored about 11 years ago by Vladimir Agafonkin <[email protected]>