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

fix whitespace

github.com/Leaflet/Leaflet - 5895abe93c609ab0970e0282d6ffcf64bb30bb3b authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove LatLng wrap and fix wrap tests

github.com/Leaflet/Leaflet - 7e20997e408d1e03d60b2dc6a1d1f7b2b826984b authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update wrapping/bounding logic to allow negative coords

github.com/Leaflet/Leaflet - e43873298cdf06d7cfadd254ab800fc6b81f02d8 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add CRS & Map wrapLatLng, fix GridLayer bounding

github.com/Leaflet/Leaflet - a03bfb753ef36df6bf87d1dd156a5e86bd8819f5 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Add bounds to Projection, to calculate size

github.com/Leaflet/Leaflet - 6c4d607e4d0d10f9ec2ec3b3e51c57dece1477ce authored about 11 years ago by Per Liedman <[email protected]>
Added tests to verify size of EPSG3857 and 4326

github.com/Leaflet/Leaflet - 294a7250d0261c0b6bd7b0124d2b023a496f56fd authored about 11 years ago by Per Liedman <[email protected]>
handle simple CRS in GridLayer

github.com/Leaflet/Leaflet - 7a3e63ea53ff2d7e4361098c9a2694fb2780fe12 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
proper GridLayer wrapping/bounding

github.com/Leaflet/Leaflet - 82e43019eecd554d0491747a2ff63a481dfae058 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
better bind, use native fn.bind if available

github.com/Leaflet/Leaflet - 88f21d01af5684aeab30b6956655ceafda78e965 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add Map getWorldPixelSize, remove hardcode for worldCopyJump

github.com/Leaflet/Leaflet - 627ca511d0878877fc31d62d8719231098ad6667 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
clean up TileLayer.WMS

github.com/Leaflet/Leaflet - 0305b593fe7eb7adc4a34ccfac7445feccc18116 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix GridLayer bounds

github.com/Leaflet/Leaflet - 8c9a513857426e4160180d74af67b40fda282de0 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
proper EPSG:4326 with 2x1 root, fixes #1207

github.com/Leaflet/Leaflet - 00166b9c4f053e3fbbdd7f7531fba078a14e4fcf authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove TileLayer.Canvas in favor of GridLayer

github.com/Leaflet/Leaflet - ce79ea1e8156bf4122332884f5b635507f1936db authored about 11 years ago by Vladimir Agafonkin <[email protected]>
implement TileLayer on top of GridLayer

github.com/Leaflet/Leaflet - 5e6f95dc9ce86fcd2f191f0abbe7a8ea0d4f888f authored about 11 years ago by Vladimir Agafonkin <[email protected]>
easy async loading for GridLayer

github.com/Leaflet/Leaflet - 8f97ca619e8958ecd5512f27817c888c1405a4fd authored about 11 years ago by Vladimir Agafonkin <[email protected]>
working GridLayer implementation, #1180

github.com/Leaflet/Leaflet - e8c504b5f94e882ec7b121c9065b0d32a8e37e6a authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update 3857 based on 3395

github.com/Leaflet/Leaflet - b2acd4e26d224544e92b0575256258eade8a279d authored about 11 years ago by Calvin Metcalf <[email protected]>
Spherical Radius is used in Spherical Mercator

github.com/Leaflet/Leaflet - 87520df2e22594ed3f537f12be87a0fdddc9b7b0 authored about 11 years ago by Calvin Metcalf <[email protected]>
update changelog [skip ci]

github.com/Leaflet/Leaflet - 6f1784fc9aceb4ba4ab9c8cb6069166ac292f2eb authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2203 from bozdoz/patch-1

Added WebGL heatmap plugin

github.com/Leaflet/Leaflet - 53403d78f7a3a579eba041ebb76dc77584239642 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2206 from radicalbiscuit/fix-circlemarker-setlatlng-return

Give L.CircleMarker.setLatLng a return statement.

github.com/Leaflet/Leaflet - 75c813305c9460f226aab429e8d579c58612c11a authored about 11 years ago by Vladimir Agafonkin <[email protected]>
revert #2207 (focusing popup close button) to fix #2254

github.com/Leaflet/Leaflet - 78c934cbb2ebeeeeb86660e716eefab047f858e2 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2253 from gumballhead/event-layer

Use event.target as a default for event.layer

github.com/Leaflet/Leaflet - 5084cbf0b10046165c75dd98a961885630e6af72 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2250 from Zverik/sizechanged

do not change internal properties in invalidateSize() when !map._loaded

