Ecosyste.ms: OpenCollective

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

Leaflet.glify

fully functional, ridiculously fast web gl renderer plugin for leaflet
Collective - Host: opensource - https://opencollective.com/leafletglify - Code: https://github.com/robertleeplummerjr/Leaflet.glify

Merge pull request #105 from nheir/patch-1

fix: border artefact on mobile

github.com/robertleeplummerjr/Leaflet.glify - b0606b35484000f6440c830c1ce3a6d9f65fd32d authored over 3 years ago by Robert Plummer <[email protected]>
fix: Remove .gh-pages dir

github.com/robertleeplummerjr/Leaflet.glify - dea0bfa81c81fd2549c683e714d8bb4e06d004e5 authored over 3 years ago by Robert Plummer <[email protected]>
fix: gh-pages build and publish fix

github.com/robertleeplummerjr/Leaflet.glify - 339f96917263d1f2daf407d24f5b599b32a7d310 authored over 3 years ago by Robert Plummer <[email protected]>
fix: Add leaflet as a plugin from window

github.com/robertleeplummerjr/Leaflet.glify - 8aa4865e71be1062a3c43661f1aad39822df46a1 authored over 3 years ago by Robert Plummer <[email protected]>
chore: Update LICENSE

github.com/robertleeplummerjr/Leaflet.glify - 63689d7cbf549d13344c08f60a42863e73b578f0 authored over 3 years ago by Robert Plummer <[email protected]>
fix: Simplify build process to just use webpack

Also removed parcel and babel's typings

github.com/robertleeplummerjr/Leaflet.glify - 423c88ac847042227d1e3dd33ea6fb5d4ca53834 authored over 3 years ago by Robert Plummer <[email protected]>
feat: borderOpacity

chore: More tests

github.com/robertleeplummerjr/Leaflet.glify - d2092f9e13ef76425675130115428ef9eb7ad4d9 authored over 3 years ago by Robert Plummer <[email protected]>
Merge pull request #106 from nheir/premultiplied_alpha

blend separatly color and alpha

github.com/robertleeplummerjr/Leaflet.glify - 38dd0aaa1dd32ea49826bdcec96357fb287e6828 authored over 3 years ago by Robert Plummer <[email protected]>
fix: blend alpha by cumulation

github.com/robertleeplummerjr/Leaflet.glify - 3eb20a07d6f920977ccf1f8611367baebbe9a9fe authored over 3 years ago by Henri Derycke <[email protected]>
fix: border artefact on mobile

github.com/robertleeplummerjr/Leaflet.glify - fbf43a0c3d14f5791fbb3e8474846d9b1bfd4845 authored over 3 years ago by Henri D <[email protected]>
fix: MapMatrix translateTo to be less process intensive

feat: LineFeatureVertices to get pixels and latlngs
feat: Lines gets an optional eachVertex callb...

github.com/robertleeplummerjr/Leaflet.glify - a11a5d21edd98281dd0f39f78211eacf702dffa7 authored over 3 years ago by Robert Plummer <[email protected]>
feat: Added feature hoverOff

chore: Unit tested fairly everything for Lines
chore: Started unit testing map-matrix
chore: Rena...

github.com/robertleeplummerjr/Leaflet.glify - 647b8404706228e5b3a4d71b125b4af75c354498 authored over 3 years ago by Robert Plummer <[email protected]>
fix: Unit test graphical parts of Lines and lint

github.com/robertleeplummerjr/Leaflet.glify - 74529f5afed423a214355375a097083c51592d51 authored over 3 years ago by Robert Plummer <[email protected]>
fix: Unit test line-feature-vertices.ts

Found an issue with lat and lng I've long searched for.
Added some documentation as well.

github.com/robertleeplummerjr/Leaflet.glify - 30ebc9b10144c5e312ff868df86a1a988369b298 authored over 3 years ago by Robert Plummer <[email protected]>
feat: Refactored how instances are stored

