Skip to content
Snippets Groups Projects
Commit 3c7c5897 authored by Leonardo's avatar Leonardo
Browse files

fix: import location of node query result in map vis

parent e81a1ea2
No related branches found
No related tags found
No related merge requests found
Pipeline #144987 passed
......@@ -4,7 +4,6 @@ import { CompositeLayer, FlyToInterpolator, MapViewState, WebMercatorViewport }
import { CompositeLayerType, Coordinate, LayerSettingsType, LocationInfo, SearchResultType } from './mapvis.types';
import { VISComponentType, VisualizationPropTypes } from '../../common';
import { layerTypes, createBaseMap, LayerTypes } from './layers';
import { NodeQueryResult } from '@/lib/data-access/store/graphQueryResultSlice';
import { geoCentroid } from 'd3';
import { Attribution, ActionBar, MapTooltip, MapSettings } from './components';
import { useSelectionLayer, useCoordinateLookup } from './hooks';
......@@ -15,6 +14,7 @@ import { NodeType } from '../nodelinkvis/types';
import { ChoroplethLayer } from './layers/choropleth-layer/ChoroplethLayer';
import { Map } from 'react-map-gl';
import { getEnvVariable } from '@/config';
import { NodeQueryResult } from 'ts-common';
export type MapProps = {
layer: LayerTypes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment