Class: Ropenlayer::Openlayer::Layer::ElementsVector
- Defined in:
- lib/ropenlayer/openlayer/layer/elements_vector.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(map) ⇒ ElementsVector
constructor
A new instance of ElementsVector.
Methods inherited from Base
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 |