Custom Query (1138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 1138)

Ticket Resolution Summary Owner Reporter
#2284 fixed Upgrade to pygeoapi 0.9.0 causes demo error osgeolive@… kalxas
Description
Setting up python3-pygeoapi (0.9.0-1~focal0) ...
Traceback (most recent call last):
  File "/usr/bin/pygeoapi", line 11, in <module>
    load_entry_point('pygeoapi==0.9.0', 'console_scripts', 'pygeoapi')()
  File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/decorators.py", line 17, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 878, in generate_openapi_document
    click.echo(yaml.safe_dump(get_oas(s), default_flow_style=False))
  File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 863, in get_oas
    return get_oas_30(cfg)
  File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 422, in get_oas_30
    collections[k]['providers'], 'feature'))
KeyError: 'providers'
#982 fixed Upgrade sphinx environment to support linkcheck build goal live-demo@… fgdrf
Description

To continuously check the external links in sphinx docs the build goal linkcheck should run every time the sphinx-build has been started (see root/livedvd/gisvm/trunk/bin/install_main_docs.sh).

linkcheck is available since version 1.1 of sphinx and check references, which can be configured by set up a ignore list, for example localhost URL's (see linkcheck_ignore config option).

This would help to avoid outdated references to external resources.

#1139 fixed Upgrade pgRouting to version 2.0.0 dkastl dkastl
Description

With OSGeo Live 7.0 pgRouting should be upgraded to version 2.0.0, but the packages on Launchpad have not been build yet. Once this is done, update the install script as well.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.