Skip to content
Snippets Groups Projects
Commit 388ee3de authored by anonymous's avatar anonymous
Browse files

ODPSH-124

parent 30bc3230
Branches
Tags
No related merge requests found
......@@ -111,7 +111,6 @@ this.ckan.module('odsh-spatial-query', function ($, _)
// resolutions: [2000, 1100, 550, 275, 100, 50, 25, 10, 5, 2, 1, 0.5, 0.25]//,
// //origin: [0, 0]
// }),
console.log(this.options.map_config)
map = ckan.commonLeafletMap(
'dataset-map-container',
this.options.map_config,
......
......@@ -7,3 +7,24 @@
<link rel="stylesheet" href="/odsh_header.css?refresh={{ range(1,10000) | random }}" />
<link rel="stylesheet" href="/bootstrap-multiselect.css" />
{% endblock %}
{% block head_extras %}
{{ super() }}
{% set matomo_url = 'https://phpefi.schleswig-holstein.de/gsb_analytics/'%}
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="{{matomo_url}}";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="{{matomo_url}}/piwik.php?idsite=3" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment