kibana/x-pack/plugins/maps
Nathan Reese 609d60705e
[Maps] provide function to create basemap layer descriptor (#85617)
* [Maps] provide function to create basemap layer descriptor

* update typing

* update APM map to use createBasemapLayerDescriptor

* fix useLayerList jest test

* tslint fixes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-15 12:40:44 -07:00
..
common [Maps] Surface on prem EMS (#85729) 2020-12-14 18:44:41 -05:00
public [Maps] provide function to create basemap layer descriptor (#85617) 2020-12-15 12:40:44 -07:00
server [Maps] Always initialize routes on server-startup (#84806) 2020-12-02 18:44:17 -05:00
config.ts [Maps] Remove .mvt feature flag (#71779) 2020-07-14 19:41:13 -04:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json [Maps] saved object tagging (#83197) 2020-11-16 19:52:15 -07:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08: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"