github.com/Leaflet/Leaflet - 83f4d91d142a76ab46ad3aa8937be03f04c6176c authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Don't fire dragend if a dragstart did not occur due to a multitouch action. fixes #2256

github.com/Leaflet/Leaflet - 58551506f292cb9965f2adf53d1799fed7d2eae4 authored about 11 years ago by danzel <[email protected]>
Use event.target as a default for event.layer. Closes #2252

In 2464d13, event.layer is overwritten to equal event.target. This
commit uses event.target as a...

github.com/Leaflet/Leaflet - 5a796c98974f4e66f9b9e7cb51e43e349166b295 authored about 11 years ago by Andrew Kirkegaard <[email protected]>
do not change internal properties in invalidateSize() when map is not loaded

github.com/Leaflet/Leaflet - 0859c48fbff0ce5b4a587fbf4a419b6250fdcae4 authored about 11 years ago by Ilya Zverev <[email protected]>
Merge pull request #2248 from openplans/gh-pages

Add Leaflet.FeatureSelect to the plugins list

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

github.com/Leaflet/Leaflet - 26d5952b825abc88828c934d21826695be188752 authored about 11 years ago by Aaron Ogle <[email protected]>
improve build reporting more

github.com/Leaflet/Leaflet - 16d12f4ac08379a769fd4cd17c19cc94ff333282 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
improve size reporting when building and add gzipped size

github.com/Leaflet/Leaflet - 941b20671456c6db98414519fb30baee81ea4bfa authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2232 from tontita/patch-1

Update plugins.md

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

I added Leaflet.KoreanTmsProviders at the Services, Providers and Formats table.

github.com/Leaflet/Leaflet - 71e8dfa38265d12d61ec9a7f6dc092a028b44f9d authored about 11 years ago by Seong Choi <[email protected]>
Merge pull request #2227 from nexushoratio/patch-1

Minor spelling fix

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

github.com/Leaflet/Leaflet - 2e6e81e307028f7548273967095b7a3be21096e5 authored about 11 years ago by nexushoratio <[email protected]>
Merge pull request #2207 from Zombienaute/master

Issue #2199 - Set focus to popup close button when popup is opened.

github.com/Leaflet/Leaflet - 769c2472de9877cb31fe0d6768f0a328a0a8c30c authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2213 from scripter-co/patch-1

add leaflet.plotter plugin

github.com/Leaflet/Leaflet - 158666f6e6c8f5a15f1f301df6e59d1fe5803774 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
missed the namechange from last commit

github.com/Leaflet/Leaflet - cfa0d04a16fd00d7be116a84dd6d60bddf822fc0 authored about 11 years ago by Nathan <[email protected]>
Merge pull request #2216 from danzel/android23

Disable webkit3d on android 2/3 because it is buggy as

github.com/Leaflet/Leaflet - 9ae30c0fd5d5714a229136343dff5170ddd25cce authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2217 from calvinmetcalf/terrible-mistake

remove functional constructors and compiled templates

github.com/Leaflet/Leaflet - f100bbf7e8676caef934f04e5c980da8fc6cf87c authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Revert "'#1968 compiled interpolation'"

github.com/Leaflet/Leaflet - 4a0beebde38129e9ee3ee4cbe9a0f039dbce4070 authored about 11 years ago by Calvin Metcalf <[email protected]>
Disable webkit3d on android 2/3 because it is buggy as. fixes #2198

github.com/Leaflet/Leaflet - 66282f14bcb180ec87d9818d9f3c9f75afd01b30 authored about 11 years ago by danzel <[email protected]>
Adds a check to make sure the closeButton option is set before focusing

github.com/Leaflet/Leaflet - 5fec57d8ec4ba46a946f83cc0490efaf14b36ff3 authored about 11 years ago by Adam Bramley <[email protected]>
Gave L.CircleMarker.setLatLng a return statement.

github.com/Leaflet/Leaflet - 9d2f90b508a5c06f54a391260c0a501c439c2282 authored about 11 years ago by Bradley Gentry <[email protected]>
add leaflet.plotter plugin

github.com/Leaflet/Leaflet - 6ccdd4934ba4f7a75a3adfb927a57a28827a69a4 authored about 11 years ago by Nathan <[email protected]>
Issue #2199 - Set focus to popup close button when popup is opened.

github.com/Leaflet/Leaflet - 0b9918fe4ed4c0810e54e763fa277dd9f07164ca authored about 11 years ago by Adam Bramley <[email protected]>
Spelling/punctuation adjustments

