kibana/x-pack/plugins/maps
2021-03-01 14:11:39 -07:00
..
common [Maps] fix results trimmed tooltip message doubles feature count for line and polygon features (#92932) 2021-03-01 14:11:18 -07:00
public [Maps] fix MapboxDraw import from pointing to dist just pointing to folder (#93087) 2021-03-01 14:11:39 -07:00
server [Maps] fix index pattern references not extracted for tracks source (#92226) 2021-02-25 11:11:15 -07:00
config.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [Maps] remove maps_file_upload plugin and fold public folder into file_upload plugin (#90292) 2021-02-09 17:31:57 -07:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08:00
tsconfig.json [Maps] remove maps_file_upload plugin and fold public folder into file_upload plugin (#90292) 2021-02-09 17:31:57 -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"