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

demo tweaks

c444cb7f2fc09370908f8aacdfe9bb3961cdd5db authored about 11 years ago
demo tweaks

0a2f1e00bc5e18fdb8fd4c4cb7d93eec7c136c14 authored about 11 years ago
tweak demo dark style and starting location

f1be6eee74c20e345a8874042931eb0eee731c6a authored about 11 years ago
add demo first attempt

ffe8fa7b4e52eb4f8385e43538ae110eabf68e0d authored about 11 years ago
add demo first attempt

d4dfb3b87d37281e5cd52acd3c97c9bd2f8e17bd authored about 11 years ago
expose text halo color to stylesheet

7fcd1bed0c1cb354444a7bf1f62a0630f2026926 authored about 11 years ago
fix satellite debug controls

81fbd76a1bdc66975f6d02d9ee94857aa7ab3c4d authored about 11 years ago
fix satellite layer

Integration is still hackish, this needs more work.

0db46d00a478faee5616b1cc4d37492137fb9454 authored about 11 years ago
don't draw opaque "composited" layers to texture

Skips unnecessary drawing and storing, hopefully
improving performance.

575c20bc18609d7ba34b4f685e4c878a2ebd6e33 authored about 11 years ago
fix composited layers by attaching stencil buffer

fixes #208

38c2fdcae9a7a98c8997344e4db878df16f41a1f authored about 11 years ago
new polygon drawing code

instead of using GL_INVERT, we increment/decrement the pixels so that we can
detect nonzero area...

c2347d07f67202c708cf0d8c744395095bc2e5ca authored about 11 years ago
new polygon drawing code

instead of using GL_INVERT, we increment/decrement the pixels so that we can
detect nonzero area...

63e9f71df34958e16c8aa0e3d19da307da0360bf authored about 11 years ago
use transitions when zooming with scroll wheel

If a transition is already in progress, it
calculates a new bezier that is continuous
with the c...

f9b61f043ffef4e6287cb27bbd3b97468d628ff5 authored about 11 years ago
minor cleanup

7e7acfcbe4313af43b0a1e5b336a03fa680a39cc authored about 11 years ago
extract handlers from map.js

567698410b88c04d8f438537bb9711e4d01d7a7a authored about 11 years ago
remove unused args

222a0a681f78186f606d28c3d157d87e693a1900 authored about 11 years ago
slower dbclick zooming

7d079bdcd3fce880106f824f1658324f14285bf0 authored about 11 years ago
Merge branch 'gl-transitions' into gl

915e54ccf80f286905c1820015234a13fd3cd5cc authored about 11 years ago
fix map.switchStyle

bfa785bb895d20ff297af5c8d9360ea71927100f authored about 11 years ago
rename appliedValue to calculatedValue

f6fb78f792aecd455e7e6997ba48be4244ddf860 authored about 11 years ago
eliminate stylesheet object

b9058b2d198e38788593fab518bced629c4ed6ba authored about 11 years ago
fix mistaken removal of util.values

99a02056500fca34bbd947dd2a8c01ee91e7c3c0 authored about 11 years ago
first attempt at fading out labels after zoomend

2d6295121affa42a912305645ad94007646e8887 authored about 11 years ago
first attempt at fading out labels after zoomend

0d0cdc1b1618a7b8e802ed05fa8e21a2f01d3089 authored about 11 years ago
remove stylelayer.js

b270911635d667b5740ed059e9b8fad83db45af0 authored about 11 years ago
Merge branch 'gl' into gl-transitions

Conflicts:
js/render/painter.js
js/text/placement.js

2c066d553cbd895903dbdb7308e848012effe5e2 authored about 11 years ago
jshint everything

1c7d107288b1918acc179cede87fcdb4db140c0e authored about 11 years ago
add javascript port of WebKit's UnitBezier

13282c920b3ce087ef7b028d8c735d228f37c441 authored about 11 years ago
support for transitioning colors

988b428b7d0f917a73080ee346a0971514dd3023 authored about 11 years ago
disable stencil test when drawing clipping square

4bd0d87214b479a6bddae395c9a3346a511c736b authored about 11 years ago
fix debug panel

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

