Sha256: ca4b56353890b10f3c1a72a8e2c4ac5ec4084077601b54b3de0e1fd5eea2685d

Contents?: true

Size: 736 Bytes

Versions: 5

Compression:

Stored size: 736 Bytes

Contents

<% document ||= @document %>
<div class='row'>
  <div id='viewer-container' class="col-md-12">

    <% if show_help_text?('viewer_protocol', document.viewer_protocol) %>
      <%= render_help_text_entry('viewer_protocol', document.viewer_protocol) %>
    <% end %>

    <%= content_tag :div, id: 'map', aria: { label: t('geoblacklight.map.label') }, data: { map: 'item', protocol: document.viewer_protocol.camelize, url: document.viewer_endpoint, 'layer-id' => document.wxs_identifier, 'map-bbox' => document.bounding_box_as_wsen, 'catalog-path'=> search_catalog_path, available: document_available?, inspect: show_attribute_table?, basemap: geoblacklight_basemap, leaflet_options: leaflet_options } do %>
    <% end %>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
geoblacklight-3.2.0 app/views/catalog/_show_default_viewer_container.html.erb
geoblacklight-3.1.0 app/views/catalog/_show_default_viewer_container.html.erb
geoblacklight-3.0.1 app/views/catalog/_show_default_viewer_container.html.erb
geoblacklight-3.0.0 app/views/catalog/_show_default_viewer_container.html.erb
geoblacklight-2.4.0 app/views/catalog/_show_default_viewer_container.html.erb