Sha256: c674a25831b65d7cb0bfd4138aaa1ee3fea36a7475b9cdad9147933350f63cf4
Contents?: true
Size: 518 Bytes
Versions: 4
Compression:
Stored size: 518 Bytes
Contents
<% document ||= @document %> <div class='row'> <div id='viewer-container' class="col-md-12"> <%= 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
4 entries across 4 versions & 1 rubygems