Sha256: 01f48253a9c9311f25807a135aecd8d55763d4c240878ba5c2f4c35b7f213ba9
Contents?: true
Size: 732 Bytes
Versions: 12
Compression:
Stored size: 732 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-geom' => document.geometry.geojson, '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
12 entries across 12 versions & 1 rubygems