Class: SpatialFeatures::Importers::Geomark

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

Constant Summary

Constants inherited from KML

KML::IMAGE_METADATA_KEYS

Instance Attribute Summary

Attributes inherited from Base

#errors

Instance Method Summary collapse

Methods inherited from KMLFile

#cache_key

Methods inherited from Base

#cache_key, create_all, #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