kibana/x-pack/plugins/maps
2020-12-10 08:31:28 -07:00
..
common [maps] style by percentiles (#84291) 2020-12-08 09:59:15 -07:00
public [Maps] fix unlinking an embedded map by reference Causes Error (#85485) 2020-12-10 08:31:28 -07:00
server [Maps] Always initialize routes on server-startup (#84806) 2020-12-02 18:44:17 -05:00
config.ts
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json
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"