geoblacklight 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/assets/javascripts/geoblacklight/basemaps.js +26 -0
  4. data/app/assets/javascripts/geoblacklight/viewers/map.js +15 -12
  5. data/app/assets/javascripts/geoblacklight/viewers/wms.js +1 -1
  6. data/app/assets/stylesheets/geoblacklight/_geoblacklight.scss +1 -1
  7. data/app/helpers/geoblacklight_helper.rb +7 -0
  8. data/app/views/catalog/_document_split.html.erb +1 -1
  9. data/app/views/catalog/_home_text.html.erb +1 -1
  10. data/app/views/catalog/_show_default_viewer_container.html.erb +1 -1
  11. data/geoblacklight.gemspec +1 -0
  12. data/lib/generators/geoblacklight/templates/catalog_controller.rb +8 -0
  13. data/lib/generators/geoblacklight/templates/geoblacklight.js +1 -0
  14. data/lib/geoblacklight/engine.rb +1 -0
  15. data/lib/geoblacklight/reference.rb +24 -1
  16. data/lib/geoblacklight/references.rb +76 -27
  17. data/lib/geoblacklight/solr_document/finder.rb +39 -0
  18. data/lib/geoblacklight/solr_document.rb +2 -0
  19. data/lib/geoblacklight/version.rb +1 -1
  20. data/lib/geoblacklight.rb +1 -0
  21. data/lib/tasks/geoblacklight.rake +17 -0
  22. data/spec/features/configurable_basemap_spec.rb +26 -0
  23. data/spec/helpers/geoblacklight_helpers_spec.rb +12 -0
  24. data/spec/lib/geoblacklight/reference_spec.rb +34 -0
  25. data/spec/lib/geoblacklight/references_spec.rb +19 -0
  26. data/spec/lib/geoblacklight/solr_document/finder_spec.rb +21 -0
  27. metadata +24 -7
  28. data/app/assets/fonts/geoblacklight.eot +0 -0
  29. data/app/assets/fonts/geoblacklight.svg +0 -193
  30. data/app/assets/fonts/geoblacklight.ttf +0 -0
  31. data/app/assets/fonts/geoblacklight.woff +0 -0
  32. data/app/assets/stylesheets/geoblacklight/modules/icons.scss +0 -107
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54630133903f73e2584a94ca40f81be5fa2a72da
4
- data.tar.gz: d60435d3dcd415c483cdcb5ce816d26f6a17b59e
3
+ metadata.gz: a1ec7051ebc8d380e573700819f8dace0ca4c61b
4
+ data.tar.gz: c903cc4bebe11b8502b502c056377e5b053b7f5b
5
5
  SHA512:
6
- metadata.gz: e02435aec99534ed99924bcad9c3be4123fb1206774e6d854c69c2ffdc74add802c328fef507dbcf280beb4d4054ae502b0d9ce6735728ecb5b08b2d06efaa1f
7
- data.tar.gz: 1381e4babb68674f9b998d3b9d257d24fd52987f9b2ad70c3da8141e12a408783e65bc7133b896599b5378b0e2f593334677e2388dd546cf0ed3b6f3b2eb041d
6
+ metadata.gz: 5ae9176ca20b2d55e9586ac3346bd9384a792feab18038068759d93fbf293e2438316b75bbad557c54dc9aaa7477ce30d75b691bbf83db450c38869f7685bed8
7
+ data.tar.gz: 90a8a7f6d0836228781571d232aebd0b82c7eb5b114139abfd5a0509a10413dd1ef53b99b7ce322bf30a92bb2b08b2352808ead8ac550f601e3a860f86b79607
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Geoblacklight
2
2
 
