From e9978dad73f9e22c06253e4bbe9acc034f0a56fb Mon Sep 17 00:00:00 2001 From: Dennis Sen Date: Mon, 16 Sep 2024 08:40:54 +0200 Subject: [PATCH 1/3] improve keywords/descriptions in package.json files --- packages/clients/afm/package.json | 3 ++- packages/clients/dish/package.json | 3 ++- packages/clients/generic/package.json | 3 ++- packages/clients/meldemichel/package.json | 3 ++- packages/clients/snowbox/package.json | 3 ++- packages/clients/textLocator/package.json | 3 ++- packages/components/package.json | 2 ++ packages/core/package.json | 3 ++- packages/lib/getCluster/package.json | 2 ++ packages/lib/getFeatures/package.json | 2 ++ packages/lib/idx/package.json | 2 ++ packages/lib/invisibleStyle/package.json | 2 ++ packages/lib/passesBoundaryCheck/package.json | 2 ++ packages/lib/testMountParameters/package.json | 2 ++ packages/lib/tooltip/package.json | 2 ++ packages/plugins/AddressSearch/package.json | 3 ++- packages/plugins/Attributions/package.json | 3 ++- packages/plugins/Draw/package.json | 3 ++- packages/plugins/Export/package.json | 3 ++- packages/plugins/Filter/package.json | 3 ++- packages/plugins/Fullscreen/package.json | 3 ++- packages/plugins/GeoLocation/package.json | 3 ++- packages/plugins/Gfi/package.json | 3 ++- packages/plugins/IconMenu/package.json | 3 ++- packages/plugins/LayerChooser/package.json | 3 ++- packages/plugins/Legend/package.json | 3 ++- packages/plugins/LoadingIndicator/package.json | 3 ++- packages/plugins/Pins/package.json | 3 ++- packages/plugins/ReverseGeocoder/package.json | 3 ++- packages/plugins/Scale/package.json | 3 ++- packages/plugins/Toast/package.json | 3 ++- packages/plugins/Zoom/package.json | 3 ++- packages/types/custom/package.json | 2 ++ 33 files changed, 66 insertions(+), 24 deletions(-) diff --git a/packages/clients/afm/package.json b/packages/clients/afm/package.json index 97e457025..6996ecb85 100644 --- a/packages/clients/afm/package.json +++ b/packages/clients/afm/package.json @@ -1,7 +1,8 @@ { "name": "@polar/client-afm", "version": "1.0.1", - "description": "Client Afm", + "description": "POLAR Client AfM. This client has been put together for use in citizen participation platforms and for making applications (referring to legal documents, not executables).", + "keywords": ["POLAR", "client"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/dish/package.json b/packages/clients/dish/package.json index 8843d0c9b..c6950c122 100644 --- a/packages/clients/dish/package.json +++ b/packages/clients/dish/package.json @@ -1,7 +1,8 @@ { "name": "@polar/client-dish", "version": "1.1.1", - "description": "Client dish", + "description": "POLAR Client DISH. This client provides information about monuments in Schleswig-Holstein, Germany.", + "keywords": ["POLAR", "client", "DISH", "monument", "memorial"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/generic/package.json b/packages/clients/generic/package.json index bcec46376..51e78226b 100644 --- a/packages/clients/generic/package.json +++ b/packages/clients/generic/package.json @@ -1,7 +1,8 @@ { "name": "@polar/client-generic", "version": "1.0.0", - "description": "Client Generic", + "description": "POLAR Client Generic. General purpose client with everything plugged in.", + "keywords": ["POLAR", "client", "generic"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/meldemichel/package.json b/packages/clients/meldemichel/package.json index b17d656af..7c170db64 100644 --- a/packages/clients/meldemichel/package.json +++ b/packages/clients/meldemichel/package.json @@ -1,7 +1,8 @@ { "name": "@polar/client-meldemichel", "version": "1.1.2", - "description": "Client Meldemichel", + "description": "POLAR Client Meldemichel. This client aids in crowd-sourcing the detection of Hamburg's infrastructure in need of repair or maintenance.", + "keywords": ["POLAR", "client", "Meldemichel", "reporting", "infrastructure"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/snowbox/package.json b/packages/clients/snowbox/package.json index a0ed6ae3a..6c4c3e0fd 100644 --- a/packages/clients/snowbox/package.json +++ b/packages/clients/snowbox/package.json @@ -1,7 +1,8 @@ { "name": "@polar/client-snowbox", "private": true, - "description": "Snow❄️📦box", + "description": "Snow❄️📦box (Test Environment)", + "keywords": ["POLAR", "client", "Snowbox", "testing"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/textLocator/package.json b/packages/clients/textLocator/package.json index e2f157ccf..8afc75ed8 100644 --- a/packages/clients/textLocator/package.json +++ b/packages/clients/textLocator/package.json @@ -1,7 +1,8 @@ { "name": "@polar/client-text-locator", "version": "1.0.0-alpha.0", - "description": "Client TextLocator", + "description": "POLAR Client TextLocator. This client helps research by connecting geospatial to literature information.", + "keywords": ["POLAR", "client", "TextLocator", "AI", "toponyms", "literature"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/components/package.json b/packages/components/package.json index 8c9726d9a..278598a34 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,8 @@ { "name": "@polar/components", "version": "2.1.1", + "description": "POLAR components package. Provides global components.", + "keywords": ["POLAR", "components"], "license": "EUPL-1.2", "author": "Dataport AöR ", "main": "index.ts", diff --git a/packages/core/package.json b/packages/core/package.json index 59eb09fa4..382d99f60 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,8 @@ { "name": "@polar/core", "version": "1.4.1", - "description": "MapClient Core", + "description": "POLAR core package. Provides POALR environment with store setup, localization, UI framework, and other basics.", + "keywords": ["POLAR", "core", "base"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/getCluster/package.json b/packages/lib/getCluster/package.json index 2485ac993..5000372ac 100644 --- a/packages/lib/getCluster/package.json +++ b/packages/lib/getCluster/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-get-cluster", "version": "1.0.0", + "description": "Provides method to retrieve a cluster a feature belongs to.", + "keywords": ["POLAR", "lib", "cluster"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/getFeatures/package.json b/packages/lib/getFeatures/package.json index 2eca6d673..03c4569d0 100644 --- a/packages/lib/getFeatures/package.json +++ b/packages/lib/getFeatures/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-get-features", "version": "1.0.1", + "description": "Provides feature information retrieval for WFS and gazetteers.", + "keywords": ["POLAR", "lib", "GFI", "feature information"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/idx/package.json b/packages/lib/idx/package.json index f41fe22b6..7cf64e414 100644 --- a/packages/lib/idx/package.json +++ b/packages/lib/idx/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-idx", "version": "1.0.0", + "description": "Provides a function to step into objects and fetch whatever.", + "keywords": ["POLAR", "lib", "getter"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/invisibleStyle/package.json b/packages/lib/invisibleStyle/package.json index 6e4897f72..0e0461d38 100644 --- a/packages/lib/invisibleStyle/package.json +++ b/packages/lib/invisibleStyle/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-invisible-style", "version": "1.0.0", + "description": "Provides semantic styling for elements to remove visiblity from them in a detectable fashion that adds programmatic semantics, i.e. whether an element should be considered as visible or not to the user and should hence appear (or be considered) in user interfaces.", + "keywords": ["POLAR", "lib", "visiblity", "filter"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/passesBoundaryCheck/package.json b/packages/lib/passesBoundaryCheck/package.json index 25b472b9b..c78ba0778 100644 --- a/packages/lib/passesBoundaryCheck/package.json +++ b/packages/lib/passesBoundaryCheck/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-passes-boundary-check", "version": "2.0.0", + "description": "Provides a check function for whether something is in (potentially asynchronously available) boundaries.", + "keywords": ["POLAR", "lib", "boundary"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/testMountParameters/package.json b/packages/lib/testMountParameters/package.json index 11381512d..69b17259f 100644 --- a/packages/lib/testMountParameters/package.json +++ b/packages/lib/testMountParameters/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-test-mount-parameters", "version": "1.2.1", + "description": "Internal initialization parameters for testing framework in POLAR.", + "keywords": ["POLAR", "lib", "testing"], "license": "EUPL-1.2", "author": "Dataport AöR ", "main": "index.ts", diff --git a/packages/lib/tooltip/package.json b/packages/lib/tooltip/package.json index b3a470d18..8f386b3aa 100644 --- a/packages/lib/tooltip/package.json +++ b/packages/lib/tooltip/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-tooltip", "version": "1.0.0", + "description": "Tooltip lib that provides localizable and stylable information on hovering map elements in POLAR.", + "keywords": ["POLAR", "lib", "tooltip"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/AddressSearch/package.json b/packages/plugins/AddressSearch/package.json index bc6e17321..afc5701dd 100644 --- a/packages/plugins/AddressSearch/package.json +++ b/packages/plugins/AddressSearch/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-address-search", "version": "1.2.1", - "description": "Plugin AddressSearch", + "description": "AddressSearch plugin for POLAR that adds a user interface to search for various kinds of textual information to map it to a geometry; e.g. parcel numbers or addresses, but any kind of toponym mapping is possible.", + "keywords": ["POLAR", "plugin", "AddressSearch", "parcel", "address", "search"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Attributions/package.json b/packages/plugins/Attributions/package.json index 65fe87e2a..e336b6629 100644 --- a/packages/plugins/Attributions/package.json +++ b/packages/plugins/Attributions/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-attributions", "version": "1.2.1", - "description": "Displays the Attributions of the Map", + "description": "Attributions plugin for POLAR that adds copyright information regarding all currently active layers.", + "keywords": ["POLAR", "plugin", "Attributions", "copyright"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Draw/package.json b/packages/plugins/Draw/package.json index 8ee2b7bf2..74561becc 100644 --- a/packages/plugins/Draw/package.json +++ b/packages/plugins/Draw/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-draw", "version": "1.1.0", - "description": "Plugin Draw", + "description": "Draw plugin for POLAR that adds draw interactions to the map, allowing users to place various shapes and texts.", + "keywords": ["POLAR", "plugin", "Draw", "interaction"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Export/package.json b/packages/plugins/Export/package.json index 434707ffa..5fb232ffc 100644 --- a/packages/plugins/Export/package.json +++ b/packages/plugins/Export/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-export", "version": "1.2.0", - "description": "Export the map in several formats", + "description": "Export plugin for POLAR that adds export functionality in various formats to retrieve a screenshot-like graphic of the map without the buttons.", + "keywords": ["POLAR", "plugin", "Export", "PDF", "PNG", "JPG", "screenshot"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Filter/package.json b/packages/plugins/Filter/package.json index 005ce51fb..6480514c9 100644 --- a/packages/plugins/Filter/package.json +++ b/packages/plugins/Filter/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-filter", "version": "1.1.2", - "description": "Plugin Filter", + "description": "Filter plugin for POLAR that adds filter functionality to vector-data based layers.", + "keywords": ["POLAR", "plugin", "Filter"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Fullscreen/package.json b/packages/plugins/Fullscreen/package.json index e6e54bf3a..0ee13785a 100644 --- a/packages/plugins/Fullscreen/package.json +++ b/packages/plugins/Fullscreen/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-fullscreen", "version": "1.2.1", - "description": "Plugin Fullscreen", + "description": "Fullscreen plugin for POLAR that adds a fullscreen button.", + "keywords": ["POLAR", "plugin", "Fullscreen"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/GeoLocation/package.json b/packages/plugins/GeoLocation/package.json index 8d53a1de2..11720a16f 100644 --- a/packages/plugins/GeoLocation/package.json +++ b/packages/plugins/GeoLocation/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-geo-location", "version": "1.3.1", - "description": "Plugin GeoLocation", + "description": "GeoLocation plugin for POLAR that adds geographic user detection if the user so allows. The user position is indicated with a marker.", + "keywords": ["POLAR", "plugin", "GeoLocation", "position"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Gfi/package.json b/packages/plugins/Gfi/package.json index b6c2f80a5..d83b5c272 100644 --- a/packages/plugins/Gfi/package.json +++ b/packages/plugins/Gfi/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-gfi", "version": "1.2.2", - "description": "Plugin Gfi", + "description": "Gfi plugin for POLAR that adds feature information retrieval. UI elements can be provided by configuration, else it works as a store integration.", + "keywords": ["POLAR", "plugin", "gfi", "feature information"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/IconMenu/package.json b/packages/plugins/IconMenu/package.json index 221824b63..c8cafee3c 100644 --- a/packages/plugins/IconMenu/package.json +++ b/packages/plugins/IconMenu/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-icon-menu", "version": "1.2.0", - "description": "Plugin IconMenu", + "description": "IconMenu plugin for POLAR that adds a menu that may provide various plugins' functionality as openable menu points.", + "keywords": ["POLAR", "plugin", "icon menu", "menu"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/LayerChooser/package.json b/packages/plugins/LayerChooser/package.json index 91d3c14a2..824e91a68 100644 --- a/packages/plugins/LayerChooser/package.json +++ b/packages/plugins/LayerChooser/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-layer-chooser", "version": "1.2.0", - "description": "Plugin LayerChooser", + "description": "LayerChooser plugin for POLAR that adds a layer selection and configuration UI element for both backgrounds and overlays.", + "keywords": ["POLAR", "plugin", "LayerChooser", "layer"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Legend/package.json b/packages/plugins/Legend/package.json index 5c4285c6f..1f4cd5e2a 100644 --- a/packages/plugins/Legend/package.json +++ b/packages/plugins/Legend/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-legend", "version": "1.1.0", - "description": "Plugin Legend", + "description": "Legend plugin for POLAR that adds a simple legend overview referring to the services' provided infographics.", + "keywords": ["POLAR", "plugin", "legend", "infographic"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/LoadingIndicator/package.json b/packages/plugins/LoadingIndicator/package.json index 2ad2d6d4b..3ce671235 100644 --- a/packages/plugins/LoadingIndicator/package.json +++ b/packages/plugins/LoadingIndicator/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-loading-indicator", "version": "1.1.0", - "description": "Plugin LoadingIndicator", + "description": "LoadingIndicator plugin for POLAR that adds a spinner.", + "keywords": ["POLAR", "plugin", "loading indicator", "spinner"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Pins/package.json b/packages/plugins/Pins/package.json index e9a7f7606..90c8a93cb 100644 --- a/packages/plugins/Pins/package.json +++ b/packages/plugins/Pins/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-pins", "version": "1.3.1", - "description": "Plugin Pins", + "description": "Pins plugin for POLAR that adds map interactions to client that allow users to indicate a specific point on the map.", + "keywords": ["POLAR", "plugin", "pin", "coordinate"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/ReverseGeocoder/package.json b/packages/plugins/ReverseGeocoder/package.json index ce9561344..aa7a4649f 100644 --- a/packages/plugins/ReverseGeocoder/package.json +++ b/packages/plugins/ReverseGeocoder/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-reverse-geocoder", "version": "1.2.0", - "description": "Plugin Reverse Geocoder", + "description": "ReverseGeocoder plugin for POLAR that adds a ui-less reverse geocoding mechanism that can be adresses via store interactions.", + "keywords": ["POLAR", "plugin", "reverse geocoder"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Scale/package.json b/packages/plugins/Scale/package.json index a79f6aa63..ca6b00a56 100644 --- a/packages/plugins/Scale/package.json +++ b/packages/plugins/Scale/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-scale", "version": "1.1.0", - "description": "Plugin Scale", + "description": "Scale plugin for POLAR that adds a resolution display to the client.", + "keywords": ["POLAR", "plugin", "scale"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Toast/package.json b/packages/plugins/Toast/package.json index 908cd72c5..6e46d02d3 100644 --- a/packages/plugins/Toast/package.json +++ b/packages/plugins/Toast/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-toast", "version": "1.1.0", - "description": "Plugin Toast", + "description": "Toast plugin for POLAR that adds toast elements (notification popups) to the client.", + "keywords": ["POLAR", "plugin", "toast", "notification", "popup"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Zoom/package.json b/packages/plugins/Zoom/package.json index 2407384b8..74f35a63a 100644 --- a/packages/plugins/Zoom/package.json +++ b/packages/plugins/Zoom/package.json @@ -1,7 +1,8 @@ { "name": "@polar/plugin-zoom", "version": "1.2.0", - "description": "Plugin Zoom", + "description": "Zoom plugin for POLAR that adds zoom functionality via UI and store.", + "keywords": ["POLAR", "plugin", "zoom"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/types/custom/package.json b/packages/types/custom/package.json index 66848f6fd..94aa67f97 100644 --- a/packages/types/custom/package.json +++ b/packages/types/custom/package.json @@ -1,6 +1,8 @@ { "name": "@polar/lib-custom-types", "version": "1.4.1", + "description": "global type package for overarching types in POLAR", + "keywords": ["POLAR", "types"], "license": "EUPL-1.2", "author": "Dataport AöR ", "main": "index.ts", From 7ff20fc3333609329546fe08791a778b21625fde Mon Sep 17 00:00:00 2001 From: Dennis Sen <108349707+warm-coolguy@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:53:59 +0200 Subject: [PATCH 2/3] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apply suggestion "rephrase/extend descriptions" Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com> --- packages/lib/getCluster/package.json | 2 +- packages/plugins/Attributions/package.json | 2 +- packages/plugins/LoadingIndicator/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/lib/getCluster/package.json b/packages/lib/getCluster/package.json index 5000372ac..b6b1ee088 100644 --- a/packages/lib/getCluster/package.json +++ b/packages/lib/getCluster/package.json @@ -1,7 +1,7 @@ { "name": "@polar/lib-get-cluster", "version": "1.0.0", - "description": "Provides method to retrieve a cluster a feature belongs to.", + "description": "Provides a method to retrieve a cluster a feature belongs to.", "keywords": ["POLAR", "lib", "cluster"], "license": "EUPL-1.2", "type": "module", diff --git a/packages/plugins/Attributions/package.json b/packages/plugins/Attributions/package.json index e336b6629..aa0844594 100644 --- a/packages/plugins/Attributions/package.json +++ b/packages/plugins/Attributions/package.json @@ -1,7 +1,7 @@ { "name": "@polar/plugin-attributions", "version": "1.2.1", - "description": "Attributions plugin for POLAR that adds copyright information regarding all currently active layers.", + "description": "Attributions plugin for POLAR that adds copyright information regarding all currently active layers. Additionally, static information can be added.", "keywords": ["POLAR", "plugin", "Attributions", "copyright"], "license": "EUPL-1.2", "type": "module", diff --git a/packages/plugins/LoadingIndicator/package.json b/packages/plugins/LoadingIndicator/package.json index 3ce671235..a251f7cd6 100644 --- a/packages/plugins/LoadingIndicator/package.json +++ b/packages/plugins/LoadingIndicator/package.json @@ -1,8 +1,8 @@ { "name": "@polar/plugin-loading-indicator", "version": "1.1.0", - "description": "LoadingIndicator plugin for POLAR that adds a spinner.", - "keywords": ["POLAR", "plugin", "loading indicator", "spinner"], + "description": "LoadingIndicator plugin for POLAR that adds a configurable element to indicate something is loading.", + "keywords": ["POLAR", "plugin", "loading indicator"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", From 7a815b03970ec114aa776aeba4d2e4c84b1cabf4 Mon Sep 17 00:00:00 2001 From: Dennis Sen Date: Tue, 17 Sep 2024 06:56:01 +0200 Subject: [PATCH 3/3] add 'ol' and 'OpenLayers' keywords to all packages --- packages/clients/afm/package.json | 2 +- packages/clients/dish/package.json | 2 +- packages/clients/generic/package.json | 2 +- packages/clients/meldemichel/package.json | 2 +- packages/clients/snowbox/package.json | 2 +- packages/clients/textLocator/package.json | 2 +- packages/components/package.json | 2 +- packages/core/package.json | 2 +- packages/lib/getCluster/package.json | 2 +- packages/lib/getFeatures/package.json | 2 +- packages/lib/idx/package.json | 2 +- packages/lib/invisibleStyle/package.json | 2 +- packages/lib/passesBoundaryCheck/package.json | 2 +- packages/lib/testMountParameters/package.json | 2 +- packages/lib/tooltip/package.json | 2 +- packages/plugins/AddressSearch/package.json | 2 +- packages/plugins/Attributions/package.json | 2 +- packages/plugins/Draw/package.json | 2 +- packages/plugins/Export/package.json | 2 +- packages/plugins/Filter/package.json | 2 +- packages/plugins/Fullscreen/package.json | 2 +- packages/plugins/GeoLocation/package.json | 2 +- packages/plugins/Gfi/package.json | 2 +- packages/plugins/IconMenu/package.json | 2 +- packages/plugins/LayerChooser/package.json | 2 +- packages/plugins/Legend/package.json | 2 +- packages/plugins/LoadingIndicator/package.json | 2 +- packages/plugins/Pins/package.json | 2 +- packages/plugins/ReverseGeocoder/package.json | 2 +- packages/plugins/Scale/package.json | 2 +- packages/plugins/Toast/package.json | 2 +- packages/plugins/Zoom/package.json | 2 +- packages/types/custom/package.json | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/packages/clients/afm/package.json b/packages/clients/afm/package.json index 6996ecb85..ae19d5812 100644 --- a/packages/clients/afm/package.json +++ b/packages/clients/afm/package.json @@ -2,7 +2,7 @@ "name": "@polar/client-afm", "version": "1.0.1", "description": "POLAR Client AfM. This client has been put together for use in citizen participation platforms and for making applications (referring to legal documents, not executables).", - "keywords": ["POLAR", "client"], + "keywords": ["OpenLayers", "ol", "POLAR", "client"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/dish/package.json b/packages/clients/dish/package.json index c6950c122..488ad73ae 100644 --- a/packages/clients/dish/package.json +++ b/packages/clients/dish/package.json @@ -2,7 +2,7 @@ "name": "@polar/client-dish", "version": "1.1.1", "description": "POLAR Client DISH. This client provides information about monuments in Schleswig-Holstein, Germany.", - "keywords": ["POLAR", "client", "DISH", "monument", "memorial"], + "keywords": ["OpenLayers", "ol", "POLAR", "client", "DISH", "monument", "memorial"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/generic/package.json b/packages/clients/generic/package.json index 51e78226b..502e59d0a 100644 --- a/packages/clients/generic/package.json +++ b/packages/clients/generic/package.json @@ -2,7 +2,7 @@ "name": "@polar/client-generic", "version": "1.0.0", "description": "POLAR Client Generic. General purpose client with everything plugged in.", - "keywords": ["POLAR", "client", "generic"], + "keywords": ["OpenLayers", "ol", "POLAR", "client", "generic"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/meldemichel/package.json b/packages/clients/meldemichel/package.json index 7c170db64..3703d9707 100644 --- a/packages/clients/meldemichel/package.json +++ b/packages/clients/meldemichel/package.json @@ -2,7 +2,7 @@ "name": "@polar/client-meldemichel", "version": "1.1.2", "description": "POLAR Client Meldemichel. This client aids in crowd-sourcing the detection of Hamburg's infrastructure in need of repair or maintenance.", - "keywords": ["POLAR", "client", "Meldemichel", "reporting", "infrastructure"], + "keywords": ["OpenLayers", "ol", "POLAR", "client", "Meldemichel", "reporting", "infrastructure"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/snowbox/package.json b/packages/clients/snowbox/package.json index 6c4c3e0fd..7c6cf2f4a 100644 --- a/packages/clients/snowbox/package.json +++ b/packages/clients/snowbox/package.json @@ -2,7 +2,7 @@ "name": "@polar/client-snowbox", "private": true, "description": "Snow❄️📦box (Test Environment)", - "keywords": ["POLAR", "client", "Snowbox", "testing"], + "keywords": ["OpenLayers", "ol", "POLAR", "client", "Snowbox", "testing"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/clients/textLocator/package.json b/packages/clients/textLocator/package.json index 8afc75ed8..aa963943e 100644 --- a/packages/clients/textLocator/package.json +++ b/packages/clients/textLocator/package.json @@ -2,7 +2,7 @@ "name": "@polar/client-text-locator", "version": "1.0.0-alpha.0", "description": "POLAR Client TextLocator. This client helps research by connecting geospatial to literature information.", - "keywords": ["POLAR", "client", "TextLocator", "AI", "toponyms", "literature"], + "keywords": ["OpenLayers", "ol", "POLAR", "client", "TextLocator", "AI", "toponyms", "literature"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/components/package.json b/packages/components/package.json index 278598a34..dd9fb72cb 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -2,7 +2,7 @@ "name": "@polar/components", "version": "2.1.1", "description": "POLAR components package. Provides global components.", - "keywords": ["POLAR", "components"], + "keywords": ["OpenLayers", "ol", "POLAR", "components"], "license": "EUPL-1.2", "author": "Dataport AöR ", "main": "index.ts", diff --git a/packages/core/package.json b/packages/core/package.json index 382d99f60..b71881447 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@polar/core", "version": "1.4.1", "description": "POLAR core package. Provides POALR environment with store setup, localization, UI framework, and other basics.", - "keywords": ["POLAR", "core", "base"], + "keywords": ["OpenLayers", "ol", "POLAR", "core", "base"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/getCluster/package.json b/packages/lib/getCluster/package.json index b6b1ee088..577093f11 100644 --- a/packages/lib/getCluster/package.json +++ b/packages/lib/getCluster/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-get-cluster", "version": "1.0.0", "description": "Provides a method to retrieve a cluster a feature belongs to.", - "keywords": ["POLAR", "lib", "cluster"], + "keywords": ["OpenLayers", "ol", "POLAR", "lib", "cluster"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/getFeatures/package.json b/packages/lib/getFeatures/package.json index 03c4569d0..b10910df9 100644 --- a/packages/lib/getFeatures/package.json +++ b/packages/lib/getFeatures/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-get-features", "version": "1.0.1", "description": "Provides feature information retrieval for WFS and gazetteers.", - "keywords": ["POLAR", "lib", "GFI", "feature information"], + "keywords": ["OpenLayers", "ol", "POLAR", "lib", "GFI", "feature information"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/idx/package.json b/packages/lib/idx/package.json index 7cf64e414..f4a9116b4 100644 --- a/packages/lib/idx/package.json +++ b/packages/lib/idx/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-idx", "version": "1.0.0", "description": "Provides a function to step into objects and fetch whatever.", - "keywords": ["POLAR", "lib", "getter"], + "keywords": ["OpenLayers", "ol", "POLAR", "lib", "getter"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/invisibleStyle/package.json b/packages/lib/invisibleStyle/package.json index 0e0461d38..395900205 100644 --- a/packages/lib/invisibleStyle/package.json +++ b/packages/lib/invisibleStyle/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-invisible-style", "version": "1.0.0", "description": "Provides semantic styling for elements to remove visiblity from them in a detectable fashion that adds programmatic semantics, i.e. whether an element should be considered as visible or not to the user and should hence appear (or be considered) in user interfaces.", - "keywords": ["POLAR", "lib", "visiblity", "filter"], + "keywords": ["OpenLayers", "ol", "POLAR", "lib", "visiblity", "filter"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/passesBoundaryCheck/package.json b/packages/lib/passesBoundaryCheck/package.json index c78ba0778..162f11774 100644 --- a/packages/lib/passesBoundaryCheck/package.json +++ b/packages/lib/passesBoundaryCheck/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-passes-boundary-check", "version": "2.0.0", "description": "Provides a check function for whether something is in (potentially asynchronously available) boundaries.", - "keywords": ["POLAR", "lib", "boundary"], + "keywords": ["OpenLayers", "ol", "POLAR", "lib", "boundary"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/lib/testMountParameters/package.json b/packages/lib/testMountParameters/package.json index 69b17259f..fedf3a723 100644 --- a/packages/lib/testMountParameters/package.json +++ b/packages/lib/testMountParameters/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-test-mount-parameters", "version": "1.2.1", "description": "Internal initialization parameters for testing framework in POLAR.", - "keywords": ["POLAR", "lib", "testing"], + "keywords": ["OpenLayers", "ol", "POLAR", "lib", "testing"], "license": "EUPL-1.2", "author": "Dataport AöR ", "main": "index.ts", diff --git a/packages/lib/tooltip/package.json b/packages/lib/tooltip/package.json index 8f386b3aa..37e5a7a49 100644 --- a/packages/lib/tooltip/package.json +++ b/packages/lib/tooltip/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-tooltip", "version": "1.0.0", "description": "Tooltip lib that provides localizable and stylable information on hovering map elements in POLAR.", - "keywords": ["POLAR", "lib", "tooltip"], + "keywords": ["OpenLayers", "ol", "POLAR", "lib", "tooltip"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/AddressSearch/package.json b/packages/plugins/AddressSearch/package.json index afc5701dd..129016e97 100644 --- a/packages/plugins/AddressSearch/package.json +++ b/packages/plugins/AddressSearch/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-address-search", "version": "1.2.1", "description": "AddressSearch plugin for POLAR that adds a user interface to search for various kinds of textual information to map it to a geometry; e.g. parcel numbers or addresses, but any kind of toponym mapping is possible.", - "keywords": ["POLAR", "plugin", "AddressSearch", "parcel", "address", "search"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "AddressSearch", "parcel", "address", "search"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Attributions/package.json b/packages/plugins/Attributions/package.json index aa0844594..e57075b2e 100644 --- a/packages/plugins/Attributions/package.json +++ b/packages/plugins/Attributions/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-attributions", "version": "1.2.1", "description": "Attributions plugin for POLAR that adds copyright information regarding all currently active layers. Additionally, static information can be added.", - "keywords": ["POLAR", "plugin", "Attributions", "copyright"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "Attributions", "copyright"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Draw/package.json b/packages/plugins/Draw/package.json index 74561becc..54c9ec0eb 100644 --- a/packages/plugins/Draw/package.json +++ b/packages/plugins/Draw/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-draw", "version": "1.1.0", "description": "Draw plugin for POLAR that adds draw interactions to the map, allowing users to place various shapes and texts.", - "keywords": ["POLAR", "plugin", "Draw", "interaction"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "Draw", "interaction"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Export/package.json b/packages/plugins/Export/package.json index 5fb232ffc..5dc79e6fa 100644 --- a/packages/plugins/Export/package.json +++ b/packages/plugins/Export/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-export", "version": "1.2.0", "description": "Export plugin for POLAR that adds export functionality in various formats to retrieve a screenshot-like graphic of the map without the buttons.", - "keywords": ["POLAR", "plugin", "Export", "PDF", "PNG", "JPG", "screenshot"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "Export", "PDF", "PNG", "JPG", "screenshot"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Filter/package.json b/packages/plugins/Filter/package.json index 6480514c9..5c424f0d6 100644 --- a/packages/plugins/Filter/package.json +++ b/packages/plugins/Filter/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-filter", "version": "1.1.2", "description": "Filter plugin for POLAR that adds filter functionality to vector-data based layers.", - "keywords": ["POLAR", "plugin", "Filter"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "Filter"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Fullscreen/package.json b/packages/plugins/Fullscreen/package.json index 0ee13785a..43ec7795e 100644 --- a/packages/plugins/Fullscreen/package.json +++ b/packages/plugins/Fullscreen/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-fullscreen", "version": "1.2.1", "description": "Fullscreen plugin for POLAR that adds a fullscreen button.", - "keywords": ["POLAR", "plugin", "Fullscreen"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "Fullscreen"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/GeoLocation/package.json b/packages/plugins/GeoLocation/package.json index 11720a16f..bec455115 100644 --- a/packages/plugins/GeoLocation/package.json +++ b/packages/plugins/GeoLocation/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-geo-location", "version": "1.3.1", "description": "GeoLocation plugin for POLAR that adds geographic user detection if the user so allows. The user position is indicated with a marker.", - "keywords": ["POLAR", "plugin", "GeoLocation", "position"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "GeoLocation", "position"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Gfi/package.json b/packages/plugins/Gfi/package.json index d83b5c272..a51d70c2d 100644 --- a/packages/plugins/Gfi/package.json +++ b/packages/plugins/Gfi/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-gfi", "version": "1.2.2", "description": "Gfi plugin for POLAR that adds feature information retrieval. UI elements can be provided by configuration, else it works as a store integration.", - "keywords": ["POLAR", "plugin", "gfi", "feature information"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "gfi", "feature information"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/IconMenu/package.json b/packages/plugins/IconMenu/package.json index c8cafee3c..65dd48c26 100644 --- a/packages/plugins/IconMenu/package.json +++ b/packages/plugins/IconMenu/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-icon-menu", "version": "1.2.0", "description": "IconMenu plugin for POLAR that adds a menu that may provide various plugins' functionality as openable menu points.", - "keywords": ["POLAR", "plugin", "icon menu", "menu"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "icon menu", "menu"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/LayerChooser/package.json b/packages/plugins/LayerChooser/package.json index 824e91a68..a1e7350f4 100644 --- a/packages/plugins/LayerChooser/package.json +++ b/packages/plugins/LayerChooser/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-layer-chooser", "version": "1.2.0", "description": "LayerChooser plugin for POLAR that adds a layer selection and configuration UI element for both backgrounds and overlays.", - "keywords": ["POLAR", "plugin", "LayerChooser", "layer"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "LayerChooser", "layer"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Legend/package.json b/packages/plugins/Legend/package.json index 1f4cd5e2a..8f6c8be6e 100644 --- a/packages/plugins/Legend/package.json +++ b/packages/plugins/Legend/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-legend", "version": "1.1.0", "description": "Legend plugin for POLAR that adds a simple legend overview referring to the services' provided infographics.", - "keywords": ["POLAR", "plugin", "legend", "infographic"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "legend", "infographic"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/LoadingIndicator/package.json b/packages/plugins/LoadingIndicator/package.json index a251f7cd6..c3afeebde 100644 --- a/packages/plugins/LoadingIndicator/package.json +++ b/packages/plugins/LoadingIndicator/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-loading-indicator", "version": "1.1.0", "description": "LoadingIndicator plugin for POLAR that adds a configurable element to indicate something is loading.", - "keywords": ["POLAR", "plugin", "loading indicator"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "loading indicator"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Pins/package.json b/packages/plugins/Pins/package.json index 90c8a93cb..3e3c76101 100644 --- a/packages/plugins/Pins/package.json +++ b/packages/plugins/Pins/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-pins", "version": "1.3.1", "description": "Pins plugin for POLAR that adds map interactions to client that allow users to indicate a specific point on the map.", - "keywords": ["POLAR", "plugin", "pin", "coordinate"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "pin", "coordinate"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/ReverseGeocoder/package.json b/packages/plugins/ReverseGeocoder/package.json index aa7a4649f..4e2324f19 100644 --- a/packages/plugins/ReverseGeocoder/package.json +++ b/packages/plugins/ReverseGeocoder/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-reverse-geocoder", "version": "1.2.0", "description": "ReverseGeocoder plugin for POLAR that adds a ui-less reverse geocoding mechanism that can be adresses via store interactions.", - "keywords": ["POLAR", "plugin", "reverse geocoder"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "reverse geocoder"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Scale/package.json b/packages/plugins/Scale/package.json index ca6b00a56..19e3f4eca 100644 --- a/packages/plugins/Scale/package.json +++ b/packages/plugins/Scale/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-scale", "version": "1.1.0", "description": "Scale plugin for POLAR that adds a resolution display to the client.", - "keywords": ["POLAR", "plugin", "scale"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "scale"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Toast/package.json b/packages/plugins/Toast/package.json index 6e46d02d3..a8f3b4045 100644 --- a/packages/plugins/Toast/package.json +++ b/packages/plugins/Toast/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-toast", "version": "1.1.0", "description": "Toast plugin for POLAR that adds toast elements (notification popups) to the client.", - "keywords": ["POLAR", "plugin", "toast", "notification", "popup"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "toast", "notification", "popup"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/plugins/Zoom/package.json b/packages/plugins/Zoom/package.json index 74f35a63a..bd3a6f21f 100644 --- a/packages/plugins/Zoom/package.json +++ b/packages/plugins/Zoom/package.json @@ -2,7 +2,7 @@ "name": "@polar/plugin-zoom", "version": "1.2.0", "description": "Zoom plugin for POLAR that adds zoom functionality via UI and store.", - "keywords": ["POLAR", "plugin", "zoom"], + "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "zoom"], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", diff --git a/packages/types/custom/package.json b/packages/types/custom/package.json index 94aa67f97..5ff0c18ea 100644 --- a/packages/types/custom/package.json +++ b/packages/types/custom/package.json @@ -2,7 +2,7 @@ "name": "@polar/lib-custom-types", "version": "1.4.1", "description": "global type package for overarching types in POLAR", - "keywords": ["POLAR", "types"], + "keywords": ["OpenLayers", "ol", "POLAR", "types"], "license": "EUPL-1.2", "author": "Dataport AöR ", "main": "index.ts",