class SpatialFeatures::Importers::Geomark

Public Class Methods

new(geomark, *args) click to toggle source
Calls superclass method
# File lib/spatial_features/importers/geomark.rb, line 4
def initialize(geomark, *args)
  super geomark_url(geomark), *args
end

Private Instance Methods

geomark_url(geomark) click to toggle source
# File lib/spatial_features/importers/geomark.rb, line 10
def geomark_url(geomark)
  "http://apps.gov.bc.ca/pub/geomark/geomarks/#{geomark}/parts.kml?srid=4326"
end