Class: Ropenlayer::Openlayer::Layer::ElementsVector

Inherits:
Base
  • Object
show all
Defined in:
lib/ropenlayer/openlayer/layer/elements_vector.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #js_id, #map, #name

Instance Method Summary collapse

Methods inherited from Base

build_collection, #to_js

Constructor Details

#initialize(map) ⇒ ElementsVector

Returns a new instance of ElementsVector.



6
7
8
# File 'lib/ropenlayer/openlayer/layer/elements_vector.rb', line 6

def initialize(map)
  super(:vector_elements, map)
end