Class: ActiveAdmin::Views::OpenStreetMapProxy

Inherits:
LatlngProxy
  • Object
show all
Defined in:
lib/activeadmin/views/openstreetmap_proxy.rb

Instance Method Summary collapse

Methods inherited from LatlngProxy

#key, #loading_map_code, #script_html, #to_s

Instance Method Details

#build(_, *args, &_block) ⇒ Object



4
5
6
7
8
# File 'lib/activeadmin/views/openstreetmap_proxy.rb', line 4

def build(_, *args, &_block)
  super _, *args, &_block
  @template_name = 'openstreetmap.html.erb'
  @script_html = '<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>'
end