kibana/x-pack/plugins/maps
2020-12-15 14:43:41 -08:00
..
common Revert " [Maps] unify legend for percentiles, interpolate, and custom ordinal color breaks (#85343)" 2020-12-15 14:43:41 -08:00
public Revert " [Maps] unify legend for percentiles, interpolate, and custom ordinal color breaks (#85343)" 2020-12-15 14:43:41 -08:00
server Resilient saved object migration algorithm (#78413) 2020-12-15 21:40:02 +01:00
config.ts [Maps] Remove .mvt feature flag (#71779) 2020-07-14 19:41:13 -04:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json [Maps] saved object tagging (#83197) 2020-11-16 19:52:15 -07:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08: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"