kibana/x-pack/plugins/maps
Nathan Reese 1cefc8eed0
[Maps] clean up uses of any in redux actions and kibana services (#79737)
* [Maps] clean up uses of any in redux actions and kibana services

* API doc changes and updated IndexPatternSelect type

* tslint errors in OSS code

* API updates

* remove IndexPatternSelectPublicProps and create IndexPatternSelectInternalProps instead

* include changes to index_pattern_select

* API updates

* remove savedObjectClient from IndexPatternSelectProps

* update types for lazy load component

* remove unused import

* export type

* another API clean-up

* revert changes to import in data/public/types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-08 07:48:21 -06:00
..
common [Maps] enable auto fit to bounds by default (#79296) 2020-10-05 12:31:19 -06:00
public [Maps] clean up uses of any in redux actions and kibana services (#79737) 2020-10-08 07:48:21 -06:00
server [Maps] Enable geo-point for mvt scaling type (#79733) 2020-10-06 17:17:47 -04:00
config.ts [Maps] Remove .mvt feature flag (#71779) 2020-07-14 19:41:13 -04:00
kibana.json [Home] Elastic home page redesign (#70571) 2020-08-26 13:00:00 -07:00
README.md [Maps] Add readme (#71912) 2020-07-15 14:08:57 -04:00

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"