MIERUNE / qgis-plugx-plugin

QGIS to Illustrator with PlugX
GNU General Public License v2.0
3 stars 0 forks source link

update extent on crs change, update layertree when layername updated #54

Closed Kanahiro closed 1 year ago

Kanahiro commented 1 year ago

close #11

bordoray commented 1 year ago

In this example project CRS is set as 4326 and hillshade raster layer is in 32654

image

for raster, layer CRS is in 32654 as specs. But how about extent? (Here is exported as project CRS) Raster layer json extent crs it is not specified in specs https://www.notion.so/mierune/QGIS-703ae824c4124b8ea7f8312d0c5ed630?pvs=4#814f47d663aa4cd5878689d927131ea9

Kanahiro commented 1 year ago

What you mentioned is not related this pull-request but it sounds important. All coordinates in json-files should be in project-crs and if it is not we should fix it. Can you? @bordoray If you can or not, you should make a ticket at first.

crs in layerjson is planned to be removed because all layers are reprojected to project crs and so information of layer original crs is meaningless.