Frédéric Morin
Frédéric Morin
Untested implementation available at https://github.com/fredmorin/mapcache
I have multiple wms sources, with different urls. I want to forward the GetLegendGraphic request to the source url. I have to create one forwarding rule for each source. If...
Hello @atungeker, did you find a solution for this issue? I am getting the exact same error with the angular wrapper. I tried previously with uppy v1.29.1 in a plain...
uppy-angular-library only uses XHR Destination: https://uppy.io/docs/xhr-upload/ It does not support Tus Destination: https://uppy.io/docs/tus/ https://github.com/adritasharma/uppy-angular-library/blob/e7a39669542ed085bdc7d15304e93cb630f2eb3b/projects/uppy-angular/src/lib/uppy-angular.component.ts#L99
@adritasharma I believe you can close this issue.
Thank you so much @adritasharma. I will try this when I am back from vacations!
> This needs a better title. > > Have you looked at PR #127? > > In particular, see this [requirement](https://github.com/CrunchyData/pg_featureserv/pull/127#issuecomment-1270517992) about enabling update capabilites via a config setting. Yes,...
Part-4 draft is looking good. It may tike a little time before it is adopted but it should not change much according to comments in this issue. https://github.com/opengeospatial/ogcapi-features/issues/366 I would...
Here is my attempt at fixing this issue https://github.com/CrunchyData/pg_featureserv/pull/152 https://github.com/CrunchyData/pg_featureserv/pull/153
I am analyzing how to implement optimistic locking. ETags is fairly easy to implement using an MD5 hash for the feature. Implemening Last-Modified require enabling track_commit_timestamp on the database and...