Skip to content

Commit 55d13b9

Browse files
committed
fixed conflict
2 parents c85afab + 9de2011 commit 55d13b9

35 files changed

+31
-0
lines changed

__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
This script initializes the plugin, making it known to QGIS.
2222
"""
2323

24+
<<<<<<< HEAD
25+
=======
26+
def name():
27+
return "pgRouting Layer"
28+
def description():
29+
return "Dockable widget that adds pgRouting layers"
30+
def version():
31+
return "Version 0.1"
32+
def icon():
33+
return "icon.png"
34+
def qgisMinimumVersion():
35+
return "1.7"
36+
>>>>>>> master
2437

2538
def classFactory(iface):
2639
from pgRoutingLayer.pgRoutingLayer import PgRoutingLayer

docs/img/arguments.png

6.47 KB
Loading

docs/img/databaseseleccion.png

8.57 KB
Loading

docs/img/dropdownmenu.png

55.4 KB
Loading

docs/img/exportbox.png

122 KB
Loading

docs/img/exportmergedbox.png

125 KB
Loading

docs/img/innerSQL.png

17.3 KB
Loading

docs/img/pgr_KSP01.png

79.2 KB
Loading

docs/img/pgr_KSP02.png

79.1 KB
Loading

docs/img/pgr_KSP03.png

78.8 KB
Loading

0 commit comments

Comments
 (0)