Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/mapbox/point-geometr…
Browse files Browse the repository at this point in the history
…y-1.0.0
  • Loading branch information
HarelM authored Jul 17, 2024
2 parents fe5363c + 868680e commit 2905ee0
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 101 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build docs using docker and mkdocs-material
run: |
rm docs/README.md
rm -rf docs/API/_media
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build --strict
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ How to add your changelog?

### Misc

- [drawing antialiased lines](https://www.mapbox.com/blog/drawing-antialiased-lines/)
- [drawing text with signed distance fields](https://www.mapbox.com/blog/text-signed-distance-fields/)
- [drawing antialiased lines](https://blog.mapbox.com/drawing-antialiased-lines-with-opengl-8766f34192dc)
- [drawing text with signed distance fields](https://blog.mapbox.com/drawing-text-with-signed-distance-fields-in-mapbox-gl-b0933af6f817)
- [label placement](https://www.mapbox.com/blog/placing-labels/)
- [distance fields](https://bytewrangler.blogspot.com/2011/10/signed-distance-fields.html)
Loading

0 comments on commit 2905ee0

Please sign in to comment.