module Geoservice::Featureable

Public Instance Methods

features(layer_id, id) click to toggle source

Returns a specific feature from a layer returns nil if the layer does not have any features

# File lib/geoservices/featureable.rb, line 5
def features(layer_id, id)
  get("#{@url}/#{layer_id}/#{id}")
end