You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify map sync to marker/pin only, remove drawing/token/fog sync
The full interactive map experience (drawings, tokens, fog of war,
layers) now lives exclusively on Chronicle's web UI. The Foundry
module only syncs map markers as Scene Map Notes (pins).
Changes:
- Rewrite map-sync.mjs: remove ~800 lines of drawing/token/fog code
- Add "View in Chronicle" context menu on linked scenes
- Add pin count badge and Chronicle link to dashboard Maps tab
- Remove drawing/token/fog/layer from WebSocket type allowlist
- Update API contract and architecture docs
https://claude.ai/code/session_01J3F55nRmeFHTtK4BnYgGGk
|`scripts/map-sync.mjs`| Map drawings/tokens/fog sync. Percentage↔pixel coordinate conversion. Scene-to-map linking via context menu |
52
+
|`scripts/map-sync.mjs`| Map marker/pin sync only. Percentage↔pixel coordinate conversion. Scene-to-map linking via context menu. "View in Chronicle" for full map editor|
53
53
|`scripts/calendar-sync.mjs`| Adapter pattern for Calendaria and SimpleCalendar. 0-indexed↔1-indexed conversion |
0 commit comments