var map = gisMap.mainMap; this.modify = new ol.interaction.Modify({ features: this.select.getFeatures() }); map.addInteraction(this.modify); this.modify.on('modifyend',function(e){ console.log("addModifyInteraction.modifyend 이벤트 후 작업"); _callback(e); var features = e.features.getArray(); var coord = features[0].getGeometry().getCoordinates(); var dataRow = features[0].getProperties(); });
var features = gisApp.gisMap.select.getFeatures().getArray(); console.log(features[0]); console.log(features[0].getGeometry().getCoordinates()); ol.Interaction.Modify 통해 Point를 이동시킨 후 'modifyend' listener에서 움직인 Point의 위치 알아내기 var map = gisMap.mainMap; this.modify = new ol.interaction.Modify({ features: this.select.getFeatures() }); map.addInteraction(this.modify); this.modify.on('modifyend',func..
출처 : t-ara72.blogspot.com/2013/10/mybatis-numberformatexception.html java.lang.NumberFormatException: For input string: “y” 에러 해결방법 ### Error querying database. Cause: java.lang.NumberFormatException: For input string: “y” ### Cause: java.lang.NumberFormatException: For input string: “y” myBatis 사용시 위와 같은 에러가 발생하는 경우가 있다. 원인을 살펴보면 다음과 같은 형식의 문자열 비교 구문에서 에러가 발생하는 것을 확인할 수 있다.
관련글 : exhibitlove.tistory.com/112 @RequestMapping(value = "/qlty/consumerInfo/putSftridn", method = RequestMethod.PUT) public @ResponseBody ModelAndView putSftridn(@RequestBody Map params) throws Exception { ModelAndView mv = new ModelAndView("jsonView"); try { int count = coltWaterInfosService.putSftridn(params); mv.addObject("count", count); } catch (Exception e) { e.printStackTrace(); } retur..
- Total
- Today
- Yesterday
- 전후방탐색
- devtools
- object key
- lombok
- element위치
- draw.io
- setter
- CSS
- QueryDSL
- Keycode
- 정규식
- border-collapse
- caniuse
- $.each
- 프로젝트명변경
- getter
- oracle
- 진열사랑
- excel
- JQuery
- Javascript
- 여러 컬럼 update
- PostgreSQL
- ul li로 테이블
- $.extend
- @ExceptionHandler
- DatePicker
- springboot
- sumifs
- spring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |