Sha256: 01d503807fe3f2533081dbae6b97a1ee68fc21fef075509aa37997a9da5e9f89
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 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', 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
3 entries across 3 versions & 1 rubygems