kibana/x-pack/plugins/maps
Nathan Reese 5b4df7916e
[Maps] cleanup mapExtentChanged thunk (#110098)
* [Maps] cleanup mapExtentChanged thunk

* rename for clarity

* cleanup

* review feedback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-30 15:16:00 -06:00
..
common [Maps] replace IFieldType with IndexPatternField (#110245) 2021-08-30 12:56:15 -06:00
public [Maps] cleanup mapExtentChanged thunk (#110098) 2021-08-30 15:16:00 -06:00
server [Maps] replace IFieldType with IndexPatternField (#110245) 2021-08-30 12:56:15 -06:00
config.ts
jest.config.js
kibana.json
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"