Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- PyQGIS
- 앱개발
- split line
- qgis 설치
- QgsRubberBand
- nifi
- QGIS3
- ODField
- keypressed
- pbf
- Polyline
- ogrinfo
- 편집지적
- 스타트업
- qgis server
- 아이디어
- QGIS
- pgrouting
- qgis linux
- ODTable
- graphhopper
- pluginbuilder
- 도로명주소일일업데이트
- kmoran
- mapmatching
- 서비스
- khaiii
- 안드로이드
- autocad
- Circle
Archives
- Today
- Total
목록QgsRubberBand (1)
개발자 이야기

the yellow is showed by feature selection. and green line is created by QgsRubberBand. from qgis.gui import QgsRubberBand if self.rb != None: self.iface.mapCanvas().scene().removeItem(self.rb) self.rb = QgsRubberBand(self.iface.mapCanvas(), True) self.rb.setColor(QColor(0, 255, 0, 255)) self.rb.setWidth(2) self.rb.addGeometry(ft.geometry(), None)
GIS/QGIS
2019. 11. 11. 15:28