Summary
A type: 'map' list view (ObjectMap / MapLibre) renders the canvas, zoom controls, and record markers correctly, but shows a blank background — no geographic tiles. There's no default map style / tile source configured, so MapLibre falls back to an empty style.
Repro
Expected
A sensible default basemap so the map capability is actually demonstrable out of the box — e.g. a free vector/raster style (demotiles) or a VITE_MAP_STYLE / config-driven style URL (and document how to supply a provider token for production).
Notes
- This is infra/config, not a data bug (data/markers are correct).
- Scope decision: ship a free default style vs. require explicit config.
Found while fixing showcase seed data (task map coordinates), framework #1466.
Summary
A
type: 'map'list view (ObjectMap / MapLibre) renders the canvas, zoom controls, and record markers correctly, but shows a blank background — no geographic tiles. There's no default map style / tile source configured, so MapLibre falls back to an empty style.Repro
@objectstack/example-showcase→ Tasks → "Work Locations (Map)" view (tasks now carrylocationcoords after framework fix(showcase): seed Accounts + task map coordinates; bump objectui pin #1466).Expected
A sensible default basemap so the map capability is actually demonstrable out of the box — e.g. a free vector/raster style (demotiles) or a
VITE_MAP_STYLE/ config-driven style URL (and document how to supply a provider token for production).Notes
Found while fixing showcase seed data (task map coordinates), framework #1466.