Skip to content

Commit

Permalink
Update submodule, adapat for SearchProviders.js moved to core
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 27, 2024
1 parent 2d8bd05 commit b9542ae
Show file tree
Hide file tree
Showing 19 changed files with 434 additions and 894 deletions.
292 changes: 0 additions & 292 deletions js/SearchProviders.js

This file was deleted.

5 changes: 2 additions & 3 deletions js/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import BufferSupport from 'qwc2/plugins/redlining/RedliningBufferSupport';
import defaultLocaleData from '../static/translations/en-US.json';
import {renderHelp} from './Help';
import {customAttributeCalculator, attributeTransform, customExporters} from './IdentifyExtensions';
import {SearchProviders} from './SearchProviders';

export default {
defaultLocaleData: defaultLocaleData,
Expand Down Expand Up @@ -121,7 +120,7 @@ export default {
BufferSupport: BufferSupport
}),
ReportsPlugin: ReportsPlugin,
RoutingPlugin: RoutingPlugin(SearchProviders),
RoutingPlugin: RoutingPlugin,
FeatureSearchPlugin: FeatureSearchPlugin,
ScratchDrawingPlugin: ScratchDrawingPlugin,
SettingsPlugin: SettingsPlugin,
Expand All @@ -132,7 +131,7 @@ export default {
TimeManagerPlugin: TimeManagerPlugin,
TopBarPlugin: TopBarPlugin({
AppMenu: AppMenu,
Search: SearchBox(SearchProviders),
Search: SearchBox,
Toolbar: Toolbar,
FullscreenSwitcher: FullscreenSwitcher
}),
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QWC2App",
"version": "2024.11.13-master",
"version": "2024.11.27-master",
"description": "QGIS Web Client 2 application",
"author": "Sourcepole",
"license": "BSD-2-Clause",
Expand Down Expand Up @@ -33,8 +33,5 @@
"build": "npm run prod",
"analyze": "webpack --mode production --json | webpack-bundle-size-analyzer",
"release": "node -e \"process.exit(require('os').platform() === 'win32' ? 0 : 1)\" && qwc2\\scripts\\package-commands.bat release || ./qwc2/scripts/package-commands.sh release"
},
"dependencies": {
"js-yaml": "^4.1.0"
}
}
25 changes: 7 additions & 18 deletions static/translations/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,19 @@
"all": "Vše",
"circleradius": "",
"clearfilter": "",
"enablelayer": "Zapnout vrstvu",
"existinglayer": "Vrstva v mapě již existuje",
"filter": "",
"fulltext": "",
"invisiblelayer": "Výsledek je ve vrstvě, která se nezobrazuje.",
"filter": "Filtrovat výsledky",
"layers": "",
"limittoarea": "",
"more": "Více...",
"more": "{0} další výsledky",
"nodescription": "",
"none": "",
"noresults": "Nenalezeno",
"placeholder": "Hledat místo nebo přidat vrstvu...",
"places": "",
"providerselection": "Poskytovatelé vyhledávání",
"recent": "Nedávná hledání",
"search": "Hledat",
"searchall": "Najít místo nebo přidat mapu...",
"searchinprogress": "Hledání...",
"searchreset": "Smazat hledání",
"themelayers": "",
"themes": "Témata"
},
Expand Down Expand Up @@ -478,16 +477,6 @@
"scratchdrawing": {
"finish": ""
},
"searchbox": {
"filter": "Filtrovat výsledky",
"layers": "Vrstvy",
"more": "další výsledky",
"morelayers": "",
"nodescription": "",
"placeholder": "Hledat místo nebo přidat vrstvu...",
"places": "Místa",
"recent": "Nedávná hledání"
},
"serviceinfo": {
"abstract": "Abstrakt",
"contactEmail": "Kontaktní e-mail",
Expand Down
Loading

0 comments on commit b9542ae

Please sign in to comment.