mirror of
https://github.com/bellingcat/osm-search.git
synced 2026-06-09 03:58:31 +03:00
4 lines
173 B
SQL
4 lines
173 B
SQL
CLUSTER planet_osm_point USING planet_osm_point_way_idx;
|
|
CLUSTER planet_osm_line USING planet_osm_line_way_idx;
|
|
CLUSTER planet_osm_polygon USING planet_osm_polygon_way_idx;
|