프로젝트 구조 cav - src/main/java -- egovframework.example.cmmn --- web --- EgovSampleExcepHndlr.java --- EgovSampleOthersExcepHndlr.java -- kr.go.seoul.cav ---짱많음 ---- service ----- impl ------ Mapper.java ------ ServiceImpl.java ----- Service.java ----- VO.java ---- web ----- Contoller.java - src/main/resources - src/test/java - src/test/resources - Maven Dependencies - JRE System Library - src - ta..
OpenLayers를 공부하면서 Animation이 뭔지 감이 안왔는데, 오픈레이어즈 사이트에서 예시를 보니까 animation이 뭔지 감이 왔다. 역시 글로 봐서 이해가 안될때 실행결과랑 코드를 먼저 보는게 더 이해가 빠른것 같다. https://openlayers.org/en/latest/examples/animation.html View Animation Demonstrates animated pan, zoom, and rotation. This example shows how to use the view.animate() method to run one or more animations. openlayers.org OpenLayers에서 Animation은 지도를 동적으로 움직여 애니메이션 효과를..
1. 지도를 클릭했을때 좌표값을 가져옴 map.on('click', function(evt) { let coordinate = evt.coordinate; console.log(coordinate); }) 방법은 아주 간단하다. click event로 받아온 값을 coordinate라는 변수를 만들어서 넣어줬다. 아래는 좌표계를 EPSG:3857에서 EPSG:4326으로 변경하였다. map.on('click', function(evt){ var coordinate = ol.proj.transform(evt.coordinate, 'EPSG:3857', 'EPSG:4326'); console.log(coordinate); }) 2. 이동버튼을 만들어 버튼을 클릭시 지도 위치를 지정한 값으로 이동 getCoo..
- Total
- Today
- Yesterday
- SVN
- mybatisif
- getCell
- 공간데이터병합
- su postgres 안됨
- 인터넷안되는환경에서설치
- 공간데이터
- svn프로젝트불러오기
- setForceFormulaRecalculation
- getRow
- 엑셀POI
- jdbcType
- postgis 설치
- CreateCell
- 폐쇄망에서패키지설치
- shp2pgsql
- 리눅스폐쇄망
- createRow
- yumdownloader
- 부하측정
- OpenLayers
- Postgis
- Geoserver
- Centos7에서 Postgresql12 설치
- Some resources were not updated.
- Postgresql12
- yumrepository
- 폐쇄망에서rpm설치
- apachepoi
- 리눅스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |