Object - real gnss 보정 구현
움직여도 select, line 유지
왜 line cache만 남고 근처가면 다시 생기나
pvr.panomaked 가 문제였다 global로 panomaked 주니까 댐clear는 space에만, 맵에서 나갔을 때
- clear는 space에만
함수정리
MVC 패턴 비스무리하지만 함수지향으로 - 기존코드로 완벽한 분리는 안댐- 오른쪽같은 느낌으로
- 전부 모듈이다

corb 에러...
일단 개념정립 AJAX 다른도메인 안되는건데
해결법이.. 안대면 그냥 다른 CDN?

proj4js - cdnjs.com - The best FOSS CDN for web related libraries to speed up your websites!
proj4js - Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations. - cdnjs.com - The best FOSS CDN for web related libraries to speed up your websites!
https://cdnjs.com/libraries/proj4js/2.6.0

그냥 이걸로 함
선택할때 1번 입력 경우
pano 이동 반영
2번클릭 완벽하게`
layer 2 line
- soft reset으로 성공
좌표변환 에러
LNG
LAT
x [EPSG:3857]
y [EPSG:3857]
x [EPSG:5179]
y [EPSG:5179]
LNG
126.9449LAT
37.55029x [EPSG:3857]
14131444.99y [EPSG:3857]
4516090.298x [EPSG:5179]
950970.067y [EPSG:5179]
1950250.459LNG
126.9437LAT
37.55062x [EPSG:3857]
14131310.03y [EPSG:3857]
4516136.28x [EPSG:5179]
950863.192y [EPSG:5179]
1950287.424LNG
126.9436LAT
-16.2318x [EPSG:3857]
14131298.1y [EPSG:3857]
-1831577.732x [EPSG:5179]
950853.136y [EPSG:5179]
1950188.628
구현완료
click 1, 2 시 움직임 보정
- 공식
한국 주요 좌표계 EPSG코드 및 proj4 인자 정리
본 좌표계에 관한 정보들은 타원체 변환을 위해 국토지리정보원이 2002년 12월에 고시(제2002-433호)한 "국가좌표변환계수"의 Bursa-Wolf 모델용 7개의 변수를 기준으로 작성되었습니다. 현재 국토지리정보원의 공..
https://www.osgeo.kr/17

- 사용법 PROJ4.JS
proj4js/proj4js
Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations. Originally a port of PROJ.4 and GCTCP C it is a part of the MetaCRS group of projects. Depending on your preferences npm install proj4 bower install proj4 component install proj4js/proj4js or just manually grab the file proj4.js from the latest release's dist/ folder.
https://github.com/proj4js/proj4js#readme

Seonglae Cho