EOX GitLab Instance

Skip to content
Snippets Groups Projects
Verified Commit de28ff76 authored by Stephan's avatar Stephan
Browse files

fix search id in template

parent 3dcd1eec
Branches
Tags
2 merge requests!37Chart,!36Staging to master to prepare 1.0.0 release
...@@ -216,7 +216,7 @@ var config = { ...@@ -216,7 +216,7 @@ var config = {
"search": { "search": {
"protocol": "OpenSearch", "protocol": "OpenSearch",
"url": baseUrl + "opensearch/collections/{{ $layer_id }}/", "url": baseUrl + "opensearch/collections/{{ $layer_id }}/",
"id": {{ $layer_id }}, "id": {{ $layer_id | quote }},
"histogramBinCount": 28, "histogramBinCount": 28,
"format": "application/atom+xml", "format": "application/atom+xml",
"method": "GET", "method": "GET",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment