Mapbox Tileset Inspector for filtering features and inspecting properties. Supports Mapbox expression filters with live validation.
- Click a feature to view properties in a JSON or table popover.
- Apply Mapbox expression filters to all geometry types.
- Highlight selected features and show rendered feature count.
- Dark UI by default and system dark mode support.
It lets you try Mapbox filter expressions directly against live tiles.
- Node.js 20+
- pnpm 9+
- A Mapbox access token (public token is fine)
- Tileset ID and source-layer name
pnpm install
pnpm devOpen the app, then:
- Enter your Mapbox access token.
- Enter the tileset ID (e.g.
account.tileset). - Enter the source-layer name.
- Click "Load tileset".
["==", ["get", "name"], "example"][">", ["get", "height"], 50]pnpm build
pnpm preview