Releases: openoereb/pyramid_oereb
Releases · openoereb/pyramid_oereb
Version 1.0.1
- introduce configurable pdf print service (print proxy)
- enable proxy configuration for external web api usage
- fix standard database
- improve python 3 compatibility
- minor bug fixing
Version 1.0.0-beta.1
- first approach of OEREB server
- improved documentation on https://camptocamp.github.io/pyramid_oereb/doc/
- cleaned and reorganized code
- binding to OEREB-LEX and GeoAdmin-Api-Address-Service
(http://api.geo.admin.ch/services/sdiservices.html#search) as sources - providing pyconizer as icon generator (https://pypi.python.org/pypi/pyconizer)
- proxy binding of geomapfish_print for pdf output as renderer
(http://mapfish.github.io/mapfish-print-doc/#/overview) - providing extensive standard configuration for out-of-the-box-usage
- general bug fixing
- add python 3.x support
Version 1.0.0
- improved doc
- fix bug for doc creation on python 3.6
Version 1.0.0-alpha.2
- proceed with renderer for XML and JSON
- add metadata for embeddable flavour
- images accessible via URL
- add configurable methods for processing
- improve geometry handling
- add documentation on https://camptocamp.github.io/pyramid_oereb/doc/
- several bugfixes
Version 1.0.0-alpha.1
- first running approach of server
- main web services are available (not all formats are implemented yet)
- standard configuration can be used to run server out of the box
- see README for more details