kibana/x-pack/plugins/maps
Nathan Reese b248472e82
[Maps] show empty tooltips with actions on click (#99337)
* [Maps] show tooltips with actions on click

* clean up

* call canShowTooltip in _getTooltipFeatures

* move view into action

* cleanup

* i18n

* add comment to clarify if statement

* tslint

* fix security tslint

* fix jest tests

* clean up

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-10 17:46:33 -06:00
..
common [Maps] show empty tooltips with actions on click (#99337) 2021-05-10 17:46:33 -06:00
public [Maps] show empty tooltips with actions on click (#99337) 2021-05-10 17:46:33 -06:00
server [Maps] add attribution to layer editor (#98328) 2021-05-03 10:42:07 -06:00
config.ts [Maps] Add endpoint to server for creating empty index & index pattern (#94028) 2021-03-17 21:40:51 -04:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [Maps] Add telemetry (#97307) 2021-04-20 16:19:55 -04:00
README.md
tsconfig.json Revert "TS Incremental build exclude test files (#95610)" (#96223) 2021-04-05 11:59:26 -07:00

Maps

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

Testing

Run all tests from the x-pack root directory

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