Skip to content

Releases: UNDP-Data/geohub

[email protected]

18 Oct 16:45
8d92c9d
Compare
Choose a tag to compare

Minor Changes

  • 64d0db0: - feat: add open attribute table feature if a dataset layer has flatgeobuf.
    • feat: add layer operational menu at the top of layer editor.

Patch Changes

  • e4b5aec: fix: only load sprite image once, and show loader while images are being loaded.

  • 0f48732: fix: add error handling in IconSize when loading sprite image

  • 6dca058: fix: fixed bug of not shoring contents when sidebar is shown in the right side.

  • c0346b3: fix: show marker for selected row by left/right click.

  • 5cad7a4: fix: treat mixed data type as string property

  • b55dbbf: fix: when selecting value from map, if the property does not exist in selected feature, ignore it.

  • 2fb1f02: fix: only register pubsub listener when status is not in progress

  • 1a3b4ce: fix: apply maplibre filter expression to attribute table.

  • 03b8bc9: fix: avoid creating incomplete maplibre filter when OR/AND is changed.

  • 3b82413: fix: fixed bug of VectorInput if dataset stat does not values property

  • a9f4b8b: fix: fixed bugs of restoring state of vector filter.

    • fix: #4269 restore not in conditions when editor is reopened.
    • fix: #4271 restore OR condition correctly at VectorFilter.
    • fix: #4270 dynamically apply AND/OR change to filter.
  • 4b0d355: fix: change red button color to blue color. change property cards to selectbox in VectorFiler.

  • 887a9d4: refactor: add VectorTableColumn component for sorting column header in table

  • c9a78a4: fix: deleted console.log from /api/settings

  • 02adb22: fix: fixed bug to apply differs filter to table.

  • 8f4000b: fix: clear sort setting when table is closed.

  • c1af865: fix: fixed bug of sorting order of table feature

  • f3ff254: fix: add column sort featue for attribute table.

  • 73c04d6: fix: add compress query param to /table endpoint to compress json/geojson response to gzip. If format is either csv or xlsx, compress=true will be ignored. Regarding to the use of compress API in Nodejs and Javascript, please refer to this article.

  • 73b2bcc: fix: previously user settings are remained even after user sign out. It was occured by that Object.assign update DefaultUserConfig variable in nodejs side. Now copied object is passed to Object.assign to prevent default value is changed.

@undp-data/[email protected]

18 Oct 16:45
8d92c9d
Compare
Choose a tag to compare

Patch Changes

  • 6063bbf: fix: add type="button" in Switch component since it triggers submit event.

@undp-data/[email protected]

18 Oct 16:45
8d92c9d
Compare
Choose a tag to compare

Patch Changes

@undp-data/[email protected]

18 Oct 16:45
8d92c9d
Compare
Choose a tag to compare

Patch Changes

  • 6dca058: fix: change default sidebar width from string (360px) to number type (360).

@undp-data/[email protected]

18 Oct 16:45
8d92c9d
Compare
Choose a tag to compare

Patch Changes

@undp-data/[email protected]

18 Oct 16:45
8d92c9d
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Oct 17:44
4426f87
Compare
Choose a tag to compare

Patch Changes

  • b77c96a: refactor: delete unused components, and use fixed-grid of bulma for OperationButtons component

[email protected]

10 Oct 10:11
8772278
Compare
Choose a tag to compare

Patch Changes

  • bc39fea: fix: fixed bug of data search when all is selected. Also, added DATABASE_DEBUG variable in .env for debug purpose.

[email protected]

10 Oct 08:44
ec01e0c
Compare
Choose a tag to compare

Patch Changes

  • 5c76452: - fix: improved data search behaviour in data portal, map portal and storymap portal.
    • added All to select box to show all private + organisation + public
    • select private to show private data only
    • select organisation to show organisation data only
    • select public to show public data only
    • if non-signed user, it shows public data only.

[email protected]

09 Oct 15:35
1417a3f
Compare
Choose a tag to compare

Patch Changes

  • 2ad8b70: fix: fixed bug of dataset searching when access level is selected.
  • 7d7e96c: fix: check whether fgb file exists in blob by using azure blob package other than using fetch.