Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

v1.5.0

Compare
Choose a tag to compare
@MartinJurcoGlina MartinJurcoGlina released this 15 Aug 13:04
· 27 commits to main since this release
82f69c6

[1.5.0] - 2022-08-15

Introducing option to use postgresql as database, with the exception of functions

Added

  • dateStart and dateEnd filter options for /pointAttributes #126
  • postgresql database structure on service start #129 #130
  • initial-data-load with postgresql database #113
  • url-loader with postgresql database #114
  • api with postgresql database #116
  • /geodata route for collections as sources for geodata #140
  • /isochrones route for specifically isochrones in one collection #151

Changed

  • url loader returns error code, if one load fails #128

Fixed

  • in GeoData.yml, layer can be defined with just 'apiUrl' and not automatically storing data to database #142

Deprecated

  • route '/api/staticLayers', use '/api/dataLayers' #111
  • 'COUNTRY' environment variable for initial-data-load, use 'DATASET' instead

Removed