Skip to content

Commit

Permalink
feat(contour): Add custom getTile prop to MapLibreContourSource (#89)
Browse files Browse the repository at this point in the history
* feat: Add custom dem manager prop to MapLibreContourSource
  • Loading branch information
ciscorn committed Feb 4, 2025
1 parent 16ff3ae commit 351ff52
Show file tree
Hide file tree
Showing 26 changed files with 502 additions and 470 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- run: corepack enable
- run: npm i -g --force corepack && corepack enable

- uses: actions/setup-node@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- run: corepack enable
- run: npm i -g --force corepack && corepack enable

- uses: actions/setup-node@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4

- run: corepack enable
- run: npm i -g --force corepack@latest && corepack enable

- uses: actions/setup-node@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"parser": "markdown"
}
}
]
],
"tailwindStylesheet": "./src/app.css"
}
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,25 @@
"@deck.gl/mapbox": "^9.1.0",
"@docsearch/css": "^3.8.3",
"@docsearch/js": "^3.8.3",
"@playwright/test": "^1.50.0",
"@playwright/test": "^1.50.1",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/package": "^2.3.9",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/package": "^2.3.10",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.1",
"@tailwindcss/vite": "^4.0.3",
"@types/eslint": "^9.6.1",
"@types/geojson": "^7946.0.16",
"@types/three": "^0.172.0",
"@types/three": "^0.173.0",
"bits-ui": "1.0.0-next.78",
"clsx": "^2.1.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"fast-png": "^6.2.0",
"globals": "^15.14.0",
"install": "^0.13.0",
"lucide-svelte": "^0.473.0",
"lucide-svelte": "^0.474.0",
"maplibre-contour": "^0.1.0",
"maplibre-gl": "^5.1.0",
"mdsvex": "^0.12.3",
Expand All @@ -111,19 +112,19 @@
"publint": "^0.3.2",
"shiki": "^2.2.0",
"superjson": "^2.2.2",
"svelte": "^5.19.6",
"svelte": "^5.19.7",
"svelte-check": "^4.1.4",
"svelte-docgen": "https://pkg.pr.new/svelte-docgen/svelte-docgen/svelte-docgen@146593b",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^4.0.1",
"tailwindcss": "^4.0.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.172.0",
"three": "^0.173.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.23.0",
"vite": "^6.0.11",
"vite-plugin-svelte-docgen": "https://pkg.pr.new/svelte-docgen/svelte-docgen/vite-plugin-svelte-docgen@146593b",
"vitest": "^3.0.4"
"vitest": "^3.0.5"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
Loading

0 comments on commit 351ff52

Please sign in to comment.