kibana/x-pack/plugins/maps
Nathan Reese 6963c0a558
[Maps] fix choropleth map with applyGlobalQuery set to false still creates filter for source. (#108999)
* [Maps] fix choropleth map with applyGlobalQuery set to false still creates filter for source.

* cleanup functional test

* eslint

* fix functional test

* add inidication in tooltip when field is join key

* copy updates

* update jest test

* eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 12:51:52 -06:00
..
common [Maps] Add edit tools defaults for user and timestamp (#103588) 2021-08-16 15:51:07 -04:00
public [Maps] fix choropleth map with applyGlobalQuery set to false still creates filter for source. (#108999) 2021-08-24 12:51:52 -06:00
server [maps] remove xpack.maps.showMapVisualizationTypes (#105979) 2021-08-24 10:46:40 -06:00
config.ts [maps] remove xpack.maps.showMapVisualizationTypes (#105979) 2021-08-24 10:46:40 -06:00
jest.config.js
kibana.json [maps] remove tile_map, region_map, and maps_legacy plugins (#105326) 2021-08-18 12:51:31 -06:00
README.md
tsconfig.json Remove spacesOss plugin (#109258) 2021-08-23 15:10:09 +02: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"