geocloud2 icon indicating copy to clipboard operation
geocloud2 copied to clipboard

The GC2 framework helps you build a spatial data infrastructure quickly and easily. Powered using open source components for a scalable solution focused on freedom rather than fees.

Results 19 geocloud2 issues
Sort by recently updated
recently updated
newest added

Using 'Sort id' on layers yields this result (left part is Vidi client, right part is GC2 admin) ![billede](https://user-images.githubusercontent.com/18160930/46787878-0d9ca600-cd39-11e8-921b-b4de18cb53f4.png) However; when using 'Sort id' on attributes to be used on...

enhancement

When after writing Mapfile check if it is valid and rollback if not. This should prevent ending up with a Mapfile, which takes down the whole WMS backend for a...

enhancement

When giving privileges to Sub-Users it would be handy to set privileges for several selected tables in the Datebase tab.

enhancement

During use, PHP throws errors on type safety, these are some i've collected from our running log: - [ ] PHP message: PHP Warning: Undefined global variable $_SESSION in /var/www/geocloud2/app/inc/Controller.php...

Failures observed: * Unable to create mapfile * Unable to view data in GC2 admin * Unable to generate metadata Each of the services til return an error like: >{"success":false,"message":"Unsupported...

when go to examples [http://mapcentia.github.io/gc2examples/plain_tile1.html](url) , get the issue: `Uncaught ReferenceError: geocloud is not defined at plain_tile1.html:13` when go to [http://mapcentia.github.io/gc2examples/widget_tile1.html](url) get the issue: `GET http://eu1.mapcentia.com/apps/widgets/gc2map/js/gc2map.js net::ERR_ABORTED 503 (Service Unavailable)`...

setting sql in this box can cause unwanted sideeffects: ![billede](https://github.com/user-attachments/assets/649d24b5-7e3e-4636-82b0-d61ed959c8d0) especially when adding statements after the table reference. when using filtering in vidi, the where-clause is appended to the sql...

cuts down query time for every auth call dramatically. similar situation found in getUuid. The information we need is accessible in a table with indexed _key_ mentioned in #144, made...

https://github.com/mapcentia/geocloud2/blob/75d2aec4f45f61be150573a37bcdbf7ccd94a7c1/app/inc/http_basic_authen.php#L64 we have currently changes to this instead: `$sql = "SELECT privileges FROM settings.geometry_columns_join WHERE _key_ = :schema"; ` which cuts the query time dramatically. our working theory is, that...