Frédéric Morin
Frédéric Morin
Use the source url to execute getlegendgraphic. Forwarding rules are too restrictive to request getlegendgraphic when exposing multiple tileset/sources.
Part4 - Create, Replace, Delete Related issue: https://github.com/CrunchyData/pg_featureserv/issues/4 Support for Part4 Create, Replace, Delete # Create feature POST query to the path `/collections/{collid}/items` allows to create a new feature in...
In GeoExt/widgets/form.js, at line 134. I changed the following to support enumeration constraints for string. ``` if(type.match(r["text"])) { if(restriction.enumeration) { // Must convert the array into an array of array....