Sha256: b91e54d9123b9b308e6003b23de8a7a7070abe86581ed520907b54e79214dfc4

Contents?: true

Size: 699 Bytes

Versions: 11

Compression:

Stored size: 699 Bytes

Contents

# This demonstrates stylesheet inheritance. Define a base style here for
# the look and feel of all maps. Then you can refine/augment the styles in derived
# classes. How cool is that ?
<%= map :base %>

  # color to be used when to heat_color can be found for range or value
  <%=config :default_color %>
    color: 000000

  # states outline color
  <%=config :outline_color %>
    color: 000000
    
  # map background color
  <%=config :background_color %>
    color:   ff0000
    opacity: 20
    
  # tooltip configuration
  <%=config :hover %>
    font_size:        10
    font_color:       434343
    background_color: fcf8b8
  
  # disable zooming
  <%=config :zoom_mode %>
    data: no zoom

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
derailed-ziya-2.1.0 examples/maps/public/maps/themes/default/base_map.yml
derailed-ziya-2.1.1 examples/maps/public/maps/themes/default/base_map.yml
derailed-ziya-2.1.2 examples/maps/public/maps/themes/default/base_map.yml
derailed-ziya-2.1.3 examples/maps/public/maps/themes/default/base_map.yml
derailed-ziya-2.1.4 examples/maps/public/maps/themes/default/base_map.yml
derailed-ziya-2.1.5 examples/maps/public/maps/themes/default/base_map.yml
ziya-2.3.0 examples/maps/public/maps/themes/default/base_map.yml
ziya-2.1.9 examples/maps/public/maps/themes/default/base_map.yml
ziya-2.1.8 examples/maps/public/maps/themes/default/base_map.yml
ziya-2.1.7 examples/maps/public/maps/themes/default/base_map.yml
ziya-2.1.6 examples/maps/public/maps/themes/default/base_map.yml