Conflicts:
js/llmr.js
js/style/style.js
js/style/stylelayer.js
js/ui/map.js

0c2a323cb7a07a2b679ee2d0689505a63f2adf5a authored about 11 years ago
style transitions + a lot of style restructuring

e46dbe42ac401272b0a6b2ec830eed6535b99f48 authored about 11 years ago
show tooltips for pois

359167eb91375d2c4c24ac7140a3d9ee88adeccf authored about 11 years ago
use another class for highlighting

8e715983be63055157a81cd3376a8917ca59bb72 authored about 11 years ago
line and point fixes

aa0b6e9c8496411f26fcd24ac27c7383b8066a43 authored about 11 years ago
fix bug where we assigned worker IDs of '0'

d283a41645e43455a59495fe0ff1e7c292175968 authored about 11 years ago
find features by coordinate in the vector tile

refs #35

d9f91d92c5335e5134649934cbfb14bcb6350ee2 authored about 11 years ago
filter click events where the user has panned before

fbfe0447b69bb9017ae451484cd4a88bde2baa68 authored about 11 years ago
update rbush to 1.3.2 (massive search perf gain)

f086632948954e87bccb15cd108f92b7deda920f authored about 11 years ago
expose globalMap in editor

1aeb6ae3fb8687bd04f9f43318f4514de77d1455 authored about 11 years ago
watch child files with grunt

32880bfefcf3024e66d2e39f3655544ae37e0a42 authored about 11 years ago
split up worker.js

fixes #170

7eb93e56e697fad9c7439e84b29e16cf40752b4a authored about 11 years ago
split up into subfolders

refs #170

ef30d74b18e64493d5bd9820d58dd9e90f29e8fe authored about 11 years ago
bundle main file and thread file into one file

fixes #175

1fe81bd53798f0071a27bae26268d1b0e989df58 authored about 11 years ago
show correct number

e090980c15bb4159ab1a7824de704081fbad1797 authored about 11 years ago
first push at style transitions

a9ff99e1a05a6f503e848e6ba2e8eb6d4d66c253 authored about 11 years ago
fade labels based on zoom level

aa92b01996482cb97373fd2949ba989c07d79580 authored about 11 years ago
fade labels based on zoom level

45bcdb36110b0f0998a190525ee7fb0bc35e1ca9 authored about 11 years ago
split out styleRule and cleanup

b73e25c0e27350706a43fbbc7a4d1d533d3c4471 authored about 11 years ago
fix splitting features into text buckets

`type` is now used to filter features by geometry type.
Use text=true to identify a text bucket ...

25269bf50843cec459068edfeed2842b90c21377 authored about 11 years ago
remove non-prefixed property

745995cd60048b8ee438798a7e5c947c913e48f7 authored about 11 years ago
make styleshot moz compatible

8c94ed3dbceb9fb1ed35a6ddb09ecdbd3a001b82 authored about 11 years ago
animate xray mode

d97c2b56db9f82fafe1b032683cc27e5e2506076 authored about 11 years ago
allow inverting icons

ecb1408775e695e1b241588e56053d7c5ae8eea3 authored about 11 years ago
add x-ray mode

002a23b93f5508ce292ba91a537c0971dd6dca62 authored about 11 years ago
allow inverting icons

8113bd4ff4d9ce2f67f35ac043a99e515d989a1e authored about 11 years ago
allow inverting icons

e4584b6a40fe8d40770546f068452d0708f2c247 authored about 11 years ago
allow drawing multiple "backgrounds" and fix composite stencelling

6326dc7b7697a35400496d6f5203ba54d20ac845 authored about 11 years ago
allow multiple temporary layers+buckets

206a6c16d696e033c8b41ab389d8881e99803eaa authored about 11 years ago
automatically assign a default name based on bucket for new layers

5701a4181ce9827885df066a3606342ed9fee070 authored about 11 years ago
split up data add view by type

599d8ae12c6db1a2bd7388f74073725d2e844775 authored about 11 years ago
remove highlight when closing sidebar

d10947d3c0dd99fb6395983a0c9b96bc3c1f8406 authored about 11 years ago
restrict objects to the bucket's geometry type

9a45f3a0990b7a4ea101208fbb32057445502384 authored about 11 years ago
remove ender

