forked from hans/Nominatim
2 lines
138 B
SQL
2 lines
138 B
SQL
select country_code, st_astext(st_pointonsurface(st_collect(geometry))) from country_osm_grid group by country_code order by country_code
|