Fix PMTiles Map Rendering using MapLibre GL#56
Conversation
- Removed `protomaps-leaflet` in favor of `maplibre-gl` and `@maplibre/maplibre-gl-leaflet` for robust PMTiles rendering. - Defined explicit vector layer painting rules (earth, water, roads, buildings) in `app.js` to ensure visual data renders. - Updated `index.html` with necessary maplibre-gl CSS and JS dependencies. - Added a `CorsLayer` in the backend using `tower-http` to properly handle HTTP Range requests for PMTiles byte-serving. - Updated default coordinates to Firenze. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Replaced
protomaps-leafletwithmaplibre-gl-leafletand added CORS headers to correctly serve and render PMTiles vector maps instead of an empty canvas.PR created automatically by Jules for task 4360610154739240461 started by @tyronechrisharris