Class: SpatialFeatures::Importers::Geomark

Inherits:
KMLFile show all
Defined in:
lib/spatial_features/importers/geomark.rb

Instance Attribute Summary

Attributes inherited from Base

#errors

Instance Method Summary collapse

Methods inherited from Base

#cache_key, #features

Constructor Details

#initialize(geomark, *args) ⇒ Geomark

Returns a new instance of Geomark.



4
5
6
# File 'lib/spatial_features/importers/geomark.rb', line 4

def initialize(geomark, *args)
  super geomark_url(geomark), *args
end