TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
35 stars 13 forks source link

GeoJson supports only 4326 epsg #2335

Closed avancinirodrigo closed 4 years ago

avancinirodrigo commented 4 years ago

GeoJson no longer supports other epsg than 4326.

Because of that, all geojson data must be updated to 4326 epsg.

It can be seen on: https://gdal.org/drivers/vector/geojson.html https://tools.ietf.org/html/rfc7946

TerraLib is following these specs.

Associated to #2328 #2324 #2325