Docs Documentación

Objects

Objects are the visual items at the center of your Telar site — images, maps, documents, and other materials that your stories explore.

Defining Objects

Every object in your site is defined as a row in your objects spreadsheet — either in the objects tab of your Google Sheet, or in objects.csv (or objetos.csv) in components/structures/.

At minimum, each object needs an object_id and a title:

object_id,title
textile-001,Colonial Textile Fragment
map-lima,Map of Lima

For images, you have two options:

You can add richer metadata for each object — description, creator, period, year, medium, dimensions, source, credit, and more. See the Object Columns reference for the complete column list.

Object Pages

Each object gets its own page at /objects/{object_id}/. The page shows:

Object detail page with IIIF viewer and metadata

Coordinate Picker

The coordinate picker is a development tool on each object page. Click or zoom on the image, then read the normalized coordinates (0–1 range) displayed below the viewer. Use the Copy buttons to copy coordinates directly into your story CSV.

Coordinate picker showing X, Y, and Zoom values below the image viewer

See Also