Skip to content
Draft
Show file tree
Hide file tree
Changes from 63 commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
12b9c3e
feat(geojson): start working on geojson source
thomfuhrmann Jan 23, 2026
d330786
Merge remote-tracking branch 'origin/main' into mvt-from-geojson-issu…
thomfuhrmann Jan 24, 2026
afa5cf9
feat(geojson): continue work on geojson
thomfuhrmann Jan 25, 2026
f4b7400
feat(geojson): add buffer
thomfuhrmann Jan 27, 2026
3f07812
feat(geojson): rework clipping
thomfuhrmann Jan 28, 2026
3097618
feat(geojson): continue work on geojson
thomfuhrmann Jan 29, 2026
fc30ffb
feat(geojson): continue work on geojson
thomfuhrmann Jan 29, 2026
baa82fd
feat(geojson): continue work on geojson
thomfuhrmann Jan 29, 2026
c480b7b
feat(geojson): continue work on geojson
thomfuhrmann Jan 29, 2026
40dd0ac
feat(geojson): rework clipping
thomfuhrmann Jan 30, 2026
a4db8dd
feat(geojson): continue work on geojson
thomfuhrmann Feb 1, 2026
20d7587
feat(geojson): use i_overlay for clipping
thomfuhrmann Feb 2, 2026
fae6c77
feat(geojson): finish proof-of-concept for geojson source
thomfuhrmann Feb 3, 2026
dac8e41
Merge branch 'main' into mvt-from-geojson-issue-2054
thomfuhrmann Feb 3, 2026
8069a82
chore: sort Cargo.toml
autofix-ci[bot] Feb 3, 2026
78ae0f7
chore(fmt): apply pre-commit formatting fixes
pre-commit-ci[bot] Feb 3, 2026
4a61761
Apply suggestion from @CommanderStorm
CommanderStorm Feb 4, 2026
4869d1c
fixed a few simple clippy issues
CommanderStorm Feb 5, 2026
2c0d4f1
backport the docs from the old pr
CommanderStorm Feb 5, 2026
752ca30
Merge branch 'main' into mvt-from-geojson-issue-2054
CommanderStorm Feb 5, 2026
9f619cf
chore(fmt): apply pre-commit formatting fixes
pre-commit-ci[bot] Feb 5, 2026
fe4d7e6
Apply suggestion from @CommanderStorm
CommanderStorm Feb 5, 2026
339e027
add a currently failing e2e test
CommanderStorm Feb 5, 2026
2832b78
simplfiy the fixture dataset
CommanderStorm Feb 5, 2026
a53908a
enable reconition on the CLI
CommanderStorm Feb 5, 2026
e716bb8
add a testcase for geojson configuration
CommanderStorm Feb 5, 2026
2349b72
fix two minor docs issues
CommanderStorm Feb 5, 2026
28acf59
make two items const that could be const
CommanderStorm Feb 5, 2026
ce55c98
Add a l2 integration test
CommanderStorm Feb 5, 2026
b8ecdfa
fix a copy paste in geojson/mbtiles argument parsing
CommanderStorm Feb 5, 2026
149983c
add fixtures
CommanderStorm Feb 5, 2026
11f71d7
make the e2e snapshots more robust
CommanderStorm Feb 5, 2026
612fe36
Add a failing check due to ring ordering
CommanderStorm Feb 5, 2026
fba4450
chore(fmt): apply pre-commit formatting fixes
pre-commit-ci[bot] Feb 5, 2026
e796d12
register geojson in the e2e benchmarks
CommanderStorm Feb 5, 2026
d53e446
apply clippy suggestion
CommanderStorm Feb 5, 2026
9d0df64
Update docs/src/sources-files.md
CommanderStorm Feb 5, 2026
71da0ad
fix(geojson): revert point order for polygon rings
thomfuhrmann Feb 5, 2026
2ff00b3
feat(geojson): work on geometry validation
thomfuhrmann Feb 6, 2026
b838a78
chore: sort Cargo.toml
autofix-ci[bot] Feb 6, 2026
b7c705a
chore(fmt): apply pre-commit formatting fixes
pre-commit-ci[bot] Feb 6, 2026
2f9fdf2
fix(geojson): switch to GEOS for validation and simplifcation
thomfuhrmann Feb 6, 2026
664e9e4
chore: sort Cargo.toml
autofix-ci[bot] Feb 6, 2026
7e3e0de
feat(geojson): use rayon for parallel feature clipping
thomfuhrmann Feb 9, 2026
95a662e
chore: sort Cargo.toml
autofix-ci[bot] Feb 9, 2026
0d7e41c
Merge branch 'main' into mvt-from-geojson-issue-2054
CommanderStorm Feb 9, 2026
be06f22
try adding cmake to CI
CommanderStorm Feb 9, 2026
10040a0
add geos to the justfile
CommanderStorm Feb 9, 2026
e0c81ad
resolve a few clippy lints
CommanderStorm Feb 9, 2026
5e06bfb
ignore one clippy lint
CommanderStorm Feb 9, 2026
930ca60
Revert "try adding cmake to CI"
CommanderStorm Feb 9, 2026
989299e
run `just install-dependencies` in CI
CommanderStorm Feb 9, 2026
0989634
chore(fmt): apply pre-commit formatting fixes
pre-commit-ci[bot] Feb 9, 2026
69dbfa3
document requirements
CommanderStorm Feb 9, 2026
44c31c1
improve docs on platform support
CommanderStorm Feb 9, 2026
7b2f487
chore(fmt): apply pre-commit formatting fixes
pre-commit-ci[bot] Feb 9, 2026
a91570c
fix cfg and import issues
CommanderStorm Feb 9, 2026
b3e1325
also disable geojson on darwin
CommanderStorm Feb 9, 2026
1ce6fcb
fix --no-default-features
CommanderStorm Feb 9, 2026
5e69c98
fix two unit tests
CommanderStorm Feb 9, 2026
0b726b0
chore: update blessed test snapshots across all components
autofix-ci[bot] Feb 9, 2026
68bf3f0
Update docs/src/installation.md
CommanderStorm Feb 9, 2026
c146cc5
fix one more import
CommanderStorm Feb 9, 2026
55c52c7
feat(geojson): switch back to geo geometry validation
thomfuhrmann Feb 21, 2026
beaaa0f
feat(geojson): merge from github
thomfuhrmann Feb 21, 2026
84ca6e7
feat(geojson): add EPS const for simplify
thomfuhrmann Feb 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@ jobs:
- name: Install NASM for rustls/aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@72793074d3c8cdda771dba85f6deafe00623038b # v1.5.2
- name: Install dependencies
if: runner.os != 'Windows'
run: just install-dependencies

- name: Build ${{ matrix.target }}
run: just build-release ${{ matrix.target }}
Expand Down
Loading
Loading