Oslandia / albion

Migrated to: https://gitlab.com/Oslandia/albion
https://gitlab.com/Oslandia/albion
GNU General Public License v3.0
49 stars 17 forks source link

Projection system #70

Closed mongoliauugan closed 4 years ago

mongoliauugan commented 6 years ago

I am working in Mongolia with WGS 1984 UTM zone 49N. when I entered, Mongolian projection( 32649 ) it does not work. I can only use project SRID EPSG: 32632. is it a bug ??????

vmora commented 6 years ago

I checked on my machine that 32649 is in postgis, and it is, maybe it's not on the postgis version you have installed.

@DUGUEY could you plz open a project in qgis, open the DB Manager and try the command:

select * from spatial_ref_sys where srid=32649;

If it return a line, it means that there shouldn't be a problem (or there is a bug), if there is no line, then we will upgrade postgis in the packages.

DUGUEY commented 6 years ago

2018-07-13_07-39-48

vmora commented 6 years ago

looks good to me

@DUGUEY can you reproduce the bug or are you able to create a project in 32649 ?

vmora commented 5 years ago

@DUGUEY I was able to create a project using EPSG:32649, there is only an issue with the qgis project template.

vmora commented 4 years ago

The template SRID is replaced now, this bug should be fixed.

vmora commented 4 years ago

fixed in r2.2