kibana/x-pack/plugins/maps
Nathan Reese 06b026c114
[maps] fix uncaught errors thrown during layer data fetching (#172501)
Fixes https://github.com/elastic/kibana/issues/172500

PR resolves the issue by not re-throwing errors in GeoJsonVectorLayer
and MvtVectorLayer syncData methods. Error state is stored in data
request and displayed to users. Errors are thrown to stop the flow of
execution for syncData.
2023-12-05 08:39:17 -07:00
..
common [Maps] Fix long field truncation on Comboboxes (#171829) 2023-11-29 13:49:41 +01:00
public [maps] fix uncaught errors thrown during layer data fetching (#172501) 2023-12-05 08:39:17 -07:00
server async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07: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.jsonc [Serverless] Partially fix lens/maps/visualize breadcrumbs missing title (#163476) 2023-08-11 10:33:50 +02:00
README.md [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
tsconfig.json [shared-ux] no-data analytics page package code cleanup (#172416) 2023-12-04 13:07:59 -07: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/apps/maps/group1/config.ts
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group2/config.ts
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group3/config.ts
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group4/config.ts