kibana/x-pack/plugins/maps
Nathan Reese 5f4b1a3689
[Maps] fix tile layer attibution text and attribution link validation errors (#73160)
* [Maps] fix tile layer attibution text and attribution link validation errors

* clean up jest test

* tslint

* one more tslint
2020-07-23 18:30:42 -06:00
..
common [maps] fix data driven style properties not working when cloned layer contains joins (#73124) 2020-07-23 17:20:24 -06:00
public [Maps] fix tile layer attibution text and attribution link validation errors (#73160) 2020-07-23 18:30:42 -06:00
server [Maps] Track geo_shape agg usage (#71759) 2020-07-15 15:15:51 -04:00
config.ts [Maps] Remove .mvt feature flag (#71779) 2020-07-14 19:41:13 -04:00
kibana.json [Maps] use EuiColorPalettePicker (#69190) 2020-07-13 12:53:00 -06: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"