Sha256: 3482382058ece951305d7c7393fb4d217bb5522c8770d8b5dd9e1ac55df6a6dc

Contents?: true

Size: 571 Bytes

Versions: 5

Compression:

Stored size: 571 Bytes

Contents

module Ropenlayer
  module Openlayer
    module Layer
      class ElementsMarker < Base
      
        def initialize(map)
          super(:marker_elements, map)
        end
        
        private
        def self.layers_config
          { :marker_elements  => { :method      => "OpenLayers.Layer.Markers",
                                  :args        => [ "'Capa de Marcadores'" ],
                                  :propierties => {  },
                                  :description => 'Capa para marcadores de elements' } }
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ropenlayer-0.3.5 lib/ropenlayer/openlayer/layer/elements_marker.rb
ropenlayer-0.3.4 lib/ropenlayer/openlayer/layer/elements_marker.rb
ropenlayer-0.3.3 lib/ropenlayer/openlayer/layer/elements_marker.rb
ropenlayer-0.3.1 lib/ropenlayer/openlayer/layer/elements_marker.rb
ropenlayer-0.3.0 lib/ropenlayer/openlayer/layer/elements_marker.rb