So that they are owned truly by the glify instance, which helped very much with testing.
fix: Typ...

github.com/robertleeplummerjr/Leaflet.glify - 884d1f9764ab48fb8ab0b7ad783eff924f626fd3 authored over 3 years ago by Robert Plummer <[email protected]>
fix: Remove leaflet from regular dependencies, and start testing index.ts

github.com/robertleeplummerjr/Leaflet.glify - e82385936d0b635462fe2a20d4cab50016be1845 authored over 3 years ago by Robert Plummer <[email protected]>
chore: More unit tests

github.com/robertleeplummerjr/Leaflet.glify - c9fe29cf648964b6d373441aca7b6eb2b32fc887 authored over 3 years ago by Robert Plummer <[email protected]>
chore: bump version before release

github.com/robertleeplummerjr/Leaflet.glify - 2e4ca2fb8a66ea195a110ce39316b8497206af25 authored over 3 years ago by Robert Plummer <[email protected]>
fix: Failing unit test and linted

github.com/robertleeplummerjr/Leaflet.glify - 80443efe4803f84b8eb96fa0a1ac7cde7714e4b8 authored over 3 years ago by Robert Plummer <[email protected]>
fix: Failing unit test

github.com/robertleeplummerjr/Leaflet.glify - d7576fc76f7788ee3b1f795af33d5597f935d9a7 authored over 3 years ago by Robert Plummer <[email protected]>
feat: Unit test of canvas-overlay.ts

github.com/robertleeplummerjr/Leaflet.glify - 600a44d0b8dac53e84a90b8650a1616d2c4d87d6 authored over 3 years ago by Robert Plummer <[email protected]>
feat: Upgrade to stricter typescript, and start unit testing

fix: Make Leaflet a peer dependency, from recommendation https://github.com/robertleeplummerjr/Le...

github.com/robertleeplummerjr/Leaflet.glify - f28f0814f1f96b07b0eb29a4f94d48b53444353a authored over 3 years ago by Robert Plummer <[email protected]>
Merge pull request #94 from NaBian/patch-1

fixed #93

github.com/robertleeplummerjr/Leaflet.glify - 7ec52d25fe09c8f1dcc5028a9478ec1287ba57ee authored almost 4 years ago by Robert Plummer <[email protected]>
Merge pull request #89 from thor85/master

Lines: Make TryLick() and TryHover() use lat/lon-key

github.com/robertleeplummerjr/Leaflet.glify - c7345bb4c592f400a4e4befe37c9fbf1c860644f authored almost 4 years ago by Robert Plummer <[email protected]>
Lines: Make TryLick() and TryHover() use lat/lon-key

github.com/robertleeplummerjr/Leaflet.glify - a5a66f2c2c4bcd48c3bdb3e0767d599811278878 authored about 4 years ago by Thorbjørn Horgen <[email protected]>
feat: Opacity now comes from color or instance

github.com/robertleeplummerjr/Leaflet.glify - 1e0793dbbb03100128c24f983477b5b83beda8ef authored about 4 years ago by Robert Plummer <[email protected]>
fex: Logo markdown

github.com/robertleeplummerjr/Leaflet.glify - 71ef08dfb27bd4f69a9fb966d9a33d77f7269d9b authored about 4 years ago by Robert Plummer <[email protected]>
feat: Add logo

github.com/robertleeplummerjr/Leaflet.glify - 20dee48119caad4b382ec281a3cd1d3e82763ce4 authored about 4 years ago by Robert Plummer <[email protected]>
Merge pull request #72 from robertleeplummerjr/dependabot/npm_and_yarn/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19

github.com/robertleeplummerjr/Leaflet.glify - 3a80a9473f5310ec02a0b73eda34e702902fab3e authored about 4 years ago by Robert Plummer <[email protected]>
Merge pull request #76 from robertleeplummerjr/dependabot/npm_and_yarn/elliptic-6.5.3

