Improve park detail page by integrating map data

Refactors the park detail template to pass map coordinates and park name as data attributes to a hidden div, which is then used to initialize the park map via JavaScript.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 48ecdb60-d0f0-4b75-95c9-34e409ef35fb
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
pac7
2025-09-22 15:18:50 +00:00
parent 789d5db37a
commit 5737e5953d
2 changed files with 24 additions and 9 deletions

View File

@@ -54,10 +54,6 @@ outputType = "webview"
localPort = 5000
externalPort = 80
[[ports]]
localPort = 35687
externalPort = 3002
[[ports]]
localPort = 41923
externalPort = 3000