1.0.0-alpha.0 • Published 3 years ago

@eox/map-tooltip v1.0.0-alpha.0

Weekly downloads
24
License
MIT
Repository
github
Last release
3 years ago

map-tooltip

Documentation

Props

  • propertiesFilter (Array): filter displayed properties, expects an array like this:
[
  {
    field_name: "ori_parcel_id",
    display_name: "SL_ID",
    type: "string"
  },
  {
    field_name: "colour",
    display_name: "Conformance",
    type: "legend/color"
  },
  {
    field_name: "ori_crop_id",
    display_name: "SNAR_CODE",
    type: "reference/crop"
  }
],

Install

npm install @eox/map-tooltip

or

<link rel="stylesheet" href="https://unpkg.com/@eox/map-tooltip/dist/map-tooltip.css">
<script src="https://unpkg.com/@eox/map-tooltip/dist/map-tooltip.umd.js"></script>
1.0.0-alpha.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago