kibana/x-pack/plugins/maps
Nathan Reese 947a93900d
[Maps] fix IVectorLayer.getStyle typing (#75829)
* [Maps] fix IVectorLayer.getStyle typing

* update typing in VectorLayer type definition

* fix unit tests

* review feedback
2020-08-25 15:02:38 -06:00
..
common [Maps] convert style classes to TS (#75374) 2020-08-21 15:40:07 -06:00
public [Maps] fix IVectorLayer.getStyle typing (#75829) 2020-08-25 15:02:38 -06:00
server
config.ts
kibana.json Uiactions to navigate to visualize or maps (#74121) 2020-08-19 11:37:45 +03:00
README.md

Maps

Visualize geo data from Elasticsearch or 3rd party geo-services.

Testing

Run all tests from the x-pack root directory

  • Unit tests: node scripts/jest --watch maps
  • Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="maps app"