Prerequisite for https://github.com/elastic/kibana/issues/174960 All usages of Map embeddable must be replaced before Map embeddable can be refactored to react embeddable. Usages: - [x] data_visualizer (nreese) x-pack/plugins/data_visualizer/public/application/common/components/embedded_map/embedded_map.tsx https://github.com/elastic/kibana/pull/181928 - [x] ml (nreese) x-pack/plugins/ml/public/application/components/ml_embedded_map/ml_embedded_map.tsx https://github.com/elastic/kibana/pull/182409 - [x] observability (nickpeihl) x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.tsx https://github.com/elastic/kibana/pull/182753 - [x] observability (nickpeihl) x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.tsx https://github.com/elastic/kibana/pull/182841 - [x] security (nreese) x-pack/plugins/security_solution/public/explore/network/components/embeddables/create_embeddable.tsx https://github.com/elastic/kibana/pull/182737
Prerequisite for #174960
All usages of Map embeddable must be replaced before Map embeddable can be refactored to react embeddable.
Usages: