kibana/x-pack/plugins/maps
Nathan Reese a9dbf80012
[Maps] fix default buffer is too large (#103950)
* [Maps] fix default buffer is too large

* fix functional test

* update functional test expects for smaller extent area

* update expect

* expect updates for smaller buffer

* expect updates for smaller buffer

* expect update

* update expects

* update expects

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-01 15:20:00 -06:00
..
common [Maps] deprecate 'map.regionmap' kibana config and 'Configured GeoJSON' source (#103373) 2021-06-28 16:27:41 -06:00
public [Maps] fix default buffer is too large (#103950) 2021-07-01 15:20:00 -06:00
server [Maps] deprecate map.proxyElasticMapsServiceInMaps (#103740) 2021-06-30 10:59:27 -06:00
config.ts [Maps] Move edit tools to beta and remove experimental config flags (#103556) 2021-06-28 20:13:12 -04:00
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"