Skip to content

Releases: UNDP-Data/geohub

@undp-data/[email protected]

04 Mar 13:25
19ccdb8

Choose a tag to compare

Patch Changes

@undp-data/[email protected]

04 Mar 13:25
19ccdb8

Choose a tag to compare

Patch Changes

[email protected]

28 Feb 03:00
5e7885a

Choose a tag to compare

Patch Changes

  • f240871: fix: fixed /tags api to accepet any string value for tag query param.
  • f2964ee: fix: added 'exclude_chapter' to /api/storymaps endpoint to remove chapters from search result as default. so it can make the performance a bit faster since chapters may contain massive data and images.
  • f240871: fix: fixed default access level settings for storymaps endpoint.

[email protected]

27 Feb 13:11
a491def

Choose a tag to compare

Patch Changes

  • 1bf06a5: refactor: rewrite GeoHub api endpoints with sveltekit-api to generate open api documentation automatically.

[email protected]

27 Feb 06:41
d81cc9c

Choose a tag to compare

Patch Changes

  • f46b9a9: fix: fixed hooks.server.ts to avoid sveltekit error for .svelte URL in handleCORS

@undp-data/[email protected]

27 Feb 06:41
d81cc9c

Choose a tag to compare

Patch Changes

  • 621bd48: fix: removed unnecessary aria-hidden from footer to avoid Blocked aria-hidden error

@undp-data/[email protected]

27 Feb 06:41
d81cc9c

Choose a tag to compare

Patch Changes

@undp-data/[email protected]

27 Feb 06:41
d81cc9c

Choose a tag to compare

Patch Changes

@undp-data/[email protected]

27 Feb 06:41
d81cc9c

Choose a tag to compare

Patch Changes

[email protected]

25 Feb 11:26
4e998fd

Choose a tag to compare

Patch Changes

  • b3585d6: fix: update bounds for mosaicjson if tilejson.bounds property is available
  • b005c29: fix: replace http to https for titiler tilejson api's tile url if it starts with http, but not localhost. This is required because of our kubernetes has an issue of SSL certificate.
  • a5e963c: fix: add slode terrain algorithm and operation algorithm to algo explorer component
  • a694d4f: fix: add tilematrixid (WebMercatorQuad) for mosaicjson tilejson endpoint.