kibana/x-pack/plugins/maps
Nathan Reese 93df9a32a4
[Maps] embeddable migrations (#101070)
* [Maps] embeddable migrations

* review feedback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-04 08:00:41 -06:00
..
common [Maps] spatially filter by all geo fields (#100735) 2021-06-02 06:17:23 -06:00
public [Maps] spatially filter by all geo fields (#100735) 2021-06-02 06:17:23 -06:00
server [Maps] embeddable migrations (#101070) 2021-06-04 08:00:41 -06:00
config.ts
jest.config.js
kibana.json [Maps] Add telemetry (#97307) 2021-04-20 16:19:55 -04:00
README.md
tsconfig.json

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"