Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msorvoja committed Oct 30, 2024
1 parent dd20a76 commit 7aa83be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fvh3t/core/line_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from qgis.PyQt.QtCore import QVariant


# TODO: Tässä ei tarvii muuta kuin luoda tyhjä viivataso. Lisäksi, lisää style (katso issue!)
def create_line_layer() -> QgsVectorLayer:
layer = QgsVectorLayer("LineString?crs=EPSG:3067", "Line Layer", "memory")

Expand Down

0 comments on commit 7aa83be

Please sign in to comment.