Skip to content

Commit

Permalink
remove regionmap from docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Oct 25, 2021
1 parent 480c90d commit 96a0c59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ kibana_vars=(
logging.root.appenders
logging.root.level
map.includeElasticMapsService
map.regionmap
map.tilemap.options.attribution
map.tilemap.options.maxZoom
map.tilemap.options.minZoom
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/maps/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* 2.0.
*/

import _ from 'lodash';
import { i18n } from '@kbn/i18n';
import { AddConfigDeprecation } from '@kbn/config';
import { PluginInitializerContext } from 'src/core/server';
import { PluginConfigDescriptor } from 'kibana/server';
import { MapsPlugin } from './plugin';
Expand Down

0 comments on commit 96a0c59

Please sign in to comment.