Ecosyste.ms: OpenCollective

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

github.com/maplibre/maplibre-gl-js

MapLibre GL JS - Interactive vector tile maps in the browser
https://github.com/maplibre/maplibre-gl-js

factor out .broadcast() function

5e8c1a3fb1ca381247ab3370037699d9cc4e23ed authored over 11 years ago
add names to workers for easier debugging

784702ec2ce896ed254fb4509b04b95bf04158ec authored over 11 years ago
always use the first font stack for now

156bfe3d2f4b64097cb5f5486022097fe5d811d5 authored over 11 years ago
signed distance field font rendering

fixes #19

this requires https://github.com/mapbox/fontserver as a backend as it
relies on glyph...

e1a7bbad3ab2c0f8cf1e246f034f1e9e8f474ad9 authored over 11 years ago
remove dead code

cd8528427f0746688fde1a0063c884aff1b19c8a authored over 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl

5f9bd9bbf3e4c64db1240f048d5b143da13462b6 authored over 11 years ago
Improve inertia implementation, fix divide-by-small-number bug

699e5991cec7e1c28f5bd483d5cc181cd2eeb570 authored over 11 years ago
Merge branch 'gl' of https://github.com/mapbox/llmr into gl

1d5ea5a26e294ca37471c15602e9b7f9b1ed4cd7 authored over 11 years ago
off-by one tile count

fixes #128

c52bd4f415c2cd2ae53296f5258f6bb5d4693582 authored over 11 years ago
more careful icon scaling with devicePixelRatio

10a8294b9a0ac8370d79fda394a4c06f71ff9127 authored over 11 years ago
fix retina icon sizing

874b8ac101831e3a7f0c838d433a383fe853c988 authored over 11 years ago
add precision information

