Method: GeoWorks::Processors::Vector::Base.encode_queue
- Defined in:
- app/processors/geo_works/processors/vector/base.rb
.encode_queue ⇒ Array
Set of commands to run to encode the vector thumbnail.
24 25 26 |
# File 'app/processors/geo_works/processors/vector/base.rb', line 24 def self.encode_queue [:reproject, :vector_thumbnail, :trim, :center] end |