Bump elliptic from 6.5.0 to 6.5.3

github.com/robertleeplummerjr/Leaflet.glify - bcfa523ef015af7788e9736ce613b5d7fe62325f authored about 4 years ago by Robert Plummer <[email protected]>
Merge pull request #81 from Niklas345/master

feat: Added a webpack packaging

github.com/robertleeplummerjr/Leaflet.glify - ec99c3f3a14716d42e912b581878c56472ef8ff1 authored about 4 years ago by Robert Plummer <[email protected]>
Merge branch 'master' into master

github.com/robertleeplummerjr/Leaflet.glify - 3be3a2f93bced1e82899c1377f2fb61bce7eff86 authored about 4 years ago by Robert Plummer <[email protected]>
Merge pull request #83 from trafficonese/update_remove

remove by indices / update data by index

github.com/robertleeplummerjr/Leaflet.glify - a384fae2bf9b0fc1655b229bd3922cf1e94e5392 authored about 4 years ago by Robert Plummer <[email protected]>
remove by number | number[]

github.com/robertleeplummerjr/Leaflet.glify - c2c7ae2f979af04776082970b8f0f8f4fad7b58d authored about 4 years ago by Sebastian Gatscha <[email protected]>
remove by indices - number[]

github.com/robertleeplummerjr/Leaflet.glify - 97a75326e7961022c4b3e6297ffec2099985f178 authored about 4 years ago by Sebastian Gatscha <[email protected]>
Merge remote-tracking branch 'forkOrigin/master'

# Conflicts:
# dist/glify-browser.js
# dist/glify-browser.js.map
# package.json
# src/shapes.ts

github.com/robertleeplummerjr/Leaflet.glify - 858dc450e7fe51694db859d279606cbac0183320 authored about 4 years ago by nt <[email protected]>
Merge remote-tracking branch 'upstream/master' into update_remove

github.com/robertleeplummerjr/Leaflet.glify - 53e3e11314715d8778a70639af65eeb251320638 authored about 4 years ago by Sebastian Gatscha <[email protected]>
fix: Version bump and build

github.com/robertleeplummerjr/Leaflet.glify - 6433b6c7d1ede020e293d86d517f9f9d2e3588cb authored about 4 years ago by Robert Plummer <[email protected]>
Merge pull request #80 from trafficonese/panes

Add support for Panes

github.com/robertleeplummerjr/Leaflet.glify - 7dfbcf0c7b50bc527a3769a2ca4f855a75453469 authored about 4 years ago by Robert Plummer <[email protected]>
update /dist and add docs

github.com/robertleeplummerjr/Leaflet.glify - 81970bab26f9e8bf8f5e19f712eab9b5b90dc5d5 authored about 4 years ago by Sebastian Gatscha <[email protected]>
Merge remote-tracking branch 'upstream/master' into panes

github.com/robertleeplummerjr/Leaflet.glify - 41cbb01b0cc410fbaac5c0cd72e15e43cb66cf84 authored about 4 years ago by Sebastian Gatscha <[email protected]>
update dist

github.com/robertleeplummerjr/Leaflet.glify - 58c807f338ec41c7c7b6340778a7dc5b97f61a14 authored about 4 years ago by Sebastian Gatscha <[email protected]>
Merge remote-tracking branch 'upstream/master' into update_remove

github.com/robertleeplummerjr/Leaflet.glify - c2a7d951d1b977eb26fcf4676dc6e981c433043a authored about 4 years ago by Sebastian Gatscha <[email protected]>
Merge pull request #84 from trafficonese/border1

add border option for shapes

github.com/robertleeplummerjr/Leaflet.glify - 4d5c0869a5e2f528ca5a8a2e2ed2a0bac1d95aa1 authored about 4 years ago by Robert Plummer <[email protected]>
add docs & linting

