Skip to content

Viewing features at low zoom levels

Because of how MapLibre handles GeoJSON sources with geojson-vt, Ultra cannot implement a feature similar to overpass turbo's "show small features as points" feature. To work around this, query for the center of features instead of their full geometry.

---
title: Viewing features at low zoom levels
description: >
    Because of how MapLibre handles GeoJSON sources with
    [geojson-vt](https://github.com/mapbox/geojson-vt), Ultra cannot implement a feature similar to
    overpass turbo's "show small features as points" feature. To work around this, query for the
    center of features instead of their full geometry.
options:
  zoom: 0
  center: [-100, 40]
---
nwr[sport=water_ski][water];
out center;


View Map on Ultra
Edit Query on Ultra