Skip to content

Commit

Permalink
version 2.3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
warrieka committed May 30, 2023
1 parent 5452561 commit e838ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mapTools/elevationProfile.py
@@ -1,6 +1,6 @@
from qgis.PyQt.QtCore import Qt
from qgis.PyQt.QtGui import QCursor
from qgis.core import QgsGeometry, QgsPoint
from qgis.core import QgsGeometry, QgsPoint, QgsWkbTypes
from qgis.gui import QgsMapTool, QgsRubberBand

class lineTool(QgsMapTool):
Expand All @@ -11,7 +11,7 @@ def __init__(self, iface, callback):
self.cursor = QCursor(Qt.CrossCursor)
self.callback = callback

self.rubberBand = QgsRubberBand(self.canvas, 2)
self.rubberBand = QgsRubberBand(self.canvas)
self.points = []
self.rubberBand.setColor(Qt.red)
self.rubberBand.setWidth(1)
Expand Down
4 changes: 2 additions & 2 deletions metadata.txt
Expand Up @@ -21,15 +21,15 @@ about=NL: "Geopunt voor QGIS" is een plugin voor de QGIS open source desktop GIS
- Search for Parcels
- Search for layers in the geopunt catalog

version=2.3.0.2
version=2.3.0.3
author=Kay Warrie
email=kaywarrie@gmail.com

# end of mandatory metadata

# Optional items:
# Uncomment the following line and add your changelog entries:
changelog=changed icons, backend services and implemented wcs support in elevation profile. Fix WCS call elevation
changelog=changed icons, backend services and implemented wcs support in elevation profile. Fix WCS call elevation, save elevation sample points to csv.

# tags are comma separated with spaces allowed
tags=INSPIRE, GEOPUNT, GDI, VLAANDEREN, BRUSSEL, BELGIE, ADRES, ADRESSEN, AGIV, GEOLOKATIE, GEOCODE, WEBSERVICE, GRB, CRAB, FLANDERS, BELGIUM, BRUSSELS, LOCATION, ADDRESS, POINT OF INTEREST, POI, URBIS, GIPOD
Expand Down

0 comments on commit e838ad9

Please sign in to comment.