From 9afe23f6304271bacfed14a516e77eb52fb840d9 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Mon, 16 Mar 2015 21:00:34 +0200 Subject: [PATCH] update documentation about {{center}} and {{geoCoords}} --- doc/main.fr.html | 10 +++++++++- doc/main.html | 10 +++++++++- ui/quick_query.py | 3 ++- ui/quick_query.ui | 6 +++++- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/doc/main.fr.html b/doc/main.fr.html index 3524767b..6cac9bb2 100644 --- a/doc/main.fr.html +++ b/doc/main.fr.html @@ -54,7 +54,15 @@

Overpass Turbo


Attention avec quelques requêtes provenant d'Overpass Turbo : Par exemple, cette requête est correcte : diff --git a/doc/main.html b/doc/main.html index afdff8d2..59137610 100644 --- a/doc/main.html +++ b/doc/main.html @@ -54,7 +54,15 @@

Overpass Turbo


Be careful with some queries which come from Overpass Turbo : For instance, this query is good : diff --git a/ui/quick_query.py b/ui/quick_query.py index 7a62b2a9..53105a90 100644 --- a/ui/quick_query.py +++ b/ui/quick_query.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'quick_query.ui' # -# Created: Tue Feb 24 21:39:32 2015 +# Created: Wed Mar 4 18:58:19 2015 # by: PyQt4 UI code generator 4.10.4 # # WARNING! All changes made in this file will be lost! @@ -274,6 +274,7 @@ def retranslateUi(self, ui_quick_query): self.pushButton_mapFeatures.setText(_translate("ui_quick_query", "Help with key/value", None)) self.label.setText(_translate("ui_quick_query", "Key", None)) self.label_2.setText(_translate("ui_quick_query", "Value", None)) + self.comboBox_in_around.setToolTip(_translate("ui_quick_query", "\"In\" will search the first multipolygon relation, however \"Around\" will get the first OSM node.", None)) self.lineEdit_nominatim.setPlaceholderText(_translate("ui_quick_query", "A village, a town, ...", None)) self.label_distance_point.setText(_translate("ui_quick_query", "m", None)) self.label_13.setText(_translate("ui_quick_query", "Extent of the map canvas", None)) diff --git a/ui/quick_query.ui b/ui/quick_query.ui index cbb3a66b..4b34dc4c 100644 --- a/ui/quick_query.ui +++ b/ui/quick_query.ui @@ -124,7 +124,11 @@ - + + + "In" will search the first multipolygon relation, however "Around" will get the first OSM node. + +