kibana/x-pack/plugins/maps
Devon Thomson eba482743a
[Dashboard First] Use App Title for Display Instead of App Id (#75457)
Created app title fetch method in embeddable_state_transfer. Used it instead of the raw app id in a number of places.
2020-08-20 13:01:25 -04:00
..
common [Maps] Move elasticsearch_geo_utils to common (#75508) 2020-08-20 09:28:19 -04:00
public [Dashboard First] Use App Title for Display Instead of App Id (#75457) 2020-08-20 13:01:25 -04:00
server [Maps] allow for extensible sourceDescriptor typings (#74758) 2020-08-17 07:23:57 -06:00
config.ts [Maps] Remove .mvt feature flag (#71779) 2020-07-14 19:41:13 -04:00
kibana.json Uiactions to navigate to visualize or maps (#74121) 2020-08-19 11:37:45 +03: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"