지도 정렬이 꺼져 있습니다.

Aug 19 2020

정부 출처에서 shapefile을 가져 왔지만 모든 레이어의 cr이 동일하더라도 토지 질량이 제대로 정렬되지 않은 것 같습니다.

답변

miln40 Aug 21 2020 at 14:16

다운로드 한 레이어의 EPSG는 지리적 CRS 인 4326입니다. 마우스 오른쪽 버튼을 클릭하고 다른 CRS를 설정하는 것만으로는 충분하지 않습니다. 이렇게하면 QGIS에 1 도가 1m라고 헷갈 리게됩니다.

먼저 레이어를 재 투영해야합니다.

  • 레이어를 새로 가져 와서 QGIS가 지리적 CRS가 있음을 인식하도록하십시오 (일반적으로 셰이프 파일의 EPSG를 자동으로 인식합니다).
  • Right click on the layer --> Export --> Save Features as.. and save the layer, giving it a new CRS (in your case 26919):

QGIS is going to ask you for the transformation algorithm you want to use; in any case, it will be accurate down to 1-4 m.

Now that you have a new layer that has been reprojected, you can do your analysis and mapping. Don't forget to choose the right CRS for your overall project from the bottom right button.