feat(raster): implement audit v4 phase 8 raster parity - #45
Merged
Merged
Conversation
|
Terima kasih, saya sudah membaca Saat ini tidak ada permintaan perubahan spesifik, bug report baru, atau review comment yang meminta revisi lanjutan. Jadi saya tidak melakukan perubahan kode, tidak membuat commit, dan tidak memanggil Jika Anda ingin, saya bisa lanjut dengan salah satu opsi berikut:
|
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
q2web-studio | eeca3f0 | Commit Preview URL Branch Preview URL |
May 04 2026, 12:35 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@codex Audit V4 Phase 8 menambah raster parity untuk image overlay, WMS, dan PMTiles di parser, editor preview, runtime preview, dan ZIP export.
PR ini juga membuka inspector raster dasar untuk visibility, layer toggle, opacity, dan source summary, lalu menutup gap PMTiles editor parity dengan render nyata di editor dan bukti fetch
sample.pmtilespada test Playwright.Changes
src/types/project.tsProjectLayeruntukvector,raster-image,raster-wms,raster-pmtilessrc/lib/rasterParsing.tsL.imageOverlay(...),L.tileLayer.wms(...), danpmtiles.leafletRasterLayer(new pmtiles.PMTiles(...))src/lib/qgis2webParser.tssrc/components/mapCanvasHooks.tssrc/components/Inspector/RasterLayerTab.tsxsrc/lib/exportProject.tspmtiles.jsuntuk runtime yang butuh PMTilessrc/runtime/runtime.tsscripts/smoke-fixture.ts,scripts/smoke-export.ts,tests/map-render.spec.tsdocs/example_export/qgis2web_raster_*.zippublic/vendor/pmtiles.jsManual parity sweep
Editor preview
sample.pmtilesRuntime preview
/preview/{token}ZIP runtime
raster-image,raster-wms,raster-pmtilesjs/pmtiles.jsEvidence
docs/screenshots/phase-8/npm-run-build-20260504-072851.txtdocs/screenshots/phase-8/npm-run-smoke-fixture-20260504-072851.txtdocs/screenshots/phase-8/npm-run-smoke-export-20260504-072851.txtdocs/screenshots/phase-8/npx-playwright-phase-8-20260504-072851.txtdocs/screenshots/phase-8/editor-20260504-072851.pngdocs/screenshots/phase-8/runtime-preview-20260504-072851.pngdocs/screenshots/phase-8/runtime-20260504-072851.pngdocs/screenshots/phase-8/console-20260504-072851.txtdocs/screenshots/phase-8/network-tile-20260504-072851.jsonQA checklist
npm run buildnpm run smoke:fixturenpm run smoke:exportnpx playwright test tests/map-render.spec.ts -g "phase 8 raster"Notes