We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f90235 commit 7168828Copy full SHA for 7168828
pygeoapi/templates/collections/edr/query.html
@@ -72,8 +72,8 @@
72
}
73
})
74
75
-
76
- displayCovJSON(JSON.parse('{{ data | to_json | safe }}'), {display: true})
+ var covjson_data = {{ data | to_json | safe }};
+ displayCovJSON(covjson_data, {display: true})
77
78
const truncateString = (str, maxLength) => {
79
str = str.replace(/\+/g, ' ');
0 commit comments