Sha256: a2f2d1d5d98c0b25c58358c0539e48e868dacec476f3229599610019334aa70f

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

geojson:
  point:
    -
      name: "Cities"
      url: "assets/cities.geojson"
      createIcon: false
      iconURL:
      radius: 10
      fillColor: "#9817f2"
      color: "#be85ff"
      weight: 5
      opacity: 0.7
      fillOpacity: 1
      # icon setting
      icontype: "virus" # refer to font-awesome icons for icon of your interest
      iconShape: "marker" # circle / marker
      borderColor: "#f46118"
      textColor: "#f46118"

    -
      name: "Random"
      url: "assets/random.geojson"
      createIcon: false
      iconURL:
      radius: 6
      fillColor: "#f26617"
      color: "#ffa985"
      weight: 5
      opacity: 0.7
      fillOpacity: 1
      # Icon setting
      icontype: "leaf" # refer to font-awesome icons for icon of your interest
      iconShape: "marker" # circle / marker
      borderColor: "#f9ae89"
      textColor: "#f9ae89"

  line:
    -
      name: "Line"
      url: "assets/polyline.geojson"
      color: "#ff0000"
      weight: 2
      dashArray: "10"
      opacity: 1

  area:
    -
      name: "Countries"
      url: "assets/countries_dummy.geojson"
      featID: 'pop'
      weight: 2
      opacity: 0.7
      color: "#ffffff"
      dashArray: "3"
      fillOpacity: 0.8

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
web-mapping-leaflet-0.2.1 _data/map_data.yml