国土数値情報 | 用途地域データ select a29_005 as usage, a29_006 as kenpei_ratio, a29_007 as youseki_ratio, round(ST_Area(geom) * 10^10) as m2, ST_AsText(ST_Centroid(geom)) as lng_lat from gis_youto_chiiki where a29_003='世田谷区' order by a29_005, ST_Area(geom) desc; 上記のデータと、sql で、以下のように表示できます usage | kenpei_ratio | …