What problem does it solve? Setting up a maps component in a Thinkwise Software Factory model requires coordinating four interdependent entities (map, map_base_layer, map_overlay, map_data_mapping), a strict CoordSets JSON coordinate contract, signed 32-bit ARGB color encoding, and domain-element style matching — all through an MCP connector where wrong assumptions fail silently rather than erroring. ## Core Features & Use Cases - Full entity field reference: Documents every field on map, map_base_layer, map_overlay, and map_data_mapping, including the CoordSets JSON contract, the domain-element-to-map_data_mapping_id matching rule, and the ARGB color encode/decode formula. - Drawable shapes and tab variants: Covers Geometric Type Creation task wiring for user-drawn markers, lines, polygons, rectangles, and circles, plus per-tab-variant override entities and their reset tasks. - External-API pattern: A reference guide details the geocoding/routing pipeline — dummy trigger task, process flow, web_connection endpoints, and SQL Server/PostgreSQL JSON parsing control procedures. - Use Case: Ask your AI assistant to add a map showing customer addresses as styled markers on a table; it uses this skill to create the calculated CoordSets column, the map row, a tile base layer, and one map_data_mapping row per domain element without guessing entity names. ## Quick Start Ask your AI assistant to set up a maps component for a specific table in your Thinkwise Software Factory model, including the tile provider, geometry types, and initial center and zoom.