CartoDB / data-services

CARTO internal geocoder PostgreSQL extension
25 stars 11 forks source link

S978 do not split corsica #230

Closed javitonino closed 7 years ago

javitonino commented 7 years ago

Fixes https://github.com/CartoDB/support/issues/978

Avoids splitting Corsica from France.

antoniocarlon commented 7 years ago

The following query gives the expected results in staging now:

INSERT INTO untitled_table(the_geom)
SELECT cdb_geocode_admin0_polygon('FRA') AS the_geom

screenshot from 2017-10-05 12-13-23