Method: Map::ShapeToTifService#initialize

Defined in:
lib/map/shape_to_tif_service.rb

#initialize(shape_file) ⇒ ShapeToTifService

Returns a new instance of ShapeToTifService.



10
11
12
13
# File 'lib/map/shape_to_tif_service.rb', line 10

def initialize(shape_file)
  @shape_file = shape_file
  @services = []
end