kibana/x-pack/plugins/maps
Nathan Reese ee61368cff
[Maps] fix data-mapping switch enabled for vector tiles (#116366)
* clean up IField API

* disable switch when using MVTs for es docs

* clean up interface comment style

* implement supportsFieldMetaFromEs and supportsFieldMetaFromLocalData in all Field classes

* fix dynamic_color_property test

* fix jest tests

* mock getRangeFieldMeta instead of passing in VectorLayerMock with MockStyle

* review feedback

* clean up supportsFieldMetaFromLocalData test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-29 12:47:58 -06:00
..
common [maps] Use desaturated map tiles instead of bright map tiles by default (#116179) 2021-10-27 06:34:07 -06:00
public [Maps] fix data-mapping switch enabled for vector tiles (#116366) 2021-10-29 12:47:58 -06:00
server [maps] Use desaturated map tiles instead of bright map tiles by default (#116179) 2021-10-27 06:34:07 -06:00
config.ts [Breaking] Remove deprecated enabled settings from plugins. (#113495) 2021-10-17 16:54:30 +01:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.json [Maps] Switch to SavedObjectClient.resolve (#112606) 2021-10-05 13:45:51 -06:00
README.md
tsconfig.json [Maps] Switch to SavedObjectClient.resolve (#112606) 2021-10-05 13:45:51 -06: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"