b77902811856d652d1294de937a785512f81204b authored about 11 years ago
only change the editor when only editor files changed

83b709b7920525fb6f7f48c73faa173858610916 authored about 11 years ago
don't allow editing the background's name

6cd3031c772a3b50ee25505561da6589062711ab authored about 11 years ago
put map into rotating mode when resetting to north

30e8f6ae54b70d3bfaeef6806aadb7c16eaac83d authored about 11 years ago
allow changing the image size for poi icons

638a24b2d6abd7d78defe429bad3c5f4d0f45788 authored about 11 years ago
snapping to defined line width stops

67ab622963a476ae256b8be45b8f0d90b845aa69 authored about 11 years ago
expose defaultStyle

189bc2b34d90ac080574dccd402ab34474e4c92d authored about 11 years ago
fix creating new styles

934bdc400c4c712dd35e6cf91847673ae2a461f7 authored about 11 years ago
change line width

85c16e3dab3b209b303e5fa2f8139f3eddf5ad2d authored about 11 years ago
add option to toggle antialiasing

9f57855552dade1f59615b63777b5f749cbbb560 authored about 11 years ago
move packaging file

fb8c65d0e6631997fe4910e6e9a406da5f4100a0 authored about 11 years ago
move to browserify + cleanup

7376ada8fb3247bef7d2a7f0405d4ed32752a860 authored about 11 years ago
split up large function

c06c2817332427158422f4ee1a575810cb03fe9c authored about 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl-curvelabels

b02e10d1602aaf037c945b6602520a1bdf8ac9fd authored about 11 years ago
Merge branch 'gl' of github.com:mapbox/llmr into gl-curvelabels

b3dd4ba8f356f86f88a947fe733e8892c4207100 authored about 11 years ago
increase minimum distance between labels

b05c7b8f104441f25b57beb66c514c3e754f8f8c authored about 11 years ago
hack to prevent cross-tile labels

d75ac617af67aa98abf2c6a778c49a0bad5fe4f5 authored about 11 years ago
allow switching geometry type

44585b88e4571818bdaf28d8d936bd38b9746a01 authored about 11 years ago
background

91b7a8e76c8e828962cbd4ad325f9aa9feeeaee8 authored about 11 years ago
make zoom level indicator work

e8c68775dcd7304d8e2f16f46d0c49b070222568 authored about 11 years ago
hide background view if another layer is selected

d6bca4935e4094719fe96a367abdc9d3d8e35c69 authored about 11 years ago
reset north compass

1753d28ce8579778f03f062f22356f354b3d5508 authored about 11 years ago
highlight layers even if they are currently hidden

1ad9f5a8b3722cd4eae987a3fd59148bb9bf20e8 authored about 11 years ago
fix layer hiding

345776249d71706a6c210b5c6fba11facfcd3023 authored about 11 years ago
subdue layers with no features visible

d7ebd6ba8c3a5fdc165e5889a8f374ab928da035 authored about 11 years ago
evented typo

50abf84345715ee5a669527c058c27fa36e1cf0a authored about 11 years ago
higlight features when adding them

1d10da9f2b3cd825d16a1ff4434909699cd7a931 authored about 11 years ago
fix icon pulsating

5aae9e61627cda279b3e1deefb7d764017b0098d authored about 11 years ago
fix adding poi layers

84f213e77d7b68c610fae96be8df64d0babe5237 authored about 11 years ago
allow searching for icons

1d31da72d6def4e918890f89f6b4fe4a4e955aec authored about 11 years ago
use css rules instead of inline css

300a6508eaf95aa23ace12f06bd63fb0a3d850ca authored about 11 years ago
use bigger icons in sidebar

7bc5573d7db456467c3672a3b524fdcb6adc1a6c authored about 11 years ago
use dark icons for the sidebar

feeed3df37cf8e43ddeb592157611f51e8915eb9 authored about 11 years ago
update imagesprite object

b533e76638cef9cf87876f646725ed7d550d690b authored about 11 years ago
delete all child elements

8168eb4d7404fe6c7306d151893205ceafa794db authored about 11 years ago
add highlight feature again

a652cc045a441ea2aa23ba257263c7ba926c4352 authored about 11 years ago