Skip to content

Commit

Permalink
change homepage to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Feb 27, 2019
1 parent 3b0c5a1 commit db36024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions ORStools/gui/ORStoolsDialogUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Ui_ORStoolsDialogBase(object):
def setupUi(self, ORStoolsDialogBase):
ORStoolsDialogBase.setObjectName("ORStoolsDialogBase")
ORStoolsDialogBase.resize(420, 626)
ORStoolsDialogBase.resize(420, 708)
ORStoolsDialogBase.setSizeGripEnabled(True)
self.verticalLayout_5 = QtWidgets.QVBoxLayout(ORStoolsDialogBase)
self.verticalLayout_5.setObjectName("verticalLayout_5")
Expand Down Expand Up @@ -377,15 +377,6 @@ def setupUi(self, ORStoolsDialogBase):
self.help_button.setIcon(icon4)
self.help_button.setObjectName("help_button")
self.horizontalLayout_8.addWidget(self.help_button)
self.label_16 = QtWidgets.QLabel(self.widget_2)
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Maximum)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(self.label_16.sizePolicy().hasHeightForWidth())
self.label_16.setSizePolicy(sizePolicy)
self.label_16.setOpenExternalLinks(True)
self.label_16.setObjectName("label_16")
self.horizontalLayout_8.addWidget(self.label_16)
self.global_buttons = QtWidgets.QDialogButtonBox(self.widget_2)
self.global_buttons.setOrientation(QtCore.Qt.Horizontal)
self.global_buttons.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok)
Expand Down Expand Up @@ -445,7 +436,6 @@ def retranslateUi(self, ORStoolsDialogBase):
self.tabWidget.setTabText(self.tabWidget.indexOf(self.batch_tab), _translate("ORStoolsDialogBase", "Batch Jobs"))
self.debug_text.setPlaceholderText(_translate("ORStoolsDialogBase", "Queries and errors will be printed here."))
self.help_button.setText(_translate("ORStoolsDialogBase", " Help"))
self.label_16.setText(_translate("ORStoolsDialogBase", "<html><head/><body><p>By <a href=\"https://gis-ops.com\"><img src=\":/plugins/ORStools/img/logo_gisops_300.png\" width=100/></a></p></body></html>"))

from qgsfilterlineedit import QgsFilterLineEdit
from . import resources_rc
16 changes: 0 additions & 16 deletions ORStools/gui/ORStoolsDialogUI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -655,22 +655,6 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By &lt;a href=&quot;https://gis-ops.com&quot;&gt;&lt;img src=&quot;:/plugins/ORStools/img/logo_gisops_300.png&quot; width=100/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="global_buttons">
<property name="orientation">
Expand Down
8 changes: 2 additions & 6 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ name=ORS Tools
qgisMinimumVersion=3.0
description=openrouteservice routing, isochrones and matrix calculations for QGIS

<<<<<<< HEAD
version=1.0.1
=======
version=1.0.0
>>>>>>> 3d815332817c6c41aaf8397c991f9a95e32d2dbb
author=Nils Nolde
author=GIS • OPS UG
[email protected]

about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations.

changelog=2018/12/3 v1.0.0 First working version of ORS Tools, after replacing OSM Tools plugin
changelog=2019/01/272018/12/3 v1.0.0 First working version of ORS Tools, after replacing OSM Tools plugin

tracker=https://github.com/nilsnolde/orstools-qgis-plugin/issues
repository=https://github.com/nilsnolde/orstools-qgis-plugin.git
Expand Down

0 comments on commit db36024

Please sign in to comment.