Armin Retterath
Armin Retterath
We wan't to use tinyows for digitizing objects in distributed environments as an alternative for geoserver. Some of the distributed wfs featuretypes includes attributes, that defines the ids of owners...
is there a roadmap, that the addon will work under ember 4.7+? There are some errors e.g. in https://github.com/nickschot/ember-model-select/blob/master/addon/utils/get-config-option.js - exchange getWithDefault by get (https://github.com/emberjs/rfcs/blob/master/text/0554-deprecate-getwithdefault.md), https://github.com/nickschot/ember-model-select/blob/master/addon/components/model-select.hbs - exchange **hasBlock** with...
When try to install it in the ckan 2.10.3 under debian 12 - the installation fails with following error: (default) ckan@debian:/usr/lib/ckan/default/src$ pip install -e "git+https://github.com/ckan/ckanext-spatial.git#egg=ckanext-spatial" Obtaining ckanext-spatial from git+https://github.com/ckan/ckanext-spatial.git#egg=ckanext-spatial Updating...
We start to build a django-application, which generates the mapfiles on the fly (with mappyfile). We have an url for the ows-proxy functionality: ```python path("organization//ows/", views.ows, name="ows"), ``` The proxy...