Claude/map generator web UI 4gpi2w#236
Open
tiuchs wants to merge 4 commits into
Open
Conversation
Wraps the existing create_map_poster.py CLI in a small FastAPI backend plus a static single-page frontend under webapp/. Users pick a city (with an optional geocode-and-fine-tune step), a scale, and a theme, then see an inline preview and download the generated poster. Each generation runs the CLI as an isolated subprocess so the script's global THEME state and matplotlib's figure state can't leak between concurrent jobs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PitrdA5Mw9LzgRofKyvPeX
install.sh clones the repo (or updates an existing checkout in place) and installs dependencies via uv if available, otherwise a pip virtual environment, then prints how to start the web UI or CLI. An optional --serve flag launches the web UI immediately after installing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PitrdA5Mw9LzgRofKyvPeX
Claude/map generator web UI 4gpi2w
Clicking "Find center point" now also embeds an OpenStreetMap iframe centered on the resolved coordinates with a marker, plus a link to open the full map on openstreetmap.org, so the location can be visually confirmed before generating a poster. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PitrdA5Mw9LzgRofKyvPeX
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.
No description provided.