kibana/x-pack/plugins/maps/kibana.json
Nathan Reese dd9dd52718
[maps] remove tile_map, region_map, and maps_legacy plugins (#105326)
* [maps] remove tile_map plugin

* initial bounds

* update embeddable query context

* start editor

* remove tile_map from tsconfig and i18n cleanup

* implement view in maps button

* tslint

* remove empty lines

* remove tileMap from limits.yml

* remove region_map and maps_legacy plugins

* region_map vis with Map embeddable

* make MapComponent

* lint

* clean up

* shorten text

* lint

* remove region_map from interpreter functional tests

* update docs

* add migration for removing ui_settings

* remove tile_map and region_map functional tests

* tslint

* call handlers.done when layers are loaded

* fix visualize create menu test

* eslint

* add owner comment to ui_settings/saved_objects/migrations.ts

* remove deleted plugins from codeowners

* review feedback

* use correct value for TILE_MAP_RENDER

* down select mapModules for getLayerDescriptors callback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-18 12:51:31 -06:00

46 lines
780 B
JSON

{
"id": "maps",
"owner": {
"name": "GIS",
"githubTeam": "kibana-gis"
},
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "maps"],
"requiredPlugins": [
"licensing",
"features",
"inspector",
"data",
"fileUpload",
"uiActions",
"navigation",
"expressions",
"visualizations",
"dashboard",
"embeddable",
"mapsEms",
"savedObjects",
"share",
"presentationUtil"
],
"optionalPlugins": [
"home",
"savedObjectsTagging",
"charts",
"security",
"usageCollection"
],
"ui": true,
"server": true,
"extraPublicDirs": [
"common/constants"
],
"requiredBundles": [
"kibanaReact",
"kibanaUtils",
"usageCollection",
"home",
"mapsEms"
]
}