github.com/robertleeplummerjr/Leaflet.glify - ad7908365c828ac5281341f1664aa95e8a81123e authored about 4 years ago by Sebastian Gatscha <[email protected]>
add border option for shapes

github.com/robertleeplummerjr/Leaflet.glify - e63c46e2428fe98eb91f08b9e2a901b623388eaf authored about 4 years ago by Sebastian Gatscha <[email protected]>
remove by indices, update data

github.com/robertleeplummerjr/Leaflet.glify - 7d0c4c9e81f0504b7ac8cfeadaee1ae51b3b385d authored about 4 years ago by Sebastian Gatscha <[email protected]>
feat: Added a webpack packaging

github.com/robertleeplummerjr/Leaflet.glify - 266fc6f38aa80fd54d873f988640acee7aa0808f authored about 4 years ago by nt <[email protected]>
build browser

github.com/robertleeplummerjr/Leaflet.glify - 92e0ce63bce3f8119fbd2d4836de4fbf0b291c28 authored about 4 years ago by Sebastian Gatscha <[email protected]>
add pane support

github.com/robertleeplummerjr/Leaflet.glify - f0b105e50dcde5f5131172f3bafb551174b9ce82 authored about 4 years ago by Sebastian Gatscha <[email protected]>
Bump elliptic from 6.5.0 to 6.5.3

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3.
- [Release notes](htt...

github.com/robertleeplummerjr/Leaflet.glify - 5baba42d982e6151dd4c7e5ad834d088a69dcef4 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #74 from trafficonese/hover_ts

add mousemove event, sensitivity for lines

github.com/robertleeplummerjr/Leaflet.glify - f84186b06b89849ebac65ec0b681a3330aff4bd8 authored over 4 years ago by Robert Plummer <[email protected]>
import geoJSON

github.com/robertleeplummerjr/Leaflet.glify - c3183366a304ebd2de56e60215097700e70984de authored over 4 years ago by Sebastian Gatscha <[email protected]>
add mouseover event, sensitivity for lines

github.com/robertleeplummerjr/Leaflet.glify - 16eb604bd2a52ce79f4aa273e58987c0675ece4b authored over 4 years ago by Sebastian Gatscha <[email protected]>
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

github.com/robertleeplummerjr/Leaflet.glify - ad5ff4ddd6fe045801a2009f6312634811dd505c authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #65 from Kanahiro/parcel-cmd-fix

close #64 Parcel cmd fix

github.com/robertleeplummerjr/Leaflet.glify - 466c3696d9f67b7833089c15317ae9b6d7e5a30f authored over 4 years ago by Robert Plummer <[email protected]>
Merge pull request #1 from robertleeplummerjr/master

upstream merge

github.com/robertleeplummerjr/Leaflet.glify - 633fc2077e148b5e6b262ff2e6cb2b5530cf8385 authored over 4 years ago by Kanahiro Iguchi <[email protected]>
fix: Add publish-gh-pages script

github.com/robertleeplummerjr/Leaflet.glify - 60a8e070381c233470aeda45a524d9e83d6c50c1 authored over 4 years ago by Robert Plummer <[email protected]>
Merge pull request #63 from robertleeplummerjr/ts-migration

Ts migration

github.com/robertleeplummerjr/Leaflet.glify - f5e94fb32c63a57360a114168ca0a98b51f6ecb5 authored over 4 years ago by Robert Plummer <[email protected]>
fix: Add package-lock.json for fixing security issues

github.com/robertleeplummerjr/Leaflet.glify - 42b46a64de82c00be49b6e430727e38f96eedca0 authored over 4 years ago by Robert Plummer <[email protected]>
feat: version bump and build

github.com/robertleeplummerjr/Leaflet.glify - a6ab2d96797d70a0e788201c9160a72daf9ef600 authored over 4 years ago by Robert Plummer <[email protected]>
fix: Zoom completely out offset issue

github.com/robertleeplummerjr/Leaflet.glify - 495789a1f69dde63d1a25d48f664db6a7818c47b authored over 4 years ago by Robert Plummer <[email protected]>
fix: More typescript refinements, loading of GeoJSON for points

github.com/robertleeplummerjr/Leaflet.glify - adc70cf3bcf8148b2f66c0936dac7f5e309e5220 authored over 4 years ago by Robert Plummer <[email protected]>
feat: Migrate to typescript

for more collaboration and better testing
fix: Remove bower.json

github.com/robertleeplummerjr/Leaflet.glify - 97b1ec15b9bacd89b44e725e785bf4eed512e5e4 authored over 4 years ago by Robert Plummer <[email protected]>
fix: Bump version number

github.com/robertleeplummerjr/Leaflet.glify - 20fa72a5c975d9d2e5231728e93d758f0c5b42f6 authored almost 5 years ago by Robert Plummer <[email protected]>
Merge pull request #52 from adiityasharrma/master

Updated byte from 5 to 6 for Size function

github.com/robertleeplummerjr/Leaflet.glify - 2e104c0839ad37ca079ce6680f7f14562bb32056 authored almost 5 years ago by Robert Plummer <[email protected]>
Updated bytes from 5 to 6 for size function

github.com/robertleeplummerjr/Leaflet.glify - 356651077cb198153aeba178b635cd39f4e3f4dd authored almost 5 years ago by Aditya Sharma <[email protected]>
Updated byte from 5 to 6 for Size function

Updated byte from 5 to 6 for Size function implementation for points

github.com/robertleeplummerjr/Leaflet.glify - 18f3eb9e22f531a4a7a00d6cabb9b15f8fc9326f authored almost 5 years ago by adiityasharrma <[email protected]>
fix: Add opencollective badges

github.com/robertleeplummerjr/Leaflet.glify - bb16782f0fddb3c19c1effa44325cdbd093ac66f authored almost 5 years ago by Robert Plummer <[email protected]>
fix: Move vertex calculation into shaderVars.vertex

fix: Update demo to show functionality with different size points
fix: Update documentation

github.com/robertleeplummerjr/Leaflet.glify - 6e6659526ddf076c309d8b3c6044357c8762b7da authored almost 5 years ago by Robert Plummer <[email protected]>
Merge pull request #49 from adiityasharrma/master

#48

github.com/robertleeplummerjr/Leaflet.glify - 0ce4e3f8201ef74b40a11c69c3af39a39bdf2907 authored almost 5 years ago by Robert Plummer <[email protected]>
#48

Added functionality to provide size as a Function for Points

github.com/robertleeplummerjr/Leaflet.glify - 160cfcc804afc5ea42d973bd9dd1efbf1038e8f0 authored almost 5 years ago by adiityasharrma <[email protected]>
fix: Remove triplicate logic

github.com/robertleeplummerjr/Leaflet.glify - 1debbeb955ca4ed060c2b04de48a4c97a5b79860 authored almost 5 years ago by Robert Plummer <[email protected]>
fix: Simpler logic for looking up vertex lengths

github.com/robertleeplummerjr/Leaflet.glify - 2d3df292cef024c300839517acf2b5f3451bee87 authored almost 5 years ago by Robert Plummer <[email protected]>
Merge branch 'master' into 36-line-thickness

github.com/robertleeplummerjr/Leaflet.glify - 1e6dc386107de5d5eae91413c7970aa8916830e2 authored almost 5 years ago by Robert Plummer <[email protected]>
fix: Build and bump

github.com/robertleeplummerjr/Leaflet.glify - 4b5d78a818f4253a5255c65e3840265fa4f436b2 authored almost 5 years ago by Robert Plummer <[email protected]>
Merge pull request #46 from esdot/master

Added compiled javascript to package.json file list

github.com/robertleeplummerjr/Leaflet.glify - 52e7f2e6e4615c3aa57891329733bf2c32f42271 authored almost 5 years ago by Robert Plummer <[email protected]>
Added compiled javascript to package.json file list

github.com/robertleeplummerjr/Leaflet.glify - 573e25ddb450571856969a8f49dc8ef41fd9255c authored almost 5 years ago by shawn <[email protected]>
feat: Prevent webgl rendering issues and provide warning of zoom > 18

feat: weight as function(index, feature) for lines

github.com/robertleeplummerjr/Leaflet.glify - d26d7c92c7ffeab4e28f36d8d25c582c2a9a49dd authored almost 5 years ago by Robert Plummer <[email protected]>
fix: thickness to weight

github.com/robertleeplummerjr/Leaflet.glify - 45997872ad66f84febe300aec17f0173b42c907f authored almost 5 years ago by Robert Plummer <[email protected]>
fix: Go down to a half pixel in size, to account for retina displays

github.com/robertleeplummerjr/Leaflet.glify - c2a760851330590e95d1eb38f0352d002897f33c authored almost 5 years ago by Robert Plummer <[email protected]>
feat: Add scaling for line, so it stays same size while zooming

github.com/robertleeplummerjr/Leaflet.glify - 66fa32e5f134d613dfdbf71a53a0bf2524534d1d authored almost 5 years ago by Robert Plummer <[email protected]>
feat: Add experimental Line.thickness feature

fixes #36

github.com/robertleeplummerjr/Leaflet.glify - e86489d243a7f7a12c795b73bfdcce821905aada authored almost 5 years ago by Robert Plummer <[email protected]>
Merge pull request #34 from akoyabio/issue7

Fix square and simple-circle shaders #7

github.com/robertleeplummerjr/Leaflet.glify - 0454f4d5058050ddff6fc69751fc0813df53aec9 authored about 5 years ago by Robert Plummer <[email protected]>
Merge pull request #33 from akoyabio/issue29

Use the map's CRS for coordinate conversion #29

github.com/robertleeplummerjr/Leaflet.glify - 05fdc2c6198c068b2bc6142be58683b3ecf45fc3 authored about 5 years ago by Robert Plummer <[email protected]>
Restore latLonToPixel for backwards compatibility.

github.com/robertleeplummerjr/Leaflet.glify - 30adbd7be47e373c53b7491608a6474d3a1de90e authored about 5 years ago by Kent Johnson <[email protected]>
Include updated glify.js

github.com/robertleeplummerjr/Leaflet.glify - 3268dae5c1a8ce8e9747be4b4368473db1eda4df authored over 5 years ago by Kent Johnson <[email protected]>
Fix square and simple-circle shaders #7

github.com/robertleeplummerjr/Leaflet.glify - aa91c5cff4b8704a6708b2350929bb28ac6b7d94 authored over 5 years ago by Kent Johnson <[email protected]>
Ignore bower_components

github.com/robertleeplummerjr/Leaflet.glify - c47eec6b4beac82d93efceb44a0361278901e52c authored over 5 years ago by Kent Johnson <[email protected]>
Don't change compiled shaders.

github.com/robertleeplummerjr/Leaflet.glify - f5a6f47f0e6eb134dc4d151323772e4e16d9b1c4 authored over 5 years ago by Kent Johnson <[email protected]>
Replace `latLonToPoint(x, y)` with `map.project(L.latLng(x, y), 0)` so the projection works correctly with `L.CRS.Simple` #29

github.com/robertleeplummerjr/Leaflet.glify - cc2b3475e75e8723b19de164927a796e5c4bb7ac authored over 5 years ago by Kent Johnson <[email protected]>
fix: #23 prevent giant memory consumptions, bump and build

github.com/robertleeplummerjr/Leaflet.glify - 9af3462907f241418a761fec57b8d0e8d196af4d authored over 5 years ago by Robert Plummer <[email protected]>