Skip to content
Snippets Groups Projects
Select Git revision
  • f9aff6140e92dff045e7c1d0e89c54ea0dfe5f10
  • main default protected
  • OZG-8252-gitlab-pipelines
  • OZG-7856_schadcode_scanner
  • release
  • develop
  • OZG-4097-OSI2-Anbindung
  • OZG-7689_use-new-pm
  • fix-dependencies
  • CommandRepositoryRefactoring
  • OZG-5580-torsten-test-20240902
  • OZG-5580-Configure-To-Connect-To-Zufi
  • fix-keycloak-metadata
  • ozg-3938-disable-grpc-tls
  • OZG-4906
  • 2.28.0
  • 2.27.0
  • 2.26.0
  • 2.25.0
  • 2.24.2
  • 2.24.1
  • 2.24.0
  • 2.23.0
  • 2.22.0
  • 2.21.0
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.1
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.1
  • bescheid-manager-1.18.0
35 results

route-forwarding.model.proto

Blame
  • dataset_map.html 701 B
    {% block styles %}
      {% asset 'ckanext-odsh/odsh_dataset_map_style' %}
    {% endblock styles %}
    
    {% set map_config = h.get_common_map_config() %}
    {% set x=map_config.__setitem__("height", "10px") %}
    <div class="dataset-map" data-module="dataset-map" data-extent="{{ extent }}" data-module-site_url="{{ h.dump_json(h.url_for('home.index', locale='default', qualified=true)) }}" data-module-map_config="{{ h.dump_json(map_config) }}">
      <div id="dataset-map-container"></div>
      <div id="dataset-map-attribution">
        {% snippet "spatial/snippets/map_attribution.html", map_config=map_config %}
      </div>
    </div>
    
    {% block scripts %}
      {% asset 'ckanext-odsh/odsh_dataset_map_script' %}
    {% endblock scripts %}