github.com/Leaflet/Leaflet - 280fb14a2a0aa9273fe2ffd5208c68acf3a8f02f authored about 11 years ago by Benjamin J DeLong <[email protected]>
Merge branch 'patch-1' of https://github.com/trevorpowell/Leaflet into gh-pages

* 'patch-1' of https://github.com/trevorpowell/Leaflet:
Spelling fix
Fixing bounceAtZoomLimi...

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

github.com/Leaflet/Leaflet - 7dd54d0d2bdea8670db1cd58e64718ec5dd236c8 authored about 11 years ago by Trevor Powell <[email protected]>
Fixing bounceAtZoomLimits option name

github.com/Leaflet/Leaflet - 86f3995ce79691f84f0d70f5bb6064f06cf5557b authored about 11 years ago by Trevor Powell <[email protected]>
Added WebGL heatmap plugin

I added it next to and after the other heatmap plugins.

github.com/Leaflet/Leaflet - 087a14916c0363754ef0f323a303de85d739b00b authored about 11 years ago by Benjamin J DeLong <[email protected]>
and one more metadata fix

github.com/Leaflet/Leaflet - ebc62771cfcc28faf075ca148a60a5049c45bcb3 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
one more attempt at metadata

github.com/Leaflet/Leaflet - 838549253cb29a118a6860b4df284868e07edd8e authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove metadata on non-title pages

github.com/Leaflet/Leaflet - 8a2a0ae6e433dc7d8faf634a85908ba664f9f304 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix cursor on headings

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

github.com/Leaflet/Leaflet - 7fe1f804d327fc3e1c7699162956428dd4eb72c2 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
minor post fix

github.com/Leaflet/Leaflet - a26834f3e1d78092131d02cb57f342df2b0b5b19 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
bump version in changelog

github.com/Leaflet/Leaflet - f5580d024e924e0bae78863429b4c5eab62053c7 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add post about 0.7 release and plans for future

github.com/Leaflet/Leaflet - f52bc2323aea540a29c0e0692d8e319c4b0e7fec authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add some breaks to 0.6 post

github.com/Leaflet/Leaflet - 81cbb20c8657cbe4217779d18c162a1bb3d67965 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix prefix default value

github.com/Leaflet/Leaflet - d037c23b2dc7cea128a3a556c7338b774653fa1d authored about 11 years ago by Vladimir Agafonkin <[email protected]>
some no-new fixes and cleanup #1660

github.com/Leaflet/Leaflet - 0636c56f38639bc8c7126999df7de4edfc5a8f65 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
merge gh-pages-nonew, ref #1660

github.com/Leaflet/Leaflet - 61283df82ecc6662da36c5371720293a847abbd6 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add link to FAQ

github.com/Leaflet/Leaflet - 88abdd06e0db363f2cac9d916bb07525524840fa authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update screenshots on tutorials page

github.com/Leaflet/Leaflet - 1d21d76a5d740cf14e6f53246de2c204735ca80a authored about 11 years ago by Vladimir Agafonkin <[email protected]>
css cleanup and minor layout fix

github.com/Leaflet/Leaflet - 3c0e6ab14ba7fa55e01e6ae607638b0f781e4e25 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
second batch of 0.7 docs updates

github.com/Leaflet/Leaflet - 5666865cc6d5bbfaf585d6db46817b44dad071d6 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
first batch of docs updates for 0.7

github.com/Leaflet/Leaflet - 948c43ea60d8d0814329f06f89654e9bb001c0f4 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add a note about Draggable & setPosition, close #1743

github.com/Leaflet/Leaflet - 4e9ad828f4e24e77734786dcdbb2a7d0fb942b5d authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix geojson addData return type, close #2105

github.com/Leaflet/Leaflet - e8f4411d7df61f0aedd5d8469c1bb30a19690da8 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add Point floor and contains reference, close #2123

github.com/Leaflet/Leaflet - 37af19e6b0f2ff9982d666201e025b8ae4c5e818 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update setMaxBounds description

github.com/Leaflet/Leaflet - 7a1b3719046063750e28ce3553ac19f2d334cb42 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge branch 'gh-pages' of https://github.com/davidjb/Leaflet into gh-pages-master

* 'gh-pages' of https://github.com/davidjb/Leaflet:
Update documentation regarding addition of...

github.com/Leaflet/Leaflet - 11c046e4dcc5b63daaf6ab7969376feb18a65abe authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge branch 'gh-pages' of https://github.com/n0nick/Leaflet into gh-pages-master

