Skip to content

Commit

Permalink
Update submodule, add FeatureSearch plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 16, 2023
1 parent 473c5d2 commit c2dd760
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 2 deletions.
2 changes: 2 additions & 0 deletions js/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import RedliningPlugin from 'qwc2/plugins/Redlining';
import RoutingPlugin from 'qwc2/plugins/Routing';
import ScratchDrawingPlugin from 'qwc2/plugins/ScratchDrawing';
import SearchBox from 'qwc2/components/SearchBox';
import FeatureSearchPlugin from 'qwc2/plugins/FeatureSearch';
import SettingsPlugin from 'qwc2/plugins/Settings';
import SharePlugin from 'qwc2/plugins/Share';
import StartupMarkerPlugin from 'qwc2/plugins/StartupMarker';
Expand Down Expand Up @@ -119,6 +120,7 @@ export default {
BufferSupport: BufferSupport
}),
RoutingPlugin: RoutingPlugin(SearchProviders),
FeatureSearchPlugin: FeatureSearchPlugin,
ScratchDrawingPlugin: ScratchDrawingPlugin,
SettingsPlugin: SettingsPlugin,
SharePlugin: SharePlugin,
Expand Down
4 changes: 4 additions & 0 deletions static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
{"key": "LayerTree", "icon": "layers", "shortcut": "alt+shift+l"},
{"key": "MapLegend", "icon": "list-alt"},
{"key": "LayerCatalog", "icon": "catalog", "shortcut": "alt+shift+c"},
{"key": "FeatureSearch", "icon": "search"},
{"key": "Share", "icon": "share", "shortcut": "alt+shift+s"},
{"key": "Bookmark", "icon": "bookmark", "shortcut": "alt+shift+b"},
{"key": "Tools", "icon": "tools", "subitems": [
Expand Down Expand Up @@ -391,6 +392,9 @@
},
{
"name": "Routing"
},
{
"name": "FeatureSearch"
}
],
"mobile": [
Expand Down
7 changes: 7 additions & 0 deletions static/translations/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "DXF Export",
"Editing": "Úpravy",
"FeatureForm": "Editační formulář",
"FeatureSearch": "",
"Help": "Nápověda",
"IdentifyPoint": "Informace o bodu",
"IdentifyRegion": "Informace o oblasti",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "Načítání...",
"title": "Editační formulář"
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "Soubory",
"placeholder": "Vybrat soubor..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/de-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "DXF-Export",
"Editing": "Editieren",
"FeatureForm": "Objektformular",
"FeatureSearch": "Objektsuche",
"Help": "Hilfe",
"IdentifyPoint": "Punkt abfragen",
"IdentifyRegion": "Region abfragen",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "Objekte werden abgefragt...",
"title": "Objektformular"
},
"featuresearch": {
"noresults": "Keine Ergebnisse",
"query": "Begriff",
"select": "Auswählen...",
"title": "Objektsuche"
},
"fileselector": {
"files": "Dateien",
"placeholder": "Datei auswählen"
Expand Down
7 changes: 7 additions & 0 deletions static/translations/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "DXF-Export",
"Editing": "Editieren",
"FeatureForm": "Objektformular",
"FeatureSearch": "Objektsuche",
"Help": "Hilfe",
"IdentifyPoint": "Punkt abfragen",
"IdentifyRegion": "Region abfragen",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "Objekte werden abgefragt...",
"title": "Objektformular"
},
"featuresearch": {
"noresults": "Keine Ergebnisse",
"query": "Begriff",
"select": "Auswählen...",
"title": "Objektsuche"
},
"fileselector": {
"files": "Dateien",
"placeholder": "Datei auswählen"
Expand Down
7 changes: 7 additions & 0 deletions static/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "DXF Export",
"Editing": "Editing",
"FeatureForm": "Feature Form",
"FeatureSearch": "Feature Search",
"Help": "Help",
"IdentifyPoint": "Identify Point",
"IdentifyRegion": "Identify Region",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "Querying...",
"title": "Feature form"
},
"featuresearch": {
"noresults": "No results",
"query": "Query",
"select": "Select...",
"title": "Feature search"
},
"fileselector": {
"files": "files",
"placeholder": "Select file..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Exportar DXF",
"Editing": "Editando",
"FeatureForm": "Formulario de Elemento",
"FeatureSearch": "",
"Help": "Ayuda",
"IdentifyPoint": "Identificar punto",
"IdentifyRegion": "Identificar zona",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "Consultando...",
"title": "Formulario de elemento"
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "archivos",
"placeholder": "Seleccionar archivo..."
Expand Down
9 changes: 8 additions & 1 deletion static/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Export DXF",
"Editing": "Editer",
"FeatureForm": "Formulaire d'objet",
"FeatureSearch": "Recherche objet",
"Help": "Aide",
"IdentifyPoint": "Interroger point",
"IdentifyRegion": "Interroger la région",
Expand Down Expand Up @@ -146,11 +147,17 @@
"unsavedchanged": "Il y a des modifications non enregistrées. Faut-il quand même quitter la page?"
},
"featureform": {
"feature": "Object",
"feature": "Objet",
"noresults": "Pas de résultats",
"querying": "Identification en cours...",
"title": "Formulaire d'objet"
},
"featuresearch": {
"noresults": "Pas de résultats",
"query": "Terme",
"select": "Sélectionner",
"title": "Recherche objet"
},
"fileselector": {
"files": "Fichiers",
"placeholder": "Choisir un fichier..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Esporta su DXF",
"Editing": "Strumenti di modifica",
"FeatureForm": "Formulario oggetto",
"FeatureSearch": "Ricerca oggetto",
"Help": "Aiuto",
"IdentifyPoint": "Identifica punto",
"IdentifyRegion": "Identifica in un poligono",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "Caricando...",
"title": "Formulario oggetto"
},
"featuresearch": {
"noresults": "Nessun risultato",
"query": "Ricerca",
"select": "Seleziona",
"title": "Ricerca oggetto"
},
"fileselector": {
"files": "File",
"placeholder": "Seleziona file..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Eksport DXF",
"Editing": "Edycja",
"FeatureForm": "",
"FeatureSearch": "",
"Help": "Pomoc",
"IdentifyPoint": "",
"IdentifyRegion": "Identifikuj Obszar",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "",
"title": ""
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "",
"placeholder": "Wybierz plik..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Exportar DXF",
"Editing": "Editando",
"FeatureForm": "",
"FeatureSearch": "",
"Help": "Ajuda",
"IdentifyPoint": "",
"IdentifyRegion": "Identificar zona",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "",
"title": ""
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "",
"placeholder": "Selecione ficheiro..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Exportar DXF",
"Editing": "Editando",
"FeatureForm": "",
"FeatureSearch": "",
"Help": "Ajuda",
"IdentifyPoint": "",
"IdentifyRegion": "Identificar zona",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "",
"title": ""
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "",
"placeholder": "Selecione ficheiro..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/ro-RO.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Export DXF",
"Editing": "Editare",
"FeatureForm": "Editare atribute",
"FeatureSearch": "",
"Help": "Ajutor",
"IdentifyPoint": "Interogare punct",
"IdentifyRegion": "Interogare regiune",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "Interogare...",
"title": "Formular obiecte spațiale"
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "fișiere",
"placeholder": "Selectează fișierul..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "Экспорт в DXF",
"Editing": "Правка",
"FeatureForm": "",
"FeatureSearch": "",
"Help": "Помощь",
"IdentifyPoint": "",
"IdentifyRegion": "Определить регион",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "",
"title": ""
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "",
"placeholder": "Выберите файл..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/sv-SE.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "DXF Export",
"Editing": "Redigera",
"FeatureForm": "",
"FeatureSearch": "",
"Help": "Hjälp",
"IdentifyPoint": "",
"IdentifyRegion": "Identifiera med område",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "",
"title": ""
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "",
"placeholder": "Välj fil..."
Expand Down
7 changes: 7 additions & 0 deletions static/translations/tr-TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"DxfExport": "DXF'e Veri Aktar",
"Editing": "Düzenleme",
"FeatureForm": "",
"FeatureSearch": "",
"Help": "Yardım",
"IdentifyPoint": "",
"IdentifyRegion": "Bölgeden Bilgi Al",
Expand Down Expand Up @@ -151,6 +152,12 @@
"querying": "",
"title": ""
},
"featuresearch": {
"noresults": "",
"query": "",
"select": "",
"title": ""
},
"fileselector": {
"files": "",
"placeholder": "Dosya seç..."
Expand Down

0 comments on commit c2dd760

Please sign in to comment.