Skip to content
Snippets Groups Projects
Commit 616d5911 authored by Matthieu Benoist's avatar Matthieu Benoist
Browse files

corrects the maxfeature syntaxe

parent 0a564f76
No related branches found
No related tags found
2 merge requests!104Dos0061612,!103Dos0061612
......@@ -160,7 +160,7 @@ export class ResourceDownloadItemComponent implements OnInit {
}
} else if (this.resource.type === linkFormats.ws) {
if (this.format.name === 'JSON') {
queryableUrl += `/${this.resource.metadataLink.name}/all.json?maxFeatures=-1`;
queryableUrl += `/${this.resource.metadataLink.name}/all.json?maxfeatures=-1`;
} else {
const projectionAndBbox = this.getProjectionAndBbox(this.format);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment