Module: Ropenlayer

Defined in:
lib/ropenlayer.rb,
lib/ropenlayer/icon.rb,
lib/ropenlayer/node.rb,
lib/ropenlayer/acts_as.rb,
lib/ropenlayer/category.rb,
lib/ropenlayer/form_builder.rb,
lib/ropenlayer/localization.rb,
lib/ropenlayer/openlayer/js.rb,
lib/ropenlayer/openlayer/map.rb,
lib/ropenlayer/acts_as/mapper.rb,
lib/ropenlayer/acts_as/nodeable.rb,
lib/ropenlayer/js_helper/jquery.rb,
lib/ropenlayer/openlayer/control.rb,
lib/ropenlayer/openlayer/feature.rb,
lib/ropenlayer/js_helper/prototype.rb,
lib/ropenlayer/openlayer/layer/base.rb,
lib/ropenlayer/openlayer/box_control/base.rb,
lib/ropenlayer/openlayer/box_control/edit_map.rb,
lib/ropenlayer/openlayer/layer/elements_marker.rb,
lib/ropenlayer/openlayer/layer/elements_vector.rb,
lib/ropenlayer/openlayer/box_control/layers_select.rb,
lib/generators/ropenlayer/install/install_generator.rb,
lib/generators/ropenlayer/migration/migration_generator.rb

Defined Under Namespace

Modules: ActsAs, FormBuilder, Generators, JsHelper, Openlayer Classes: Category, Icon, Localization, MigrationGenerator, Node, Railtie

Constant Summary collapse

VERSION =
'0.3.0'
@@js_helper =
Ropenlayer::JsHelper::Jquery

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Ropenlayer)

    the object that the method was called on



50
51
52
# File 'lib/ropenlayer.rb', line 50

def self.setup
  yield self
end