* 'gh-pages' of https://github.com/n0nick/Leaflet:
Undo (accidental) removal of 'Point'
Desc...

github.com/Leaflet/Leaflet - aad2ac341e0aa640ed471c10def1332637401eb6 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge branch 'patch-1' of https://github.com/palewire/Leaflet into gh-pages-master

* 'patch-1' of https://github.com/palewire/Leaflet:
Added simple docs for lineJoin and lineCap...

github.com/Leaflet/Leaflet - 7f819ecc7914c18e747d804b17fb0cb51badd39b authored about 11 years ago by Vladimir Agafonkin <[email protected]>
download page updates

github.com/Leaflet/Leaflet - 9cd8f5dc8a79b5be86c9b728060e5e774836bb60 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
minor fixes before 0.7

github.com/Leaflet/Leaflet - 37b6f3e62679fb3df8c136322d445dcfcb41e445 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
update index regarding lib size

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

github.com/Leaflet/Leaflet - b1afb43e5d5a4a050ef3ef6224999d439dc3ab7e authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix build and commit built 0.7

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

github.com/Leaflet/Leaflet - 45a06f7859c27ef4b7b147cf0b6a386fc6f60dbb authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge branch 'gh-pages' into gh-pages-master

* gh-pages: (152 commits)
remove notice on the frontpage
remove UserVoice widget (now it's r...

github.com/Leaflet/Leaflet - a2ca73ce294ed0f680306c7df848e72fa83eea36 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix version in package.json

github.com/Leaflet/Leaflet - 18b445fa267d51d9257b48c98782b439511f6c8d authored about 11 years ago by Vladimir Agafonkin <[email protected]>
bump version in package.json and Leaflet.js

github.com/Leaflet/Leaflet - ff927cb42a3cfebcf3d67bbc50508727b1f0678d authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove closure compiler instructions; close #2193

github.com/Leaflet/Leaflet - 58b93f80b18b444c80ef9ef1e5efb2b978222ccb authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove notice on the frontpage

github.com/Leaflet/Leaflet - 355b0f5ed22bfe6dd63b99e24d3f295d559d4430 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
remove UserVoice widget (now it's ridden with spam)

github.com/Leaflet/Leaflet - 02313757d530dfe2642dcc369e1c95bdfab51f98 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Fix spelling mistake in removeClass

github.com/Leaflet/Leaflet - 00e0dcf3e57ab3c7f89cdcee79d571660a1552e6 authored about 11 years ago by danzel <[email protected]>
IE doesn't support e.target, use srcElement.

http://stackoverflow.com/questions/1143196/ie-e-target-id-is-not-working

github.com/Leaflet/Leaflet - b2959b448859c1cb89d435b6b4c5bf7cabdc0016 authored about 11 years ago by danzel <[email protected]>
Merge pull request #2192 from tyrasd/patch-1

proper title for GeoJSON example page

github.com/Leaflet/Leaflet - e5d575b66c93738cfbc75d669b99282a22c0b2f0 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
proper title for GeoJSON example page

github.com/Leaflet/Leaflet - b439f5fc93cb8245c758bfdfd21a2c16abcf4f5f authored about 11 years ago by Martin Raifer <[email protected]>
fix world wrap with detectRetina, close #2190, cc @perliedman

github.com/Leaflet/Leaflet - 81ae1794d3618694cd6e1c253945d4edbd503dce authored about 11 years ago by Vladimir Agafonkin <[email protected]>
fix shift-double-click on maps with vector layers #2189

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

github.com/Leaflet/Leaflet - 01b714426ccaeab9f86ec9e0c5f622a711644248 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
Merge pull request #2187 from Leaflet/maxbounds

Reimplement max bounds enforcement with proper zooming and lookahead

github.com/Leaflet/Leaflet - 0747c2b686d0675c11472eb8e2129c9833835dee authored about 11 years ago by Vladimir Agafonkin <[email protected]>
adjust whitespace and add some comments

github.com/Leaflet/Leaflet - fab5c3b6763f9cc6b00d5cd0660205aa71b32283 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
proper rounding of max bounds offsets

github.com/Leaflet/Leaflet - 507e6c7aa5bbbabf68ab5f1e63fdf3cb8151e4e4 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
reimplement max bounds with proper zooming

github.com/Leaflet/Leaflet - 80607c6044659f4f081fceea89cdde9f547d25b1 authored about 11 years ago by Vladimir Agafonkin <[email protected]>
add max bounds outline to debug file for easier testing

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