Skip to content

Fix: Tile server SSL certificate errors and add satellite imagery#27

Closed
jonnyspicer wants to merge 2 commits into
mainfrom
fix-tile-server-ssl-errors
Closed

Fix: Tile server SSL certificate errors and add satellite imagery#27
jonnyspicer wants to merge 2 commits into
mainfrom
fix-tile-server-ssl-errors

Conversation

@jonnyspicer
Copy link
Copy Markdown
Collaborator

Fixes SSL certificate errors from tile.datr.dev servers and adds satellite imagery support to the Cesium map.

Changes

  • Replace unreliable tile.datr.dev servers with stable public servers (OpenStreetMap, CartoDB)
  • Fix double HTTPS prefix bug in URL handling
  • Add satellite imagery providers (ESRI World Imagery, Google Satellite)
  • Improve URL templating and prefix handling
  • Add fallback configurations for reliability

Testing

  • Verified SSL certificate errors are resolved
  • Tested satellite imagery layer switching
  • Confirmed map loads correctly with new tile servers

🤖 Generated with Claude Code

jonnyspicer and others added 2 commits August 29, 2025 18:48
- Replace problematic tile.datr.dev servers with reliable public alternatives
  - OpenStreetMap for ESRI tiles
  - CartoDB for Mapbox streets/dark tiles
  - OpenTopoMap for topographic tiles
- Add satellite imagery support with ESRI World Imagery and Google Satellite
- Fix double https:// prefix issue in tile URL templating
- Replace terrain.datr.dev with Cesium World Terrain
- Add fallback configuration for reliable tile loading
- Implement URL translation between container and localhost hostnames
- Add proper JSON response handling for API endpoints

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jonnyspicer jonnyspicer closed this Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant