Sha256: f40e0aee93f9268af8cb725dfa563ad7ab9f887bd266728e50d3ae2dcd68aafc

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

geojson:
  point:
    -
      name: "Cities"
      url: "assets/cities.geojson"
      createIcon: true
      iconURL: "assets/icons/icon.png"
      radius: 6
      fillColor: "#9817f2"
      color: "#be85ff"
      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: "#f46118"
      textColor: "#f46118"

    -
      name: "Random"
      url: "assets/random.geojson"
      createIcon: false
      iconURL: "assets/icons/icon.png"
      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: "3"
      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.1.3 _data/map_data.yml