All documentation
Studio visualizers/01

World Map visualizer

Studio

Plot geotagged photos on an offline map.

The World Map visualizer turns geotagged board photos into location clusters over an offline world basemap. It is built for travel boards, location scouting, field shoots, and any review where place matters as much as the image.

Screenshot coming soon

World map overlay with orange circles marking geotagged photo clusters

Screenshot placeholder. Expected production asset: /docs/screenshots/world-map.png.

How to open it

Menu

Tools -> Geographic...

Opens the World Map visualizer for the current board.

Toolbar

Active view chip -> Geographic

Focuses the map again when the visualizer is already open.

World Map is a Studio advanced visualizer. Reverse-geocoding does not need a network connection at runtime because the city data is bundled with FenSight.

What appears on the map

FenSight reads GPS coordinates from image-like files on the current board, projects them onto an equirectangular world map, and draws each place as an orange circle. Items without readable GPS metadata are omitted from the map so the overlay stays focused on real locations.

  • The basemap uses bundled Natural Earth coastline/land vector data, which is public domain.
  • GPS extraction is limited to image-style formats that can carry EXIF location metadata.
  • Coordinates are cached, so repeated map opens and refreshes avoid unnecessary metadata reads.
  • The projection is plate carree: longitude maps left to right, latitude maps top to bottom, with north at the top.

Map data and grouping

FeatureWhat it doesHow it works
Offline basemapStudio
Shows a lightweight world outline under the photo locations.Uses bundled Natural Earth coastline/land data, so the map can render without fetching tiles or map services.
EXIF GPSStudio
Finds where board photos were taken.Reads latitude and longitude from supported image metadata and skips files that cannot provide GPS coordinates.
Offline reverse-geocodeStudio
Turns raw coordinates into recognizable place labels.Matches coordinates against the bundled GeoNames cities15000 dataset, licensed CC BY 4.0.
City / country rollupStudio
Keeps the map readable when a board spans many places.If distinct cities fit within the bucket limit, labels use City, Country plus a coordinate line; otherwise clusters roll up to country level.
Orange circlesStudio
Represents each mapped city or country cluster on the basemap.BuildGeoClusters creates one cluster per city/country or country, with a representative centroid, item count, and backing board items.

Interaction

ActionWhat it doesUse it when
Hover labelStudio
Shows the city or country label for a circle.Use it to identify a place before selecting it.
Pan and zoomStudio
Moves around dense or global boards without leaving the overlay.Use mouse-wheel zoom, middle-drag, or Space + drag to navigate the map.
Marquee selectionStudio
Selects multiple map circles at once.Left-drag across a region to send the combined set of cluster items to the results grid.
Result gridStudio
Shows the photos behind the selected map circle or circles.Single selection or marquee selection opens the left dock results grid and updates Properties with the selected location context.
Double-click returnStudio
Jumps from a map result back to the real board item.Double-click a board-backed result to close the overlay, select that item on the board, and fit the board view to it.

Connected guides

Follow these related pages when the workflow crosses into setup, search, organization, export, security, or another board-level system.