d40b42c1e9f661a5ffc7007a3f95d20c6d33c873 authored over 11 years ago
linejoins: bevel, butt, and round (using gl.POINTS

b18d3d1689e8960471cd9fe32ed10b80b629aa3d authored over 11 years ago
Merge branch 'gl-markerspoints' into gl

e9ad102972c6339f0c5fca3732d4aaf189732151 authored over 11 years ago
basic line marker support, and switch to gl.POINTS

see #122

53196dec408e45bb7bb42ac66dca56c14dc4b4fe authored over 11 years ago
Add pan tile.

This is a tile 4 zooms up that is loaded under higher-zoom tiles so that
pan motions have a non-...

cba95c58daa867adc7d2bd7e21d9450db9354809 authored over 11 years ago
Support enabling layers on load. Fixes #117

abcb222e13786d4f4d3ef3b04c35af2276682d4f authored over 11 years ago
fix drawVertices call

3d9265bca8be64229ca9d5450150beab1c5ebd61 authored over 11 years ago
Fix inertia bugs.

ff6b8997e4a422726a9ac0f645ea79a9ab69e27d authored over 11 years ago
Animate double-click zoom gesture

cc532950418f3af3217a098978025b1c23d4fd88 authored over 11 years ago
Inertia. Refs #118. Zoom out on shift-double-click

6456c38fcc84dd2074a2e22175aa8b9c7c278518 authored over 11 years ago
Refactor layer slightly

389febf54c1c16b35ab11e1b72fd1f106f5b232f authored over 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl

646194cd332d5bfb9d505624b79df61ea177068f authored over 11 years ago
Load tiles from center out. Fixes #104

0e1c2d5a849d17c1c463cebefa0942543129ff76 authored over 11 years ago
support for style-level opacity

see #103

8c6de904f3cb10f66fd75ca673fde4e94798d785 authored over 11 years ago
Add saturation. Fixes #106

7c8a48f01a722b0e1f13b7dbffad8bf5bc51a04f authored over 11 years ago
Use mipmap. Fixes #112

1bb0d6960ed7ca88e1911fc3250adbad9df04c7a authored over 11 years ago
Move tile logic into layer, implement retina for raster. Fixes #105

cb7ebe2015e142335391daa93e2f875e42a24159 authored over 11 years ago
Color spin. Refs #106

ad95b6d7573deb70d1a1e28ae1dac2b820e3a927 authored over 11 years ago
Brightness control for raster. Refs #106

9f0a5956986bb732a3897c8f8e5a505099c41ec7 authored over 11 years ago
Fix tests, split out tile test, add mru test

4a3900d412a5453765afbb84a8c24e9c87bee2e0 authored over 11 years ago
Support enabling and disabling other layers

55313019bdd8b6fd925106735fec8b318cd8a045 authored over 11 years ago
Expose building color. Fixes #107

948c015317f8cd665715e17e669db02f26c2a00c authored over 11 years ago
Fix shader link error

5147a0980a5a55ed69cbc87548f6ce9dd1f7b892 authored over 11 years ago
Merge pull request #101 from mapbox/gl-rastertiles

add satellite layer

8a6b838e5ebf0c001269cc09b3df5cdc61474b77 authored over 11 years ago
make satellite layer optional

also:
- fix image aborting
- fix poi icons
- fix crossorigin requests

43e1c22e730d20569f31cd35cc89825458857c68 authored over 11 years ago
intial satellite work

extracts layer.js from map.js

25693bf4a6c1fc56984bd0541c93ec5044f0f71b authored over 11 years ago
add some dashed lines to style

7b8a2397ec70668dfc2ee9a030b894d36b71ea03 authored over 11 years ago
add support for dashed lines

for example, add `"dasharray": [4, 2]` to a line style
for 4 pixel dashes with 2 pixel spaces. T...

e57abfeec3785a80c2df4ae3bc8fb23912277a4e authored over 11 years ago
reduce precision for rotation

9317009a9f5b951fc5e45f5d045021080ce0c3be authored over 11 years ago
set angle in URL hash to degrees

for #92

94c78d0ed8f37a6dd7ca9dd0e9f9b8581c5b1a12 authored over 11 years ago
fix limit on number of worlds

9bd9e1d70fcfa51bc177f3b83ff3c8680e6f4ac6 authored over 11 years ago
fix longitude wrapping

e2b0dc7a5ac1d3f39717dfd6ce238adafda1a3c9 authored over 11 years ago
fix 'failed to load' errors for aborted tiles

5990008a0f5af44cdf25f5d8553defc55c96ffa9 authored over 11 years ago
add world wrapping

adds a `w` part to tile IDs, representing which world to
render the tile in. A new Tile objects ...

c08c9045927dfe24bef50e16e325bcb19a214bdd authored over 11 years ago
Flip upside down text. Fixes #88

6eb567a85a09dd93f8d412a31958409a7e7d86ff authored over 11 years ago
Anchor text in the middle

9d40ad859abd62972be00925ade28519cc4d8656 authored over 11 years ago
resize canvas downwards

93420cb36c6f465e429aa05c388bcc405f52766c authored over 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl

1e7b197f1d92bfb314dca3a94519fb560ebb068c authored over 11 years ago
Refactor out background, do not scale text initially

fe1c3ca8f19a358deb1a60c672bd2521e15099cb authored over 11 years ago
fix drawDebug

5ead2d39f1c78b7743fb12faef37cf7f9c2c00f6 authored over 11 years ago
Fixup

6b244a3b306f8216206b33511e7c02a46dda189e authored over 11 years ago
partially unbreak text rendering

709740d9bfdde58db5c2716ef55945fefa866cfd authored over 11 years ago
Refactor apart large function bodies.

6212e27a5297fe220c301516cfca6745fd766245 authored over 11 years ago
Refactor measuring line heights

704d5646ad8daf8ae47a3ba80f27ea4c73984944 authored over 11 years ago
Reference. Fixes #85

780c93fa7031df0b8364dc1f9270b448450d3698 authored over 11 years ago
jshint, lack of block scope

ffd45805f5781366244c7eb7c3a037f0bbc6ffa9 authored over 11 years ago
Pass the image sprite to point renderer

6462a6772aadf4b1ac366dee81c302f41471b686 authored over 11 years ago
Global leaks

214bd45d9eaeddcc4df26822ff89d34ca4e8a043 authored over 11 years ago
Refactor drawing code

bede1be92642391adbc88861133e32ac514bfb4d authored over 11 years ago
js does not have block scope.

0ba58f6ee88fbefa1c9e1c477976d7473e3f1a37 authored over 11 years ago
dead code, cleanup

72877276f6648a7f7c6cfc2de04a07bd8a58d5be authored over 11 years ago
Dead code.

62b9f6cbe5e2f565f52532ce2641d330ee0442a7 authored over 11 years ago
Make one new canvas.

e692566ff1b3c60988acda62f8aa48fa9a03b742 authored over 11 years ago
clear mru cache when re-encoding geometries

2dbc6499e88f4511ad9630f575eb282448d32ba2 authored over 11 years ago
Global leaks, use .forEach

154279989ede9a077f63398ce333d8b580515c0a authored over 11 years ago
texture manager is actually a canvas.

7345bdf1ef01872f78f330ecb982568eaa32ecc6 authored over 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl

3d1e01df73257e870fa102a5ed9f8c207cfe4ac7 authored over 11 years ago
Improve names

5cd87d284638b7311b6a115fc5bb40389eeb8f2f authored over 11 years ago
fix style change flicker

5a8b6ab86c7ecd6dc2960b6c7e642a325ad265ba authored over 11 years ago
Un-scale texture size

9fbf89f5569e118870958a624c02a6c2c9b14ae3 authored over 11 years ago
add swap style debug button

8a5082745e50b859d052e5a593d1d5e2435e38b8 authored over 11 years ago
Switch to a single canvas and a single context, depending on #81

e79208ffc68899d529f3253f9fc0574ff7fa06bb authored over 11 years ago
Split labeltexturemanager

dd1c17c24a307f7e216c567cdfb00fa6fd79d726 authored over 11 years ago
git is your comment @dmitrig01

33e9c7e7ac7f474b7042b7a8219f0ed0a926ba74 authored over 11 years ago
eliminate use of __proto__

9ee25991abcceec64ec97f6c68b6480d8790d01f authored over 11 years ago
expose line cap/join style and add switchStyle

2f50c7fc64b1cc3ae64c5c6ebd2e6b70aefb3156 authored over 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl

cb56007b04699caa46219fc7d0aec004bdce5d29 authored over 11 years ago
First attempt (still not working) at maxrects algorithm

eaaec35e947ff14985bc888d4c42618db501f30f authored over 11 years ago
Merge branch 'gl' of https://github.com/mapbox/llmr into gl

548517cc9c79dfbf4c428f89afd2155773353296 authored over 11 years ago
remember some datgui settings in localstorage

44de1471e3edc976924969e963d1c75d2365a65f authored over 11 years ago
Fuck yes it works!

536f945e86265d01419783203cf3a21804db3647 authored over 11 years ago
Merge branch 'gl' of https://github.com/mapbox/llmr into gl

91d38c168bc6e46bbef4dacca88ac53896e7d08c authored over 11 years ago
update data tile url

0a6122fe57559b22126be8ae9366291cba5e93bb authored over 11 years ago
we don't need those anyway, they're causing constant repaints

505ff44213e11a12c1ee4bded5b79ba763d0afd4 authored over 11 years ago
Fix attribution

b6168d2bbb68a9586c9fb30590d414cc026c20ff authored over 11 years ago
Rerender canvas with proper font sizes

aac5f26ea999a2dd72d850a8e3d01b4c687df1ae authored over 11 years ago
Minor code style

fc6700d3e110d9e70f0a6a54f1d47c0a867440e1 authored over 11 years ago
Get labels pointing in the general direction of the street they follow. Doesn't follow the street, but at least considerable progress.

5a6a1406204eef098e0666e948eb1b0441cc83e7 authored over 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl

8ebeac542fbc74d1050c8cd08171b6e9976cb203 authored over 11 years ago
Initial work towards path labels

dddc738adc94e06b2713fad436d115c7ff02a8e5 authored over 11 years ago
add positions for entire maki sprite

e3692f048aedbfde7aa836df4fa7b0e4d4ec3bff authored over 11 years ago
Add city labels, yay!

6ea8b01109118bafd311361e2ab2c6f170a80187 authored over 11 years ago
Remove some of that jitter, differently.

83c8929792610ab63e203049fb9f597ae742da9b authored over 11 years ago
Reverting, looks like I broke rotation!

This reverts commit b64db074350f9df024d54b5f870ca86d18386574.

1b6a837b19ee599ac8f89f1b1005e5e0f4af2007 authored over 11 years ago
Remove a bit of sub-pixel jitter on labels

b64db074350f9df024d54b5f870ca86d18386574 authored over 11 years ago
fix point painter for multiple buffers

3cc92a9e0172b48b7b4377b8eac062c83bb143cf authored over 11 years ago
Removing even more debug code

c85ab12b28f9dc2370cb8406b0da7bb5f2b52363 authored over 11 years ago
Whoops, left in debug code

d851c2c994105a838282f1244d367f0e4d481dcf authored over 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl

dc7c057edd799adf85b21216e95c36cdc6839b05 authored over 11 years ago