[Maps] Add maps to data category (#29024) (#29029)

This commit is contained in:
Thomas Neirynck 2019-01-22 10:05:17 -05:00 committed by GitHub
parent 766d193de7
commit 194a73cc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,12 +13,12 @@ import {
FeatureCatalogueRegistryProvider.register(() => {
return {
id: 'gis',
title: 'GIS',
description: 'Map and analyze the geo-data from Elasticsearch and the Elastic Maps Service',
icon: 'gisApp', //no gis logo yet
title: 'Maps',
description: 'Explore geospatial data from Elasticsearch and the Elastic Maps Service',
icon: 'gisApp',
path: '/app/gis',
showOnHomePage: true,
category: FeatureCatalogueCategory.OTHER
category: FeatureCatalogueCategory.DATA
};
});