3
- [![Build Status](https://travis-ci.org/geoblacklight/geoblacklight.svg?branch=master)](https://travis-ci.org/geoblacklight/geoblacklight) | [![Coverage Status](https://img.shields.io/coveralls/geoblacklight/geoblacklight.svg)](https://coveralls.io/r/geoblacklight/geoblacklight?branch=coveralls)
3
+ [![Build Status](https://travis-ci.org/geoblacklight/geoblacklight.svg?branch=master)](https://travis-ci.org/geoblacklight/geoblacklight) | [![Coverage Status](https://img.shields.io/coveralls/geoblacklight/geoblacklight.svg)](https://coveralls.io/r/geoblacklight/geoblacklight?branch=coveralls) | [![Gem Version](https://img.shields.io/gem/v/geoblacklight.svg)](https://github.com/geoblacklight/geoblacklight/releases)
4
4
 
5
5
  GeoBlacklight is a world-class discovery platform for geospatial (GIS) holdings. It
6
6
  is an open collaborative project aiming to build off of the successes
@@ -0,0 +1,26 @@
1
+ // basemaps
2
+
3
+ GeoBlacklight.Basemaps = {
4
+ darkMatter: L.tileLayer(
5
+ 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png', {
6
+ attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://cartodb.com/attributions">CartoDB</a>',
7
+ maxZoom: 18,
8
+ worldCopyJump: true
9
+ }
10
+ ),
11
+ mapquest: L.tileLayer(
12
+ 'https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.png', {
13
+ attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, Tiles Courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="//developer.mapquest.com/content/osm/mq_logo.png" alt="">',
14
+ maxZoom: 18,
15
+ worldCopyJump: true,
16
+ subdomains: '1234' // see http://developer.mapquest.com/web/products/open/map
17
+ }
18
+ ),
19
+ positron: L.tileLayer(
20
+ 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', {
21
+ attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://cartodb.com/attributions">CartoDB</a>',
22
+ maxZoom: 18,
23
+ worldCopyJump: true
24
+ }
25
+ )
26
+ };
@@ -1,7 +1,7 @@
1
1
  //= require geoblacklight/viewers/viewer
2
2
 
3
3
  GeoBlacklight.Viewer.Map = GeoBlacklight.Viewer.extend({
4
-
4
+
5
5
  options: {
6
6
  /**
7
7
  * Initial bounds of map
@@ -9,16 +9,7 @@ GeoBlacklight.Viewer.Map = GeoBlacklight.Viewer.extend({
9
9
  */
10
10
  bbox: [[-80, -195], [80, 185]]
11
11
  },
12
-
13
- basemap: L.tileLayer(
14
- 'https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.png', {
15
- attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, Tiles Courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="//developer.mapquest.com/content/osm/mq_logo.png" alt="">',
16
- maxZoom: 18,
17
- worldCopyJump: true,
18
- subdomains: '1234' // see http://developer.mapquest.com/web/products/open/map
19
- }
20
- ),
21
-
12
+
22
13
  overlay: L.layerGroup(),
23
14
 
24
15
  load: function() {
@@ -26,7 +17,7 @@ GeoBlacklight.Viewer.Map = GeoBlacklight.Viewer.extend({
26
17
  this.options.bbox = L.bboxToBounds(this.data.mapBbox);
27
18
  }
28
19
  this.map = L.map(this.element).fitBounds(this.options.bbox);
29
- this.map.addLayer(this.basemap);
20
+ this.map.addLayer(this.selectBasemap());
30
21
  this.map.addLayer(this.overlay);
31
22
  if (this.data.map !== 'index') {
32
23
  this.addBoundsOverlay(this.options.bbox);
@@ -53,5 +44,17 @@ GeoBlacklight.Viewer.Map = GeoBlacklight.Viewer.extend({
53
44
  */
54
45
  removeBoundsOverlay: function() {
55
46
  this.overlay.clearLayers();
47
+ },
48
+
49
+ /**
50
+ * Selects basemap if specified in data options, if not return mapquest
51
+ */
52
+ selectBasemap: function() {
53
+ var _this = this;
54
+ if (_this.data.basemap) {
55
+ return GeoBlacklight.Basemaps[_this.data.basemap];
56
+ } else {
57
+ return _this.basemap.mapquest;
58
+ }
56
59
  }
57
60
  });
@@ -5,7 +5,7 @@ GeoBlacklight.Viewer.Wms = GeoBlacklight.Viewer.Map.extend({
5
5
  load: function() {
6
6
  this.options.bbox = L.bboxToBounds(this.data.mapBbox);
7
7
  this.map = L.map(this.element).fitBounds(this.options.bbox);
8
- this.map.addLayer(this.basemap);
8
+ this.map.addLayer(this.selectBasemap());
9
9
  this.map.addLayer(this.overlay);
10
10
 
11
11
  if (this.data.available) {
@@ -10,12 +10,12 @@
10
10
  *
11
11
  */
12
12
  @import 'leaflet';
13
+ @import 'geoblacklight-icons-rails';
13
14
 
14
15
  @import 'font-awesome';
15
16
  @import 'geoblacklight/styles';
16
17
  @import 'modules/coderay';
17
18
  @import 'modules/mixins';
18
- @import 'modules/icons';
19
19
  @import 'modules/icon-customization';
20
20
  @import 'modules/home';
21
21
  @import 'modules/item';
@@ -84,4 +84,11 @@ module GeoblacklightHelper
84
84
  args[:value]
85
85
  end
86
86
  end
87
+
88
+ ##
89
+ # Selects the basemap used for map displays
90
+ # @return [String]
91
+ def geoblacklight_basemap
92
+ blacklight_config.basemap_provider || 'mapquest'
93
+ end
87
94
  end
@@ -1,4 +1,4 @@
1
1
  <div id="documents" class="docView col-md-6">
2
2
  <%= render documents, :as => :document %>
3
3
  </div>
4
- <%= content_tag :div, '', id: 'map', data: { map: 'index', 'catalog-path'=> catalog_index_path , 'map-bbox' => params[:bbox] } %>
4
+ <%= content_tag :div, '', id: 'map', data: { map: 'index', 'catalog-path'=> catalog_index_path , 'map-bbox' => params[:bbox], basemap: geoblacklight_basemap } %>
@@ -43,7 +43,7 @@
43
43
  </div>
44
44
  <div class='col-md-6 text-center'>
45
45
  <%= content_tag :h3, t('geoblacklight.home.map_heading') %>
46
- <%= content_tag :div, '', id: 'map', data: { map: 'home', 'catalog-path'=> catalog_index_path , 'map-bbox' => params[:bbox]} %>
46
+ <%= content_tag :div, '', id: 'map', data: { map: 'home', 'catalog-path'=> catalog_index_path , 'map-bbox' => params[:bbox], basemap: geoblacklight_basemap } %>
47
47
  </div>
48
48
  </div>
49
49
  </div>
@@ -1,5 +1,5 @@
1
1
  <% document ||= @document %>
2
2
  <div id='viewer-container' class="col-md-8">
3
- <%= content_tag :div, id: 'map', data: { map: 'item', protocol: document.viewer_protocol, url: document.viewer_endpoint, 'layer-id' => document[:layer_id_s], 'map-bbox' => document.bounding_box_as_wsen, 'catalog-path'=> catalog_index_path, available: document_available? } do %>
3
+ <%= content_tag :div, id: 'map', data: { map: 'item', protocol: document.viewer_protocol, url: document.viewer_endpoint, 'layer-id' => document[:layer_id_s], 'map-bbox' => document.bounding_box_as_wsen, 'catalog-path'=> catalog_index_path, available: document_available?, basemap: geoblacklight_basemap } do %>
4
4
  <% end %>
5
5
  </div>
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.add_dependency 'rails_config'
26
26
  spec.add_dependency 'faraday'
27
27
  spec.add_dependency 'coderay'
28
+ spec.add_dependency 'geoblacklight-icons', '>= 0.2'
28
29
 
29
30
  spec.add_development_dependency 'bundler', '~> 1.5'
30
31
  spec.add_development_dependency 'rake', '~> 10.3.2'
@@ -212,6 +212,14 @@ class CatalogController < ApplicationController
212
212
  config.add_show_tools_partial :web_services, if: proc { |_context, _config, options| options[:document] && (Settings.WEBSERVICES_SHOWN & options[:document].references.refs.map(&:type).map(&:to_s)).any? }
213
213
  config.add_show_tools_partial :metadata, if: proc { |_context, _config, options| options[:document] && (Settings.METADATA_SHOWN & options[:document].references.refs.map(&:type).map(&:to_s)).any? }
214
214
  config.add_show_tools_partial :downloads, partial: 'downloads', if: proc { |_context, _config, options| options[:document] }
215
+
216
+ # Configure basemap provider for GeoBlacklight maps (uses https only basemap
217
+ # providers with open licenses)
218
+ # Valid basemaps include:
219
+ # 'mapquest' http://developer.mapquest.com/web/products/open/map
220
+ # 'positron' http://cartodb.com/basemaps/
221
+ # 'darkMatter' http://cartodb.com/basemaps/
222
+ config.basemap_provider = 'mapquest'
215
223
  end
216
224
 
217
225
 
@@ -1,4 +1,5 @@
1
1
  //= require geoblacklight/geoblacklight
2
+ //= require geoblacklight/basemaps
2
3
  //= require geoblacklight/viewers
3
4
  //= require geoblacklight/modules
4
5
  //= require geoblacklight/downloaders
@@ -6,6 +6,7 @@ require 'faraday'
6
6
  require 'blacklight_range_limit'
7
7
  require 'nokogiri'
8
8
  require 'coderay'
9
+ require 'geoblacklight-icons'
9
10
 
10
11
  module Geoblacklight
11
12
  class Engine < ::Rails::Engine
@@ -1,21 +1,44 @@
1
1
  module Geoblacklight
2
+ ##
3
+ # Parses an array of dct_references to create useful reference information
2
4
  class Reference
3
5
  attr_reader :reference
4
6
 
7
+ ##
8
+ # Initializes a Reference object using an Array
9
+ # @param [Array] reference
5
10
  def initialize(reference)
6
11
  @reference = reference
7
12
  end
8
13
 
14
+ ##
15
+ # The endpoint URL for a Geoblacklight::Reference
16
+ # @return [String]
9
17
  def endpoint
10
18
  @reference[1]
11
19
  end
12
20
 
21
+ ##
22
+ # Lookups the type from the Constants::URI using the reference's URI
23
+ # @return [Symbol]
13
24
  def type
14
- Geoblacklight::Constants::URI.key(@reference[0])
25
+ Geoblacklight::Constants::URI.key(uri)
15
26
  end
16
27
 
28
+ ##
29
+ # Creates a hash, using its type as key and endpoint as value
30
+ # @return [Hash]
17
31
  def to_hash
18
32
  { type => endpoint }
19
33
  end
34
+
35
+ private
36
+
37
+ ##
38
+ # The URI used for this instance's creation
39
+ # @return [String]
40
+ def uri
41
+ @reference[0]
42
+ end
20
43
  end
21
44
  end
@@ -1,59 +1,108 @@
1
1
  module Geoblacklight
2
2
  # References is a geoblacklight-schema dct:references parser
3
3
  class References
4
- attr_reader :refs
5
- def initialize(document)
4
+ attr_reader :refs, :reference_field
5
+ def initialize(document, reference_field = :dct_references_s)
6
6
  @document = document
7
+ @reference_field = reference_field
7
8
  @refs = parse_references.map { |ref| Reference.new(ref) }
8
9
  end
9
10
 
10
- def method_missing(m, *args, &b)
11
- if Geoblacklight::Constants::URI.key?(m)
12
- references m
13
- else
14
- super
15
- end
16
- end
17
-
11
+ ##
12
+ # Accessor for a document's file format
13
+ # @return [String] file format for the document
18
14
  def format
19
15
  @document[:dc_format_s]
20
16
  end
21
17
 
18
+ ##
19
+ # @param [String, Symbol] ref_type
20
+ # @return [Geoblacklight::Reference]
22
21
  def references(ref_type)
23
22
  @refs.find { |reference| reference.type == ref_type }
24
23
  end
25
24
 
26
- def parse_references
27
- if @document[:dct_references_s].nil?
28
- Hash.new
29
- else
30
- JSON.parse(@document[:dct_references_s])
31
- end
32
- end
33
-
25
+ ##
26
+ # Preferred download (should be a file download)
27
+ # @return [Hash, nil]
34
28
  def preferred_download
35
29
  return file_download unless download.blank?
36
30
  end
37
31
 
38
- def file_download
39
- { file_download: download.to_hash }
40
- end
41
-
32
+ ##
33
+ # Download hash based off of format type
34
+ # @return [Hash, nil]
42
35
  def downloads_by_format
43
36
  case format
44
37
  when 'Shapefile'
45
- if wfs && wms
46
- { shapefile: wfs.to_hash, kmz: wms.to_hash, geojson: wfs.to_hash } if wms.present? && wfs.present?
47
- end
38
+ vector_download_formats
48
39
  when 'GeoTIFF'
49
- { geotiff: wms.to_hash } if wms.present?
40
+ geotiff_download_formats
50
41
  when 'ArcGRID'
51
- { geotiff: wms.to_hash } if wms.present?
42
+ arcgrid_download_formats
52
43
  end
53
44
  end
54
45
 
46
+ ##
47
+ # Generated download types from wxs services
48
+ # @return (see #downloads_by_format)
55
49
  def download_types
56
50
  downloads_by_format
57
51
  end
52
+
53
+ private
54
+
55
+ ##
56
+ # Parses the references field of a document
57
+ # @return [Hash]
58
+ def parse_references
59
+ if @document[reference_field].nil?
60
+ {}
61
+ else
62
+ JSON.parse(@document[reference_field])
63
+ end
64
+ end
65
+
66
+ ##
67
+ # Download hash for a static file download
68
+ # @return (see #downloads_by_format)
69
+ def file_download
70
+ { file_download: download.to_hash }
71
+ end
72
+
73
+ ##
74
+ # Download hash for a Shapefile file (currently only vector) with a wms and wfs reference
75
+ # present
76
+ # @return (see #downloads_by_format)
77
+ def vector_download_formats
78
+ if wfs && wms
79
+ { shapefile: wfs.to_hash, kmz: wms.to_hash, geojson: wfs.to_hash } if wms.present? && wfs.present?
80
+ end
81
+ end
82
+
83
+ ##
84
+ # Download hash for a GeoTiff file with a WMS reference present
85
+ # @return (see #downloads_by_format)
86
+ def geotiff_download_formats
87
+ { geotiff: wms.to_hash } if wms.present?
88
+ end
89
+
90
+ ##
91
+ # Download hash for an ArcGRID file with a WMS reference present
92
+ # @return (see #downloads_by_format)
93
+ def arcgrid_download_formats
94
+ { geotiff: wms.to_hash } if wms.present?
95
+ end
96
+
97
+ ##
98
+ # Adds a call to references for defined URI keys
99
+ def method_missing(m, *args, &b)
100
+ if Geoblacklight::Constants::URI.key?(m)
101
+ references m
102
+ else
103
+ super
104
+ end
105
+ end
106
+
58
107
  end
59
108
  end
@@ -0,0 +1,39 @@
1
+ module Geoblacklight
2
+ module SolrDocument
3
+ ##
4
+ # Finder methods for SolrDocuments
5
+ # modeled after Spotlight's Finder module
6
+ # https://github.com/sul-dlss/spotlight/blob/master/app/models/concerns/spotlight/solr_document/finder.rb
7
+ module Finder
8
+ extend ActiveSupport::Concern
9
+ include Blacklight::Configurable
10
+
11
+ ##
12
+ # Class level finder methods for documents
13
+ module ClassMethods
14
+
15
+ ##
16
+ # Find a Solr Document from an index
17
+ # @param [String]
18
+ def find(id)
19
+ solr_response = index.find(id)
20
+ solr_response.documents.first
21
+ end
22
+
23
+ def index
24
+ @index ||= blacklight_config.repository_class.new(blacklight_config)
25
+ end
26
+
27
+ protected
28
+
29
+ def blacklight_config
30
+ @conf ||= copy_blacklight_config_from(CatalogController)
31
+ end
32
+ end
33
+
34
+ def blacklight_solr
35
+ self.class.index.connection
36
+ end
37
+ end
38
+ end
39
+ end
@@ -3,6 +3,8 @@ module Geoblacklight
3
3
  module SolrDocument
4
4
  extend Blacklight::Solr::Document
5
5
 
6
+ include Geoblacklight::SolrDocument::Finder
7
+
6
8
  delegate :download_types, to: :references
7
9
  delegate :viewer_protocol, to: :item_viewer
8
10
  delegate :viewer_endpoint, to: :item_viewer
@@ -1,3 +1,3 @@
1
1
  module Geoblacklight
2
- VERSION = '0.9.2'
2
+ VERSION = '0.10.0'
3
3
  end
data/lib/geoblacklight.rb CHANGED
@@ -8,6 +8,7 @@ module Geoblacklight
8
8
  require 'geoblacklight/exceptions'
9
9
  require 'geoblacklight/view_helper_override'
10
10
  require 'geoblacklight/item_viewer'
11
+ require 'geoblacklight/solr_document/finder'
11
12
  require 'geoblacklight/solr_document'
12
13
  require 'geoblacklight/wms_layer'
13
14
  require 'geoblacklight/wms_layer/feature_info_response'
@@ -28,5 +28,22 @@ namespace :geoblacklight do
28
28
  task mkdir: :environment do
29
29
  FileUtils.mkdir_p Dir.glob("#{Rails.root}/tmp/cache/downloads")
30
30
  end
31
+ desc 'Precaches a download'
32
+ task :precache, [:doc_id, :download_type, :timeout] => [:environment] do |t, args|
33
+ begin
34
+ fail 'Please supply required arguments [document_id, download_type and timeout]' unless args[:doc_id] && args[:download_type] && args[:timeout]
35
+ document = Geoblacklight::SolrDocument.find(args[:doc_id])
36
+ fail Blacklight::Exceptions::RecordNotFound if document[:layer_slug_s] != args[:doc_id]
37
+ download = "Geoblacklight::#{args[:download_type].capitalize}Download"
38
+ .constantize.new(document, timeout: args[:timeout].to_i)
39
+ download.get
40
+ Rails.logger.info "Successfully downloaded #{download.file_name}"
41
+ Rails.logger.info "#{Geoblacklight::ShapefileDownload.file_path}"
42
+ rescue Geoblacklight::Exceptions::ExternalDownloadFailed => error
43
+ Rails.logger.error error.message + ' ' + error.url
44
+ rescue NameError
45
+ Rails.logger.error "Could not find that download type \"#{args[:download_type]}\""
46
+ end
47
+ end
31
48
  end
32
49
  end
@@ -0,0 +1,26 @@
1
+ require 'spec_helper'
2
+
3
+ feature 'Configurable basemap', js: true do
4
+ scenario 'defaults to mapquest' do
5
+ visit root_path
6
+ expect(page).to have_css "img[src*='mqcdn.com']"
7
+ end
8
+ feature 'without provided basemap config' do
9
+ before do
10
+ CatalogController.blacklight_config.basemap_provider = nil
11
+ end
12
+ scenario 'has mapquest map' do
13
+ visit root_path
14
+ expect(page).to have_css "img[src*='mqcdn.com']"
15
+ end
16
+ end
17
+ feature 'using positron' do
18
+ before do
19
+ CatalogController.blacklight_config.basemap_provider = 'positron'
20
+ end
21
+ scenario 'has positron map' do
22
+ visit root_path
23
+ expect(page).to have_css "img[src*='light_all']"
24
+ end
25
+ end
26
+ end
@@ -33,4 +33,16 @@ describe GeoblacklightHelper do
33
33
  expect(download_text('GEOJSON')).to eq 'Download GeoJSON'
34
34
  end
35
35
  end
36
+
37
+ describe '#geoblacklight_basemap' do
38
+ let(:blacklight_config) { double }
39
+ it 'without configuration' do
40
+ expect(blacklight_config).to receive(:basemap_provider).and_return(nil)
41
+ expect(geoblacklight_basemap).to eq 'mapquest'
42
+ end
43
+ it 'with custom configuration' do
44
+ expect(blacklight_config).to receive(:basemap_provider).and_return('positron')
45
+ expect(geoblacklight_basemap).to eq 'positron'
46
+ end
47
+ end
36
48
  end
@@ -0,0 +1,34 @@
1
+ require 'spec_helper'
2
+
3
+ describe Geoblacklight::Reference do
4
+ let(:typical_reference) do
5
+ Geoblacklight::Reference.new(['http://www.opengis.net/def/serviceType/ogc/wms', 'http://hgl.harvard.edu:8080/geoserver/wms'])
6
+ end
7
+ let(:blank_reference) do
8
+ Geoblacklight::Reference.new([])
9
+ end
10
+ describe '#initialize' do
11
+ it 'instance variable reference is set' do
12
+ expect(typical_reference.instance_variable_get(:@reference)).to eq ['http://www.opengis.net/def/serviceType/ogc/wms', 'http://hgl.harvard.edu:8080/geoserver/wms']
13
+ end
14
+ end
15
+ describe '#endpoint' do
16
+ it 'returns the endpoint url for a reference' do
17
+ expect(typical_reference.endpoint).to eq 'http://hgl.harvard.edu:8080/geoserver/wms'
18
+ end
19
+ it 'returns nil for a blank reference' do
20
+ expect(blank_reference.endpoint).to be_nil
21
+ end
22
+ end
23
+ describe '#type' do
24
+ it 'looks up a constant using the uri' do
25
+ expect(typical_reference.type).to eq :wms
26
+ expect(blank_reference.type).to be_nil
27
+ end
28
+ end
29
+ describe '#to_hash' do
30
+ it 'creates a hash using type and endpoint' do
31
+ expect(typical_reference.to_hash).to eq :wms => 'http://hgl.harvard.edu:8080/geoserver/wms'
32
+ end
33
+ end
34
+ end
@@ -76,6 +76,25 @@ describe Geoblacklight::References do
76
76
  )
77
77
  )
78
78
  }
79
+ let(:custom_fields) {
80
+ Geoblacklight::References.new(
81
+ SolrDocument.new, :new_ref_field
82
+ )
83
+ }
84
+ describe '#initialize' do
85
+ it 'parses dct_references_s to @refs' do
86
+ expect(typical_ogp_shapefile.instance_variable_get(:@refs)).to be_an Array
87
+ end
88
+ it 'empty references return an empty array' do
89
+ empty_refs = no_service_shapefile.instance_variable_get(:@refs)
90
+ expect(empty_refs).to be_an Array
91
+ expect(empty_refs).to eq []
92
+ end
93
+ it 'sets @references_field' do
94
+ expect(typical_ogp_shapefile.reference_field).to eq :dct_references_s
95
+ expect(custom_fields.reference_field).to eq :new_ref_field
96
+ end
97
+ end
79
98
  describe 'format' do
80
99
  it 'should return format' do
81
100
  expect(complex_shapefile.format).to eq 'Shapefile'
@@ -0,0 +1,21 @@
1
+ require 'spec_helper'
2
+
3
+ describe Geoblacklight::SolrDocument::Finder do
4
+ let(:subject) { Geoblacklight::SolrDocument }
5
+ describe '#find' do
6
+ it 'calls index and returns first document' do
7
+ documents = %w(first second)
8
+ response = double('response')
9
+ index = double('index')
10
+ expect(response).to receive(:documents).and_return(documents)
11
+ expect(index).to receive(:find).with('search param').and_return(response)
12
+ expect(subject).to receive(:index).and_return(index)
13
+ expect(subject.find('search param')).to eq 'first'
14
+ end
15
+ end
16
+ describe '#index' do
17
+ it 'creates and returns a Blacklight::SolrRepository' do
18
+ expect(subject.index).to be_an Blacklight::SolrRepository
19
+ end
20
+ end
21
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoblacklight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Graves
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-04-16 00:00:00.000000000 Z
14
+ date: 2015-05-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: blacklight
@@ -111,6 +111,20 @@ dependencies:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
+ - !ruby/object:Gem::Dependency
115
+ name: geoblacklight-icons
116
+ requirement: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: '0.2'
121
+ type: :runtime
122
+ prerelease: false
123
+ version_requirements: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - ">="
126
+ - !ruby/object:Gem::Version
127
+ version: '0.2'
114
128
  - !ruby/object:Gem::Dependency
115
129
  name: bundler
116
130
  requirement: !ruby/object:Gem::Requirement
@@ -258,11 +272,8 @@ files:
258
272
  - LICENSE.txt
259
273
  - README.md
260
274
  - Rakefile
261
- - app/assets/fonts/geoblacklight.eot
262
- - app/assets/fonts/geoblacklight.svg
263
- - app/assets/fonts/geoblacklight.ttf
264
- - app/assets/fonts/geoblacklight.woff
265
275
  - app/assets/images/blacklight/logo.png
276
+ - app/assets/javascripts/geoblacklight/basemaps.js
266
277
  - app/assets/javascripts/geoblacklight/downloaders.js
267
278
  - app/assets/javascripts/geoblacklight/downloaders/downloader.js
268
279
  - app/assets/javascripts/geoblacklight/downloaders/hgl_downloader.js
@@ -287,7 +298,6 @@ files:
287
298
  - app/assets/stylesheets/geoblacklight/modules/geosearch.scss
288
299
  - app/assets/stylesheets/geoblacklight/modules/home.scss
289
300
  - app/assets/stylesheets/geoblacklight/modules/icon-customization.scss
290
- - app/assets/stylesheets/geoblacklight/modules/icons.scss
291
301
  - app/assets/stylesheets/geoblacklight/modules/item.scss
292
302
  - app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
293
303
  - app/assets/stylesheets/geoblacklight/modules/metadata.scss
@@ -352,6 +362,7 @@ files:
352
362
  - lib/geoblacklight/routes.rb
353
363
  - lib/geoblacklight/search_builder.rb
354
364
  - lib/geoblacklight/solr_document.rb
365
+ - lib/geoblacklight/solr_document/finder.rb
355
366
  - lib/geoblacklight/version.rb
356
367
  - lib/geoblacklight/view_helper_override.rb
357
368
  - lib/geoblacklight/wms_layer.rb
@@ -362,6 +373,7 @@ files:
362
373
  - spec/controllers/download_controller_spec.rb
363
374
  - spec/factories/user.rb
364
375
  - spec/features/bookmarks_spec.rb
376
+ - spec/features/configurable_basemap_spec.rb
365
377
  - spec/features/download_layer_spec.rb
366
378
  - spec/features/home_page_spec.rb
367
379
  - spec/features/iiif_viewer_spec.rb
@@ -392,8 +404,10 @@ files:
392
404
  - spec/lib/geoblacklight/download_spec.rb
393
405
  - spec/lib/geoblacklight/item_viewer_spec.rb
394
406
  - spec/lib/geoblacklight/metadata_spec.rb
407
+ - spec/lib/geoblacklight/reference_spec.rb
395
408
  - spec/lib/geoblacklight/references_spec.rb
396
409
  - spec/lib/geoblacklight/search_builder_spec.rb
410
+ - spec/lib/geoblacklight/solr_document/finder_spec.rb
397
411
  - spec/lib/geoblacklight/solr_document_spec.rb
398
412
  - spec/lib/geoblacklight/view_helper_override_spec.rb
399
413
  - spec/lib/geoblacklight/wms_layer/feature_info_response_spec.rb
@@ -437,6 +451,7 @@ test_files:
437
451
  - spec/controllers/download_controller_spec.rb
438
452
  - spec/factories/user.rb
439
453
  - spec/features/bookmarks_spec.rb
454
+ - spec/features/configurable_basemap_spec.rb
440
455
  - spec/features/download_layer_spec.rb
441
456
  - spec/features/home_page_spec.rb
442
457
  - spec/features/iiif_viewer_spec.rb
@@ -467,8 +482,10 @@ test_files:
467
482
  - spec/lib/geoblacklight/download_spec.rb
468
483
  - spec/lib/geoblacklight/item_viewer_spec.rb
469
484
  - spec/lib/geoblacklight/metadata_spec.rb
485
+ - spec/lib/geoblacklight/reference_spec.rb
470
486
  - spec/lib/geoblacklight/references_spec.rb
471
487
  - spec/lib/geoblacklight/search_builder_spec.rb
488
+ - spec/lib/geoblacklight/solr_document/finder_spec.rb
472
489
  - spec/lib/geoblacklight/solr_document_spec.rb
473
490
  - spec/lib/geoblacklight/view_helper_override_spec.rb
474
491
  - spec/lib/geoblacklight/wms_layer/feature_info_response_spec.rb
Binary file
@@ -1,193 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <!--
4
- 2014-12-18: Created with FontForge (http://fontforge.org)
5
- -->
6
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
7
- <metadata>
8
- Created by FontForge 20141127 at Thu Dec 18 11:21:12 2014
9
- By wsg4w
10
- Copyright (c) 2014, wsg4w
11
- </metadata>
12
- <defs>
13
- <font id="geoblacklight" horiz-adv-x="512" >
14
- <font-face
15
- font-family="geoblacklight"
16
- font-weight="900"
17
- font-stretch="normal"
18
- units-per-em="512"
19
- panose-1="2 0 10 9 0 0 0 0 0 0"
20
- ascent="448"
21
- descent="-64"
22
- bbox="-0.12793 -82.7842 512.128 487.36"
23
- underline-thickness="25.6"
24
- underline-position="-51.2"
25
- unicode-range="U+F101-F11B"
26
- />
27
- <missing-glyph />
28
- <glyph glyph-name="uniF109" unicode="&#xf109;"
29
- d="M323.564 341.075c0 20.1901 -7.1429 37.4281 -21.4287 51.7139s-31.5241 21.4287 -51.7148 21.4287c-20.1901 0 -37.4281 -7.1429 -51.7139 -21.4287s-21.4287 -31.5238 -21.4287 -51.7139c0 -20.1908 7.1429 -37.429 21.4287 -51.7148
30
- c14.2858 -14.2852 31.5238 -21.4277 51.7139 -21.4277c20.1908 0 37.429 7.14258 51.7148 21.4277c14.2858 14.2858 21.4287 31.5241 21.4287 51.7148zM396.707 341.075c0 -20.7617 -3.1429 -37.8092 -9.42871 -51.1426l-104 -221.144
31
- c-3.04753 -6.28581 -7.57129 -11.238 -13.5713 -14.8564c-6 -3.61914 -12.4287 -5.42871 -19.2861 -5.42871c-6.85677 0 -13.2852 1.80957 -19.2852 5.42871c-6 3.61849 -10.4287 8.57064 -13.2861 14.8564l-104.285 221.144
32
- c-6.28581 13.3333 -9.42871 30.3809 -9.42871 51.1426c0 40.3809 14.2858 74.8571 42.8574 103.429c28.571 28.571 63.0469 42.8564 103.428 42.8564c40.3815 0 74.8577 -14.2855 103.429 -42.8564c28.5716 -28.5716 42.8574 -63.0479 42.8574 -103.429z" />
33
- <glyph glyph-name="uniF10A" unicode="&#xf10a;"
34
- d="M0 448zM0 384h512v-416h-512v416zM480 0v352h-448v-352h448zM352 272c0 26.5117 21.4883 48 48 48s48 -21.4883 48 -48s-21.4883 -48 -48 -48s-48 21.4883 -48 48zM448 32h-384l96 256l128 -160l64 48z" />
35
- <glyph glyph-name="uniF117" unicode="&#xf117;"
36
- d="M47.7275 91.7842c-1.33594 17.9199 0 43.3682 0 55.6875l26.1602 300.528h98.3604l-27.376 -302.848c-5.87207 -66.168 20.168 -112.336 85.3359 -112.336c66.5518 0 102.832 47.1279 108.48 105.664l27.7031 309.52h98.4805l-27.5039 -305.6
37
- c-10.168 -118.152 -88.5039 -206.4 -214.376 -206.4c-98.5205 0 -162.128 63.8076 -175.265 155.784z" />
38
- <glyph glyph-name="uniF118" unicode="&#xf118;"
39
- d="M226.616 346.672v77.0098h77.0098v-77.0098h-77.0098zM202.298 322.354h125.646v125.646h-125.646v-125.646zM24.3184 -39.6807v77.0117h77.0098v-77.0117h-77.0098zM0 -63.999h125.646v125.648h-125.646v-125.648zM91.7363 60.3662l43.502 -21.752l142.515 285.022
40
- l-43.5029 21.752zM409.007 103.485v77.0088h77.0088v-77.0088h-77.0088zM384.688 79.166h125.646v125.646h-125.646v-125.646zM381.7 171.21l38.9746 29.0967l-111.898 149.888l-38.9746 -29.0957z" />
41
- <glyph glyph-name="uniF11B" unicode="&#xf11b;"
42
- d="M354.591 24.7764v192.975h41.2588v-192.975h-41.2588v0zM131.83 24.7764v192.975h39.9492v-192.975h-39.9492v0zM185.528 24.7764v192.975h42.5811v-192.975h-42.5811v0zM241.883 24.7764v192.975h42.5928v-192.975h-42.5928v0zM340.83 217.751v-192.975h-42.6055
43
- v192.975h42.6055v0zM378.135 231.401h-229.495l117.777 71.1689l111.718 -71.1689v0zM122.22 231.401h-98.2871v71.9033h217.301l-119.014 -71.9033v0zM290.731 303.305h211.693v-71.9033h-98.874l-112.819 71.9033v0zM472.148 316.919h-417.926
44
- c40.916 72.5029 119.16 121.511 208.963 121.511c89.7656 0 168.01 -49.0078 208.963 -121.511v0zM92.1016 36.1748l-2.375 -7.21094l6.23145 4.45605l6.25684 -4.45605l-2.39941 7.21094l6.25586 4.45703h-7.72559l-2.375 7.18652l-2.375 -7.18652h-7.70117
45
- l6.20703 -4.45703v0zM58.0547 80.752l-2.40039 -7.21094l6.23242 4.44336l6.25586 -4.44336l-2.375 7.21094l6.23145 4.45605h-7.70117l-2.39941 7.21094l-2.375 -7.21094h-7.70117l6.23242 -4.45605v0zM34.6211 135.159l-2.39941 -7.18652l6.23145 4.45703
46
- l6.25586 -4.45703l-2.375 7.18652l6.23242 4.46875h-7.70117l-2.39941 7.18652l-2.375 -7.18652h-7.70117l6.23145 -4.46875v0zM118.069 24.7764h-94.1484v172.32l3.14648 -2.24023l-2.39941 -7.21094l6.23145 4.46777l6.25586 -4.46777l-2.375 7.21094l6.23145 4.45605
47
- h-7.7002l-2.40039 7.21094l-2.375 -7.21094h-4.60352v18.4502h94.1484v-192.986h-0.0117188zM118.069 11.1377v-51.2119h-94.1484v51.2119h94.1484v0zM409.599 11.1377h92.8262v-51.2119h-92.8262v51.2119v0zM327.057 -25.334l6.25586 4.45703h-7.72461l-2.375 7.21094
48
- l-2.37598 -7.21094h-7.7002l6.23145 -4.45703l-2.375 -7.21094l6.23145 4.44434l6.25586 -4.44434l-2.42383 7.21094v0zM382.211 -3.50488l6.25684 4.45703h-7.70117l-2.375 7.21094l-2.39941 -7.21094h-7.70117l6.23145 -4.45703l-2.375 -7.21094l6.25684 4.44434
49
- l6.23145 -4.44434l-2.4248 7.21094v0zM199.302 -25.334l-2.40039 -7.21094l6.25684 4.44434l6.23145 -4.44434l-2.375 7.21094l6.23145 4.45703h-7.70117l-2.375 7.21094l-2.375 -7.21094h-7.72559l6.23242 -4.45703v0zM144.159 -3.50488l-2.39941 -7.21094l6.23145 4.44434
50
- l6.25586 -4.44434l-2.375 7.21094l6.23145 4.45703h-7.7002l-2.40039 7.21094l-2.375 -7.21094h-7.7002l6.23145 -4.45703v0zM395.838 11.1377v-51.2119h-126.311l-2.17969 6.59863l6.23145 4.44434h-7.7002l-2.375 7.21094l-2.40039 -7.21094h-7.7002l6.25586 -4.44434
51
- l-2.2041 -6.59863h-125.625v51.2119h264.008v0zM268.891 -40.0742h-10.8105l5.41113 3.85645l5.39941 -3.85645v0zM434.256 36.1748l6.23242 4.45703h-7.70117l-2.375 7.18652l-2.3877 -7.18652h-7.72559l6.25684 -4.45703l-2.375 -7.21094l6.23145 4.45605
52
- l6.23145 -4.45605l-2.3877 7.21094v0zM468.316 80.752l6.25586 4.45605h-7.70117l-2.375 7.21094l-2.39941 -7.21094h-7.70117l6.23242 -4.45605l-2.375 -7.21094l6.25586 4.44336l6.23145 -4.44336l-2.42383 7.21094v0zM491.737 135.159l6.25586 4.46875h-7.70117
53
- l-2.375 7.18652l-2.39941 -7.18652h-7.70117l6.21973 -4.46875l-2.375 -7.18652l6.25586 4.45703l6.23145 -4.45703l-2.41113 7.18652v0zM502.438 24.7764h-92.8262v192.975h92.8262v-18.4502h-4.60352l-2.3877 7.21094l-2.39941 -7.21094h-7.70117l6.23242 -4.45703
54
- l-2.3877 -7.21094l6.25586 4.46875l6.23242 -4.46875l-2.40039 7.21094l3.14648 2.24023v-172.308h0.0126953z" />
55
- <glyph glyph-name="uniF119" unicode="&#xf119;"
56
- d="M184.373 175.006c0 13.7754 -4.87207 25.5361 -14.624 35.2793c-9.74414 9.75293 -21.5127 14.624 -35.2881 14.624c-13.7842 0 -25.5439 -4.87109 -35.2959 -14.624c-9.74414 -9.73535 -14.624 -21.5039 -14.624 -35.2793c0 -13.7842 4.87207 -25.5439 14.624 -35.2959
57
- s21.5117 -14.6162 35.2959 -14.6162c13.7676 0 25.5361 4.86426 35.2881 14.6162s14.624 21.5195 14.624 35.2959zM234.284 175.006c0 -14.168 -2.14355 -25.8086 -6.43164 -34.8965l-70.9678 -150.903c-2.08008 -4.29688 -5.16797 -7.67285 -9.26367 -10.1445
58
- c-4.08887 -2.47168 -8.47266 -3.7041 -13.1523 -3.7041c-4.68848 0 -9.07227 1.23242 -13.168 3.7041s-7.1123 5.83984 -9.06445 10.1445l-71.168 150.903c-4.28809 9.09668 -6.43164 20.7285 -6.43164 34.8965c0 27.5518 9.74414 51.0801 29.2402 70.5674
59
- c19.4961 19.5039 43.0234 29.248 70.584 29.248c27.5439 0 51.0801 -9.74414 70.5762 -29.248c19.4951 -19.4873 29.2471 -43.0156 29.2471 -70.5674zM432.373 311.006c0 13.7754 -4.87207 25.5361 -14.624 35.2793c-9.75195 9.75293 -21.5127 14.624 -35.2803 14.624
60
- c-13.7842 0 -25.5439 -4.87109 -35.2959 -14.624c-9.75195 -9.73535 -14.624 -21.5039 -14.624 -35.2793c0 -13.7842 4.87207 -25.5439 14.624 -35.2959s21.5117 -14.6162 35.2959 -14.6162c13.7676 0 25.5283 4.86426 35.2803 14.6162s14.624 21.5195 14.624 35.2959z
61
- M482.284 311.006c0 -14.168 -2.14355 -25.8086 -6.43164 -34.8965l-70.9678 -150.903c-2.08008 -4.29688 -5.16797 -7.67285 -9.26367 -10.1445c-4.08887 -2.47168 -8.48047 -3.7041 -13.1523 -3.7041c-4.68848 0 -9.08008 1.23242 -13.168 3.7041
62
- s-7.1123 5.83984 -9.06445 10.1445l-71.168 150.903c-4.28809 9.09668 -6.43164 20.7285 -6.43164 34.8965c0 27.5518 9.75195 51.0801 29.2402 70.5674c19.4961 19.5039 43.0234 29.248 70.584 29.248c27.5439 0 51.0801 -9.74414 70.5674 -29.248
63
- c19.5039 -19.4873 29.2559 -43.0156 29.2559 -70.5674z" />
64
- <glyph glyph-name="uniF107" unicode="&#xf107;"
65
- d="M24.3184 346.672v77.0098h77.0098v-77.0098h-77.0098zM0 322.354h125.646v125.646h-125.646v-125.646zM410.671 346.672v77.0098h77.0117v-77.0098h-77.0117zM386.353 322.354h125.648v125.646h-125.648v-125.646zM24.3184 -39.6807v77.0117h77.0098v-77.0117h-77.0098z
66
- M0 -63.999h125.646v125.648h-125.646v-125.648zM410.671 -39.6807v77.0098h77.0117v-77.0098h-77.0117zM386.353 -63.999h125.648v125.646h-125.648v-125.646zM113.487 409.495v-48.6367h285.024v48.6367h-285.024zM113.487 8.23633v-48.6367h285.024v48.6367h-285.024z
67
- M424.859 49.4902h48.6367v285.022h-48.6367v-285.022zM38.5049 49.4902h48.6367v285.022h-48.6367v-285.022z" />
68
- <glyph glyph-name="uniF116" unicode="&#xf116;"
69
- d="M479.392 117.504h31.96v-77.6475h-152.151v77.6475h27.3359l-46.6963 77.624l-18.1035 -30.1123h17.3594v-77.6318h-166.823v77.6318h17.3594l-18.1035 30.1123l-46.6963 -77.624h27.3359v-77.6475h-152.168v77.6475h31.9756l89.6406 148.992h-24.6885v77.6475h149.2
70
- v-77.6475h-24.6875l34.2314 -56.9199l34.2559 56.9199h-24.6875v77.6475h149.2v-77.6475h-24.6885zM404.472 334.192h-129.279v-57.752h32.3438l-51.8643 -86.168l-51.8398 86.168h32.3359v57.752h-129.288v-57.752h32.3359l-101.624 -168.904h-27.6396v-57.7363h132.264
71
- v57.7363h-34.9922l64.2959 106.88l35.7129 -59.3682h-25.0244v-57.7275h146.928v57.7275h-25.0078l35.7119 59.3682l64.2881 -106.88h-34.9844v-57.7363h132.265v57.7363h-27.6484l-101.616 168.904h32.3281v57.752zM394.512 324.24v-37.8398h-39.9834l113.6 -188.816
72
- h23.3203v-37.832h-112.36v37.832h42.6396l-81.8955 136.144l-53.3125 -88.624h32.6562v-37.8154h-127.016v37.8154h32.6719l-53.3125 88.624l-81.9033 -136.144h42.6396v-37.832h-112.352v37.832h23.3115l113.592 188.816h-39.9756v37.8398h109.376v-37.8398h-39.9922
73
- l69.4482 -115.44l69.4639 115.44h-39.9922v37.8398h109.376z" />
74
- <glyph glyph-name="uniF104" unicode="&#xf104;"
75
- d="M107.952 448h-107.952v-512h107.952v512zM283.759 448h-107.951v-348.53h107.951v348.53zM459.566 448h-107.952v-512h107.952v512z" />
76
- <glyph glyph-name="uniF113" unicode="&#xf113;"
77
- d="M170.666 213.334c0 35.3428 28.6455 64 64 64c35.3535 0 64 -28.6572 64 -64c0 -35.3438 -28.6465 -64 -64 -64c-35.3545 0 -64 28.6562 -64 64zM277.332 213.334c0 23.5312 -19.1465 42.666 -42.666 42.666s-42.666 -19.1348 -42.666 -42.666
78
- c0 -23.5332 19.1445 -42.668 42.666 -42.668c23.5195 0 42.666 19.1348 42.666 42.668zM276.187 334.312c37.25 -12.7812 66.667 -42.208 79.458 -79.458l-21.875 -2.73926c-10.834 27.5947 -32.7285 49.4893 -60.3115 60.3223zM398.646 260.229l-21.335 -2.66699
79
- c-14.5615 46.833 -51.5811 83.8652 -98.415 98.417l2.66797 21.3438c56.5176 -16.1338 100.957 -60.583 117.082 -117.094zM170.666 -12.2715c-98.458 27.8857 -170.666 118.22 -170.666 225.605c0 129.604 105.062 234.666 234.666 234.666
80
- c129.604 0 234.668 -105.062 234.668 -234.666c0 -22.2188 -3.29297 -43.625 -9.0625 -64h-44.8125c7.12305 20.0518 11.207 41.5303 11.207 64c0 105.864 -86.125 192 -192 192c-105.874 0 -192 -86.1357 -192 -192c0 -83.3975 53.542 -154.354 128 -180.803v-44.8027v0z
81
- M185.916 119.386c-4.39648 -5.82422 -7.91602 -12.2412 -10.458 -19.209c-28.7295 15.0635 -51.1045 40.5322 -61.7715 71.6143l21.875 2.74023c9.45801 -24.0723 27.627 -43.3125 50.3545 -55.1455zM92.0215 169.092c12.4785 -40.1328 41.5205 -72.9355 79.0205 -90.6953
82
- c-0.0615234 -1.26074 -0.375 -2.44922 -0.375 -3.72949v-19.2178c-48.2285 19.5723 -85.5 60.333 -99.9785 110.968zM458.541 20.0098c0 -14.5918 -6.18848 -25.5605 -19.542 -25.5605h-15.3545v53.7705h12.291c16.4805 -0.000976562 22.6055 -10.376 22.6055 -28.21z
83
- M308.124 20.0098c0 -14.6758 -6.22949 -25.5605 -19.5205 -25.5605h-15.376v53.7705h12.3125c16.501 -0.000976562 22.584 -10.376 22.584 -28.21zM480 106.666c17.666 0 32 -14.3213 32 -32v-106.666c0 -17.6768 -14.334 -32 -32 -32h-234.666
84
- c-17.667 0 -32 14.3232 -32 32v106.666c0 17.6787 14.333 32 32 32h234.666zM289.813 -21.332c23.167 0 35.54 17.5605 35.54 43.1455c0 27.2061 -14.375 42.1865 -35.54 42.1865h-33.8135v-85.332h33.8135zM373.729 -21.332l25.9805 85.332h-17.7285l-17.709 -60h-0.166016
85
- l-17.459 60h-17.6875l25.3545 -85.332h19.415zM440.209 -21.332c23.166 0 35.541 17.5605 35.541 43.1455c0 27.2061 -14.3535 42.1865 -35.541 42.1865h-33.793v-85.332h33.793z" />
86
- <glyph glyph-name="uniF115" unicode="&#xf115;"
87
- d="M510.24 200.88c9.75195 -56.752 -31.0322 -100.376 -50.7998 -148.544c-6.28809 -15.208 -11.792 -35.6318 -10.8008 -53.2236c0 0 -161.655 0 -190.456 -0.0166016h-2.19141h-2.2002c-28.7998 0.0166016 -190.472 0.0166016 -190.472 0.0166016
88
- c1 17.5918 -4.49609 38.0156 -10.7686 53.2236c-19.7842 48.168 -60.5518 91.7842 -50.8076 148.528c5.42383 31.5117 30.8877 53.4639 62.0479 55.9678c55.6719 4.48828 103.736 -25.3203 157.728 -34.8477c4.32812 -0.744141 10.1367 8.43945 15.3926 13.6953
89
- c-25.0557 18.8887 -21.6562 55.8799 7.35156 71.8721c2.00879 2.2959 1.27246 23.6006 0.136719 24.5684c-2.36816 1.96777 -20.8564 -1.58398 -23.4961 0.704102c-2.61621 2.2793 -2.08789 24.4717 -0.416016 26.6074c1.6875 2.13672 22.5273 -0.151367 23.7041 1.27246
90
- c1.17578 1.45605 -0.576172 21.3994 1.3916 22.9844c1.40039 1.12793 7.19238 1.23926 10.416 1.21582c3.21582 0.03125 9 -0.0878906 10.3916 -1.21582c1.95996 -1.57617 0.216797 -21.5283 1.38477 -22.9844c1.19141 -1.42383 22.0312 0.864258 23.7119 -1.27246
91
- c1.67969 -2.12793 2.21582 -24.3281 -0.416016 -26.584c-2.64062 -2.30371 -21.1201 1.26465 -23.5039 -0.704102c-1.14453 -0.967773 -1.87207 -22.2871 0.12793 -24.5752c29.0156 -15.9844 32.4238 -52.9922 7.38379 -71.8721
92
- c5.22363 -5.24805 11.04 -14.4482 15.3604 -13.6963c54.0156 9.55176 102.071 39.3359 157.752 34.8477c31.168 -2.51953 56.6152 -24.4561 62.0479 -55.9678zM232.968 75.2236c3.48047 19.8887 -4.8877 59.3447 -13.2715 77.8721
93
- c-17.9521 39.7842 -7.07227 37.3359 -12.04 40.4082c-20.2402 12.5762 -54.5762 23.0322 -80.6162 30.7764c-24.8564 7.37598 -49.0957 12.3594 -72.1836 3.55176c-37.8965 -14.4561 -29.1924 -62.6719 -14.7529 -92.1523
94
- c19.6484 -40.0801 52.7441 -97.9756 79.4404 -105.472c14.3125 -4 23.2881 1.94434 23.248 13.5039c-0.0244141 9.0957 -1.53613 17.9844 -7.25586 22.3359c0 0 -27.584 0.175781 -30.4082 2.64062c-2.83984 2.46387 -5.04785 19.0156 -4.53613 22.3516
95
- c0.520508 3.32031 30.0566 -2.7041 31.624 0.496094c1.56836 3.20801 -7.5918 22.04 -5.95215 25.248c1.6084 3.16016 23.9199 -0.167969 23.9199 -0.167969c2.88867 -1.38379 5.52051 -23.9365 8.32031 -26.248c2.83203 -2.32812 23.9277 0.807617 26.5605 -1.49609
96
- c2.64746 -2.36816 7.15918 -20.5918 5.49512 -22.8799c-1.66309 -2.33594 -25.0234 1.23145 -26.9434 -1.26465c-2.27246 -7.35938 4.80762 -19.8633 13.4873 -27.4316c6.28027 -5.52832 13.2246 -8.80762 21.8564 -8.75977
97
- c13.1602 0.103516 28.9922 18.1914 34.0078 46.6875zM392.448 30.2002c-14.3203 -4 -23.2881 1.94336 -23.2646 13.5039c0.0400391 9.0957 1.53613 17.9844 7.27246 22.3359c0 0 27.584 0.175781 30.4082 2.63965c2.81543 2.46387 5.04004 19.0166 4.52734 22.3604
98
- c-0.511719 3.31152 -30.0713 -2.71191 -31.624 0.496094c-1.55957 3.20801 7.59277 22.04 5.97656 25.248c-1.65625 3.16016 -23.9365 -0.167969 -23.9365 -0.167969c-2.8877 -1.38379 -5.51172 -23.9365 -8.33594 -26.248
99
- c-2.82324 -2.30371 -23.9121 0.832031 -26.5596 -1.49609c-2.63965 -2.36816 -7.13574 -20.5918 -5.48047 -22.8799c1.64844 -2.33594 25.0166 1.22363 26.9521 -1.26465c2.26465 -7.35938 -4.81543 -19.8555 -13.5039 -27.4316
100
- c-6.28027 -5.51953 -13.2002 -8.80762 -21.8477 -8.75977c-13.168 0.103516 -28.9844 18.1914 -33.9922 46.6875c-3.50391 19.8799 4.87207 59.3447 13.2158 77.8643c17.9766 39.7842 7.08789 37.3359 12.04 40.4082c20.248 12.5762 54.6006 23.0322 80.624 30.7764
101
- c24.8643 7.36719 49.0879 12.376 72.2002 3.55176c37.8799 -14.4561 29.168 -62.6719 14.7363 -92.1523c-19.6328 -40.0801 -52.7363 -97.9756 -79.4082 -105.472z" />
102
- <glyph glyph-name="uniF106" unicode="&#xf106;"
103
- d="M88.1523 256.52h41.7598l6.42383 -225.407h-53.7998l5.61621 225.407v0zM48.7842 23.0078h414.432v-29.0234h24.832v-28.9766h24.0801v-29.0078h-512.256v28.9922h24.0801v28.9922h24.832v29.0234v0zM484.824 319.456v0v-17.7285h-457.664v17.7285l228.824 108.424z
104
- M71.2725 293.632h369.447v-29h-369.447v29v0zM381.272 256.52h41.7754l6.42383 -225.407h-53.8154zM283.56 256.52h41.7686l6.42383 -225.407h-53.8076l5.61523 225.407v0zM185.856 256.52h41.7676l6.42383 -225.424h-53.8076z" />
105
- <glyph glyph-name="uniF103" unicode="&#xf103;"
106
- d="M18.7842 429.216h216.285h216.285v-162.951c0 -215.741 -136.625 -302.743 -216.285 -349.049c-79.6611 46.3057 -216.285 133.308 -216.285 349.049v162.951zM120.218 383.598v-45.082h14.9609v-215.748h-14.9609v-45.082h77.2832v45.082h-14.9609v84.1934h105.057
107
- v-84.1934h-14.959v-45.082h77.2822v45.082h-14.96v215.748h14.96v45.082h-77.2822v-45.082h14.96v-84.1934h-105.057v84.1934h14.96v45.082h-77.2832z" />
108
- <glyph glyph-name="uniF101" unicode="&#xf101;"
109
- d="M7.83594 46.3564c0.90625 2.98145 3.26367 7.5498 5.60938 10.5586c4.52148 5.7959 11.9014 12.0781 21.9326 18.6719c15.4697 10.168 29.9355 16.6025 48.3701 21.5117c26.7402 7.12305 55.084 7.71973 79.5498 7.71973l1.30664 -0.00195312
110
- c32.5635 -0.0292969 102.191 -4.13379 153.03 -7.13184c26.6807 -1.57031 47.7539 -2.81445 55.0947 -2.96484l1.31348 -0.03125c2.14844 -0.0556641 5.73926 -0.149414 10.0479 -0.149414c31.0244 0 41.6182 4.85645 46.4004 7.60254
111
- c5.20605 2.9873 10.667 7.25293 10.2402 10.2402c-0.621094 4.34863 -11.5186 4.01074 -15.6006 4.67188c-16.2314 2.62695 -30.2236 9.06641 -40.2783 16.1699c-11.5205 8.13965 -18.7764 22.5234 -18.7764 22.5234l-7.61328 -5.05469
112
- c-27.8779 -18.5049 -50.917 -27.125 -72.5068 -27.127c-1.1123 0 -2.23438 0.0234375 -3.33594 0.0712891c-12.4365 0.540039 -22.0293 5.61328 -24.7383 10.1152l-5.01465 8.33105l-7.3584 -6.35547c-9.87402 -8.53027 -23.6758 -11.0967 -29.1523 -11.8037
113
- c-2.41504 -0.314453 -4.86328 -0.472656 -7.27734 -0.472656c-12.5879 0 -24.0352 4.23535 -32.2344 11.9229c-1.20898 1.13086 -5.66797 6.36523 -6.46973 7.53027l-5.24316 7.61621l-6.96777 -6.06348c-2.4502 -2.16504 -10.0859 -6.91211 -11.623 -7.74414
114
- c-15.8818 -8.57324 -33.4453 -13.1074 -50.7891 -13.1074c-15.6289 0 -30.5928 3.83789 -43.2754 11.1016c-30.1055 17.2461 -34.666 50.9199 -33.1924 76.1289c2.0166 34.417 14.5586 68.7979 37.2764 102.182c19.5889 28.7852 46.6162 56.3037 78.1631 79.5801
115
- c22.9746 16.9531 58.127 38.3789 95.1094 44.1895c6.50586 1.02246 13.4199 2.01953 20.1377 2.01953c7.59277 0 13.2822 -1.26953 17.3867 -3.88574c11.0742 -7.05176 11.3896 -20.8926 10.5918 -28.5156c-2.93848 -28.0029 -28.8223 -61.8262 -56.5605 -61.8281
116
- c-5.12695 0.00390625 -9.70605 2 -12.29 5.33301c-2.0293 2.62012 -2.5918 5.76758 -1.66992 9.35547c2.34766 9.14648 10.9668 12.1455 24.8838 15.9971c1.11914 0.308594 2.22852 0.616211 3.32031 0.927734c22.1816 6.3125 25.749 20.1182 24.8379 30.5859
117
- c-0.618164 7.11035 -5.61816 14.708 -17.8057 14.708c-11.4463 0 -25.1699 -6.69531 -26.6963 -7.45898c-30.3135 -15.1562 -50.6377 -40.1924 -70.4863 -66.6875c-40.8916 -54.5898 -60.0977 -106.883 -57.0859 -155.435
118
- c1.32422 -21.332 16.0664 -44.3525 37.5771 -44.3525c7.28906 0 14.5273 2.63477 21.5146 7.83691c11.2207 8.34473 17.5547 21.2529 23.1475 32.6396c1.54785 3.15527 3.01172 6.1377 4.52539 8.93848c8.45605 15.6152 18.5078 29.5947 30.8174 41.1133
119
- c13.5811 12.7061 27.8506 20.8252 43.5205 25.9404c8.3623 2.73145 15.8633 3.90527 25.0879 3.75586c8.69531 -0.140625 13.3115 -5.63281 15.3594 -9.2168c1.53613 2.9873 3.92578 8.27734 4.86426 9.04492c0.861328 0.705078 15.8086 0.635742 20.4805 0.427734
120
- c3.83984 -0.170898 15.7217 -0.114258 17.1514 -1.66406c1.68555 -1.83008 -3.07129 -11.7764 -8.34863 -25.917c-2.44922 -6.56055 -6.05078 -14.5059 -9.79297 -24.2695c-1.45898 -3.80078 -2.94434 -7.58691 -4.39648 -11.2969
121
- c-11.9102 -30.3779 -19.7773 -50.4492 -6.56738 -57.2803c2.57812 -1.33398 5.44922 -2.00977 8.54004 -2.00977c9.44531 0 18.9141 6.33594 25.8271 10.9619c0.808594 0.538086 1.57031 1.04785 2.28125 1.5127c8.0918 5.27344 12.6934 8.5293 16.9424 12.7793
122
- l2.64258 2.63965l-0.262695 3.72363c-2.36816 33.7002 2.49512 70.4248 12.6865 95.8496c14.1592 35.3271 34.8906 67.2607 59.9463 92.3496c12.5625 12.5801 44.1133 35.4258 61.4473 35.8281c14.6768 0.34082 10.5527 -25.5029 9.21582 -31.5732
123
- c-2.90039 -13.1826 -18.3535 -54.1475 -43.5479 -96.1377c-8.50977 -14.1836 -27.0498 -39.7314 -39.3174 -56.6377c-5.78223 -7.96973 -10.3506 -14.2646 -12.3564 -17.2744l-1.16699 -1.75l-0.179688 -2.09766c-1.7002 -20.0166 8.66504 -40.4355 19.6914 -51.8008
124
- c10.3428 -10.6514 21.292 -14.501 31.8818 -18.2236c3.62891 -1.27832 7.38184 -2.5957 11.1846 -4.20312c3.26465 -1.38281 7.32324 -3.68848 8.12402 -6.84082c0.788086 -3.11426 -1.23828 -7.99512 -5.55957 -13.3936
125
- c-22.0176 -27.5117 -50.2607 -36.2305 -77.5049 -41.5547c-15.668 -3.05957 -34.7119 -4.54688 -58.2266 -4.54883c-15.8223 0 -31.5938 0.635742 -46.8438 1.25c-5.80176 0.234375 -11.4756 0.461914 -16.9697 0.650391c-17.4824 0.588867 -36.667 1.71387 -55.2207 2.7998
126
- c-16.293 0.956055 -33.1406 1.94141 -48.6807 2.55762c-12.3154 0.490234 -24.1914 0.734375 -35.2988 0.734375c-30.3213 0 -56.4004 -1.83691 -77.5127 -5.4541c-9.53516 -1.6377 -17.7725 -3.77637 -25.7402 -5.84863
127
- c-2.3252 -0.606445 -4.63574 -1.20801 -6.95508 -1.78711c-1.01074 -0.251953 -2.22852 -0.625977 -3.63965 -1.05371c-2.9248 -0.894531 -7.50977 -2.29004 -10.9287 -2.69434v0zM273.565 251.52c-8.31934 -0.255859 -28.1602 -10.4951 -44.0244 -39.8389
128
- c-3.70215 -6.84863 -15.1787 -35.332 -8.96094 -49.5508c1.87891 -4.29785 5.27734 -7.24609 9.56934 -8.29395c1.1084 -0.274414 2.25293 -0.410156 3.39355 -0.410156c13.9941 -0.00195312 23.7939 19.5781 33.4229 41.3965
129
- c0.751953 1.70117 1.42969 3.23145 2.01855 4.5166c2.46387 5.37891 12.8584 29.3652 14.9111 38.3994c1.27637 5.63184 1.70215 14.1514 -10.3301 13.7812zM485.192 370.346c-3.27734 1.80859 -12.0264 -4.64258 -12.0264 -4.64258
130
- c-16.7539 -13.3037 -29.3457 -29.7852 -40.1973 -48.7764c-28.6719 -50.1758 -26.0273 -89.5996 -26.0273 -89.5996s14.957 17.0273 18.4854 22.6035c4.81055 7.60449 22.9131 33.0596 33.0986 51.0078c10.9199 19.2422 23.4688 45.875 26.5791 55.0996
131
- c0 -0.00195312 5.03711 11.5781 0.0878906 14.3076z" />
132
- <glyph glyph-name="uniF108" unicode="&#xf108;"
133
- d="M410.671 346.672v77.0098h77.0117v-77.0098h-77.0117zM386.353 322.354h125.648v125.646h-125.648v-125.646zM24.3184 -39.6807v77.0117h77.0098v-77.0117h-77.0098zM0 -63.999h125.646v125.648h-125.646v-125.648zM96.291 66.6865l34.3926 -34.3926l285.022 285.022
134
- l-34.3926 34.3926z" />
135
- <glyph glyph-name="uniF105" unicode="&#xf105;"
136
- d="M73.3057 366.146v-116.948h-73.3057v198.802h458.019v-198.802h-72.0498v116.314h-97.7275v-357.704h78.6797v-71.8086h-276.963v71.8086h78.6846v358.338h-95.3369z" />
137
- <glyph glyph-name="uniF10D" unicode="&#xf10d;"
138
- d="M0 448zM437.024 373.024c48.3516 -48.3525 74.9756 -112.641 74.9756 -181.024s-26.624 -132.672 -74.9756 -181.024c-48.3525 -48.3516 -112.641 -74.9756 -181.024 -74.9756s-132.672 26.624 -181.024 74.9756c-48.3516 48.3525 -74.9756 112.641 -74.9756 181.024
139
- s26.624 132.672 74.9756 181.024c48.3525 48.3516 112.641 74.9756 181.024 74.9756s132.672 -26.624 181.024 -74.9756zM414.384 33.5996c31.5361 31.5361 52.4961 70.8008 61.1357 113.536c-6.73535 -9.91992 -13.1836 -13.5996 -17.168 8.6084
140
- c-4.11133 36.1914 -37.3594 13.0723 -58.2559 25.9355c-22 -14.832 -71.4561 28.832 -63.0557 -20.416c12.96 -22.208 70 29.7285 41.5684 -17.2637c-18.1445 -32.7998 -66.3203 -105.472 -60.0488 -143.136c0.78418 -54.8799 -56.0635 -11.4404 -75.6631 6.75195
141
- c-13.1846 36.4639 -4.49609 100.191 -38.9443 118.048c-37.4082 1.63184 -69.5039 5.02441 -84 46.832c-8.71973 29.9199 9.28027 74.4482 41.3438 81.3281c46.9277 29.4873 63.6797 -34.5283 107.696 -35.7119c13.6641 14.3037 50.9121 18.8477 54 34.8799
142
- c-28.8799 5.08789 36.6396 24.2715 -2.76855 35.1836c-21.7275 -2.55957 -35.7432 -22.5439 -24.1914 -39.4717c-42.1123 -9.82422 -43.4727 60.9443 -83.9521 38.624c-1.02441 -35.2959 -66.1123 -11.4404 -22.5117 -4.28809
143
- c14.9756 6.54395 -24.4326 25.5039 -3.13672 22.0635c10.4648 0.576172 45.6641 12.9121 36.1445 21.2002c19.5996 12.1768 36.0801 -29.1514 55.2637 0.944336c13.8564 23.1357 -5.80762 27.4082 -23.168 15.6797c-9.79199 10.96 17.2803 34.6406 41.168 44.8643
144
- c7.95215 3.4082 15.5684 5.26367 21.376 4.73633c12.0322 -13.8887 34.2725 -16.3047 35.4404 1.66406c-29.792 14.2715 -62.6406 21.8076 -96.6406 21.8076c-48.8154 0 -95.2314 -15.5039 -133.647 -44.1924c10.3203 -4.73535 16.1914 -10.624 6.24023 -18.1436
145
- c-7.72852 -23.0244 -39.0889 -53.9365 -66.6084 -49.5684c-14.2881 -24.6396 -23.7119 -51.8076 -27.7275 -80.2715c23.0557 -7.63184 28.3672 -22.7207 23.4238 -27.7764c-11.7441 -10.2402 -18.96 -24.7676 -22.6885 -40.6562
146
- c7.50391 -45.9199 29.0879 -88.2393 62.6406 -121.792c42.3037 -42.3037 98.5596 -65.5996 158.384 -65.5996s116.08 23.2959 158.384 65.5996h-0.0322266z" />
147
- <glyph glyph-name="uniF111" unicode="&#xf111;"
148
- d="M236.241 -53.5957c-39.2422 19.7959 -84 51.4355 -114.856 81.1934c-67.5645 65.1572 -106.971 141.55 -119.299 231.273c-2.74121 19.9512 -1.61914 107.34 1.52637 118.825l1.40332 5.12305l15.5615 -5.44434c30.9717 -10.8359 71.543 -14.4951 101.728 -9.1748
149
- c43.5264 7.67285 86.2246 31.6787 117.77 66.2139c6.83691 7.4834 13.2295 13.6074 14.207 13.6074s4.1875 -2.86133 7.13184 -6.3584c10.2627 -12.1855 32.1816 -31.8555 45.915 -41.2041c39.8291 -27.1123 85.4346 -38.8242 131.687 -33.8174
150
- c19.4805 2.10938 52.6992 10.3691 58.4971 14.5459c2.11914 1.52734 3.92188 1.79395 4.8457 0.717773c6.82617 -7.95801 8.51758 -95.6689 2.56348 -132.948c-17.3984 -108.918 -77.3057 -199.904 -177.038 -268.885c-28.71 -19.8574 -66.4463 -40.6914 -73.7041 -40.6914
151
- c-2.20898 0 -10.2803 3.16113 -17.9375 7.02344v0zM269.591 -50.1523c33.1006 16.8311 70.7471 42.3232 99.6113 67.4492l14.5205 12.6396l-64.8115 46.6934l-64.8105 46.6943l-64.5576 -46.4883l-64.5566 -46.4873l11.0137 -10.2803
152
- c18.458 -17.2295 66.0986 -50.6211 91.7832 -64.3311c13.3584 -7.13086 25.0996 -12.9648 26.0908 -12.9648s8.06445 3.18359 15.7168 7.0752v0zM161.711 166.989l92.3789 66.5391l92.9023 -66.916c58.1553 -41.8887 93.7041 -66.2998 95.0459 -65.2676
153
- c3.6416 2.80176 18.0664 27.8662 26.9551 46.8389c12.75 27.2109 20.8135 51.6875 28.8213 87.4805l1.23242 5.50977h-245.009c-232.207 0 -244.95 -0.154297 -243.872 -2.9668c0.625977 -1.63184 1.82422 -6.78125 2.66309 -11.4443
154
- c2.6123 -14.5166 14.8213 -52.1904 22.5928 -69.7168c11.373 -25.6494 28.9111 -56.5957 32.0732 -56.5957c1.01074 0 43.4082 29.9434 94.2158 66.5391v0zM496.618 238.45c-0.393555 -1.43164 -2.15723 -8.58984 -3.94727 -16.002
155
- c-8.49609 -35.2314 -19.0225 -62.7461 -35.9414 -93.9385c-7.63281 -14.0684 -14.0596 -23.623 -15.666 -24.8281c-3.73047 1.45508 -27.6641 18.0264 -103.541 72.041c-45.334 32.2725 -82.2363 58.8691 -84.042 58.8691c-1.81641 0 -42.9307 -29.876 -93.4189 -66.1582
156
- c-47.3145 -33.999 -87.249 -62.2432 -92.5254 -65.543c-1.15918 1.00391 -2.89453 3.19434 -4.60938 5.90234c-20.6338 32.6279 -37.3516 73.1865 -47.7021 115.796l-3.47754 14.3145zM12.8613 224.016c10.4082 -42.8477 27.21 -83.6299 48.0107 -116.522
157
- c2.21582 -3.50098 4.61133 -7.18945 6.68652 -7.18945c2.03418 0 43.457 29.8916 93.9219 66.1543c46.9766 33.7598 86.3662 61.792 92.0059 65.502c4.98438 -3.23535 40.498 -28.2285 82.626 -58.2178c80.2793 -57.1484 101.706 -72.543 105.031 -72.543
158
- c3.10742 0 9.52832 11.0459 17.7236 26.1514c17.0039 31.3496 27.6318 59.1309 36.168 94.5273c1.7832 7.38574 3.5625 14.5996 3.92773 15.9277l1.11328 4.04395l-242.931 -0.3125c-132.885 -0.173828 -242.193 -0.501953 -244.269 -1.04688l-3.77637 -0.992188z
159
- M160.501 -0.358398c28.1416 -21.1934 53.5537 -37.5586 77.5508 -49.9316c7.70117 -3.97168 14.251 -7.27832 15.9443 -7.27832c2.50488 0 15.248 6.43652 30.0918 14.5684c28.1689 15.4277 61.5088 39.1455 92.6777 65.9229l8.38379 7.2041l-131.033 94.418
160
- l-64.5205 -46.4805c-34.7969 -25.0664 -64.3545 -45.7471 -64.2881 -47.8936c0.105469 -3.06934 18.708 -18.1143 35.1934 -30.5293zM161.964 1.58398c-14.8516 11.1846 -31.0029 24.9629 -33.8848 28.3955c5.11133 4.125 31.376 23.375 62.9375 46.1113l63.0996 45.457
161
- l127.106 -91.5889l-6.04199 -5.19141c-31.0557 -26.6807 -64.2979 -50.3193 -92.2607 -65.6357c-14.2607 -7.81152 -26.8184 -13.8145 -28.8838 -14.2617c-1.31836 0.357422 -7.87695 3.39355 -14.8701 7.00098c-23.8408 12.2939 -49.1416 28.5801 -77.2021 49.7129z" />
162
- <glyph glyph-name="uniF112" unicode="&#xf112;"
163
- d="M185.916 119.387c-4.39648 -5.8252 -7.91602 -12.2422 -10.458 -19.209c-28.7295 15.0625 -51.1045 40.5303 -61.7715 71.6133l21.875 2.74023c9.45801 -24.0723 27.627 -43.3125 50.3545 -55.1445zM92.0215 169.093c12.4785 -40.1338 41.5205 -72.9365 79.0205 -90.6963
164
- c-0.0615234 -1.26074 -0.375 -2.4502 -0.375 -3.73047v-19.2178c-48.2285 19.5732 -85.5 60.333 -99.9785 110.969zM398.646 260.229l-21.333 -2.66504c-14.5625 46.833 -51.582 83.8643 -98.417 98.417l2.66699 21.3428c56.5205 -16.1367 100.955 -60.584 117.083 -117.095
165
- zM276.188 334.312c37.25 -12.7803 66.665 -42.2061 79.458 -79.458l-21.875 -2.73926c-10.835 27.5947 -32.7305 49.4893 -60.3125 60.3223zM234.667 149.334c-35.3555 0 -64 28.6562 -64 64s28.6445 64 64 64c35.3545 0 64 -28.6562 64 -64
166
- c-0.000976562 -35.3438 -28.6455 -64 -64 -64zM234.667 170.666c23.5215 0 42.667 19.1348 42.667 42.667c0 23.5303 -19.1455 42.667 -42.667 42.667c-23.5225 0 -42.667 -19.1357 -42.667 -42.667c0 -23.5322 19.1465 -42.667 42.667 -42.667zM403.875 46.9805
167
- c16.3535 0 25.0215 -7.80273 25.0215 -26.959c0 -14.377 -7.14648 -24.4492 -21.6465 -24.4492h-17v51.4082h13.625zM512 74.666v-106.666c0 -17.6768 -14.334 -32 -32 -32h-234.667c-17.666 0 -32 14.3232 -32 32v106.666c0 17.6787 14.334 32 32 32h234.667
168
- c17.666 0 32 -14.3213 32 -32zM358.146 11.9062h-18.4609c-1.45703 -10.9062 -7.9375 -18.2812 -19.7051 -18.2812c-15.7295 0 -23.5645 11.8438 -23.5645 27.3018c0 15.9287 7.5625 27.9883 23.5645 27.9883c10.123 0 17.7705 -6.82129 18.9775 -14.2705h18.46
169
- c-2.27148 18.9912 -18.5439 29.3555 -37.4395 29.3555c-26.3965 0 -42.6455 -18.4688 -42.6455 -43.0732c0 -24.5293 16.6475 -42.2598 42.6455 -42.2598c22.4385 0 36.418 13.7402 38.168 33.2393zM448 21.7402c0 25.8525 -15.791 40.3105 -39.3965 40.3105h-37.4375
170
- v-81.5615h37.4375c25.0215 0.000976562 39.3965 16.167 39.3965 41.251zM42.667 213.333c0 -83.3965 53.541 -154.354 128 -180.802v-44.8027c-98.459 27.8848 -170.667 118.219 -170.667 225.604c0 129.605 105.062 234.667 234.667 234.667
171
- c129.604 0 234.667 -105.062 234.668 -234.667c0 -22.2188 -3.29199 -43.626 -9.0625 -64h-44.8125c7.12402 20.0527 11.207 41.5312 11.207 64c0 105.865 -86.125 192 -192 192s-192 -86.1348 -192 -192z" />
172
- <glyph glyph-name="uniF102" unicode="&#xf102;"
173
- d="M92.2803 367.832l71.1113 70.6562h187.185l69.1436 -70.7207l-0.015625 -99.8477h-123.456v46.6396h-75.0078v-67.6875h135.527l62.9521 -60.7998v-183.872l-61.7998 -61.7041h-203.464l-62.04 62.5283v99.3438h133.392v-41.168h75.9121v63.1201l-147.655 -0.0166016
174
- l-61.7842 61.8086v181.72zM100.272 364.168v-174.848l56.9512 -56.9766s137.712 0 152.48 0.0078125v-79.5518c-12.9043 0 -79.4404 0 -92.3604 -0.0322266v41.168h-116.943v-87.6396l57.1279 -57.7842h196.783l56.9521 56.9521v177.08l-58.2637 55.9199h-140.24
175
- c0.0078125 12.6318 0.0078125 71.4883 0 84.1279h91.4727v-46.6396h107.031v88.168l-64.3115 65.9355h-180.488zM169.832 421.232h173.776l59.4561 -61.1602l-0.0166016 -76.4805h-90.5518v46.6406h-107.937l0.00878906 -100.601h144.976l53.5205 -51l-0.0166016 -170.296
176
- l-52.0635 -52.1758h-190.088l-52.2324 53.0234v75.9287h100.479v-41.1602h108.824l0.0166016 96.0322h-157.312l-52.1201 52.1357v167.952z" />
177
- <glyph glyph-name="uniF11A" unicode="&#xf11a;"
178
- d="M24.3184 162.326v28.6611h28.6611v-28.6611h-28.6611zM0 138.008h77.2979v77.2979h-77.2979v-77.2979zM226.325 162.326v28.6611h28.6631v-28.6611h-28.6631zM202.007 138.008h77.2998v77.2979h-77.2998v-77.2979zM24.3184 -39.6826v28.6631h28.6611v-28.6631h-28.6611z
179
- M0 -64.001h77.2979v77.2998h-77.2979v-77.2998zM226.325 -39.6826v28.6631h28.6631v-28.6631h-28.6631zM202.007 -64.001h77.2998v77.2998h-77.2998v-77.2998zM65.1387 190.845v-28.3721h149.027v28.3721h-149.027zM65.1387 -18.958v-28.3711h149.027v28.3711h-149.027z
180
- M226.47 1.13965h28.3721v149.027h-28.3721v-149.027zM24.4648 1.13965h28.3721v149.027h-28.3721v-149.027zM123.416 91.8896zM470.358 406.354c26.8516 -26.8564 41.6416 -62.5664 41.6416 -100.548c0 -37.9775 -14.79 -73.6924 -41.6416 -100.552
181
- c-26.8604 -26.8525 -62.5742 -41.6416 -100.552 -41.6416c-37.9814 0 -73.6924 14.7891 -100.548 41.6416c-26.8584 26.8594 -41.6455 62.5742 -41.6455 100.552c0 37.9814 14.7871 73.6914 41.6455 100.548c26.8535 26.8574 62.5664 41.6455 100.548 41.6455
182
- c37.9775 0 73.6914 -14.7881 100.552 -41.6455zM457.775 217.821c17.5215 17.5137 29.1602 39.332 33.9688 63.0586c-3.75098 -5.50195 -7.3252 -7.55078 -9.54688 4.79102c-2.27344 20.0986 -20.7412 7.25488 -32.3555 14.4062
183
- c-12.2188 -8.24414 -39.6885 16.0117 -35.0273 -11.3447c7.2041 -12.3311 38.8818 16.5146 23.0947 -9.58984c-10.0781 -18.2139 -36.8428 -58.5811 -33.3535 -79.4971c0.433594 -30.4902 -31.1396 -6.36328 -42.0264 3.74902
184
- c-7.32422 20.2471 -2.49902 55.6494 -21.6318 65.5605c-20.7783 0.910156 -38.6094 2.79492 -46.6572 26.0195c-4.84375 16.6152 5.15527 41.3496 22.9648 45.1738c26.0654 16.377 35.3691 -19.1816 59.8242 -19.8398c7.58301 7.94629 28.2744 10.4707 29.9932 19.376
185
- c-16.0469 2.8252 20.3428 13.4824 -1.54492 19.542c-12.0635 -1.41895 -19.8574 -12.5205 -13.4355 -21.9229c-23.3887 -5.4541 -24.1445 33.8516 -46.6309 21.4551c-0.567383 -19.6074 -36.7197 -6.35352 -12.502 -2.38379
186
- c8.31641 3.63574 -13.5742 14.168 -1.74512 12.2549c5.81641 0.320312 25.3643 7.17383 20.0791 11.7783c10.8828 6.76074 20.0391 -16.1943 30.6963 0.524414c7.68848 12.8506 -3.23047 15.2236 -12.873 8.71094c-5.43652 6.08789 9.59863 19.2402 22.8701 24.916
187
- c4.4082 1.89746 8.64355 2.9248 11.8711 2.63477c6.68164 -7.71484 19.0342 -9.05664 19.6846 0.923828c-16.543 7.92383 -34.7939 12.1133 -53.6797 12.1133c-27.1113 0 -52.8975 -8.61133 -74.2324 -24.5479c5.73047 -2.63086 8.99316 -5.89746 3.4668 -10.0762
188
- c-4.29199 -12.79 -21.71 -29.959 -36.999 -27.5352c-7.9375 -13.6855 -13.1699 -28.7725 -15.4014 -44.582c12.8057 -4.23926 15.7568 -12.623 13.0107 -15.4307c-6.52344 -5.68652 -10.5322 -13.7559 -12.6016 -22.584c4.16895 -25.5059 16.1562 -49.0098 34.792 -67.6504
189
- c23.498 -23.4932 54.748 -36.4355 87.9727 -36.4355c33.2295 0 64.4736 12.9424 87.9668 36.4355h-0.0117188v-0.00390625z" />
190
- <glyph glyph-name="uniF110" unicode="&#xf110;"
191
- d="M0 448zM0 352l160 64v-384l-160 -64v384zM352 352v-384l-160 53.3281v384zM512 416v-384l-128 -51.2002v384z" />
192
- </font>
193
- </defs></svg>
Binary file
Binary file
@@ -1,107 +0,0 @@
1
- //
2
- // Icon Font: geoblacklight
3
- //
4
- // From https://github.com/geoblacklight/geoblacklight-icons/blob/master/app/assets/stylesheets/_geoblacklight.scss
5
-
6
- @font-face {
7
- font-family: "geoblacklight";
8
- src: font-url("geoblacklight.eot");
9
- src: font-url("geoblacklight.eot?#iefix") format("embedded-opentype"),
10
- font-url("geoblacklight.woff") format("woff"),
11
- font-url("geoblacklight.ttf") format("truetype"),
12
- font-url("geoblacklight.svg#geoblacklight") format("svg");
13
- font-weight: normal;
14
- font-style: normal;
15
- }
16
-
17
- @media screen and (-webkit-min-device-pixel-ratio:0) {
18
- @font-face {
19
- font-family: "geoblacklight";
20
- src: url("geoblacklight.svg#geoblacklight") format("svg");
21
- }
22
- }
23
-
24
- [data-icon]:before { content: attr(data-icon); }
25
-
26
- [data-icon]:before,
27
- .geoblacklight-berkeley:before,
28
- .geoblacklight-cd-rom:before,
29
- .geoblacklight-columbia:before,
30
- .geoblacklight-dvd-rom:before,
31
- .geoblacklight-harvard:before,
32
- .geoblacklight-image:before,
33
- .geoblacklight-line:before,
34
- .geoblacklight-massgis:before,
35
- .geoblacklight-minnesota:before,
36
- .geoblacklight-mit:before,
37
- .geoblacklight-mixed:before,
38
- .geoblacklight-multipoint:before,
39
- .geoblacklight-paper-map:before,
40
- .geoblacklight-point:before,
41
- .geoblacklight-polygon:before,
42
- .geoblacklight-polyline:before,
43
- .geoblacklight-princeton:before,
44
- .geoblacklight-raster:before,
45
- .geoblacklight-stanford:before,
46
- .geoblacklight-tufts:before,
47
- .geoblacklight-ucla:before,
48
- .geoblacklight-uva:before {
49
- display: inline-block;
50
- font-family: "geoblacklight";
51
- font-style: normal;
52
- font-weight: normal;
53
- font-variant: normal;
54
- line-height: 1;
55
- text-decoration: inherit;
56
- text-rendering: optimizeLegibility;
57
- text-transform: none;
58
- -moz-osx-font-smoothing: grayscale;
59
- -webkit-font-smoothing: antialiased;
60
- font-smoothing: antialiased;
61
- }
62
-
63
- .geoblacklight-berkeley:before { content: "\f101"; }
64
- .geoblacklight-cd-rom:before { content: "\f112"; }
65
- .geoblacklight-columbia:before { content: "\f115"; }
66
- .geoblacklight-dvd-rom:before { content: "\f113"; }
67
- .geoblacklight-harvard:before { content: "\f103"; }
68
- .geoblacklight-image:before { content: "\f10a"; }
69
- .geoblacklight-line:before { content: "\f108"; }
70
- .geoblacklight-massgis:before { content: "\f106"; }
71
- .geoblacklight-minnesota:before { content: "\f116"; }
72
- .geoblacklight-mit:before { content: "\f104"; }
73
- .geoblacklight-mixed:before { content: "\f11a"; }
74
- .geoblacklight-multipoint:before { content: "\f119"; }
75
- .geoblacklight-paper-map:before { content: "\f110"; }
76
- .geoblacklight-point:before { content: "\f109"; }
77
- .geoblacklight-polygon:before { content: "\f107"; }
78
- .geoblacklight-polyline:before { content: "\f118"; }
79
- .geoblacklight-princeton:before { content: "\f111"; }
80
- .geoblacklight-raster:before { content: "\f10d"; }
81
- .geoblacklight-stanford:before { content: "\f102"; }
82
- .geoblacklight-tufts:before { content: "\f105"; }
83
- .geoblacklight-ucla:before { content: "\f117"; }
84
- .geoblacklight-uva:before { content: "\f11b"; }
85
-
86
- $font-geoblacklight-berkeley: "\f101";
87
- $font-geoblacklight-cd-rom: "\f112";
88
- $font-geoblacklight-columbia: "\f115";
89
- $font-geoblacklight-dvd-rom: "\f113";
90
- $font-geoblacklight-harvard: "\f103";
91
- $font-geoblacklight-image: "\f10a";
92
- $font-geoblacklight-line: "\f108";
93
- $font-geoblacklight-massgis: "\f106";
94
- $font-geoblacklight-minnesota: "\f116";
95
- $font-geoblacklight-mit: "\f104";
96
- $font-geoblacklight-mixed: "\f11a";
97
- $font-geoblacklight-multipoint: "\f119";
98
- $font-geoblacklight-paper-map: "\f110";
99
- $font-geoblacklight-point: "\f109";
100
- $font-geoblacklight-polygon: "\f107";
101
- $font-geoblacklight-polyline: "\f118";
102
- $font-geoblacklight-princeton: "\f111";
103
- $font-geoblacklight-raster: "\f10d";
104
- $font-geoblacklight-stanford: "\f102";
105
- $font-geoblacklight-tufts: "\f105";
106
- $font-geoblacklight-ucla: "\f117";
107
- $font-geoblacklight-uva: "\f11b";