Continents/Countries borders in PostGIS (Polygon vs Linestring)
- by Joey
Hello guys,
I would like to insert the polygon containing Europe in my PostGIS database.
I have the follwoing extremes points:
NW = NorthWest Border(lat=82.7021697 lon=-28.0371000)
NE = NorthEast Border(lat=82.7021697 lon=74.1357000)
SE = SouthEast Border(lat=33.8978000 lon=74.1357000)
SW = SouthWest Border(lat=33.8978000 lon=-28.0371000)
…