Data Sources

TBD Map offers 3 data sources: Manual, Query Loop, Sync With Query

Manual

You add rows in the Addresses repeater. Each row can be a typed address, coordinates like 52.5, 13.4, or a dynamic field reference (e.g. `{my_address_field}`) if your theme or plugins provide it

Query Loop

The map runs its own query for posts, terms, or users and reads an address field you specify. Good for “show all stores on one map” without building a separate loop elsewhere just for the list.

Sync With Query

The map does not load pins by itself. Instead you build a Bricks Query Loop elsewhere, put TBD Map Connector inside the loop, and give the map and the connectors the same Connector ID (e.g. map-1). Each loop item sends one pin. Use this when you already have a listing and want the same items on a map.