Skip to content

Commit 130166f

Browse files
lhawkman27lhawkinsclaude
authored
Repurpose Map Chart Category for GeoSet Charts Only (#340)
* feat: Repurpose Map chart category for GeoSet charts only Move GeoSet Map and GeoSet Layer from the GeoSet category to Map, and relocate all legacy map charts (DeckGL, World Map, MapBox, Country Map, Cartodiagram) to a Legacy category so the Map sidebar shows only GeoSet options. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump schema_version for Storm Track Points Text Overlay Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: lhawkins <lhawkins@teamraft.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9e4ed05 commit 130166f

18 files changed

Lines changed: 18 additions & 18 deletions

File tree

superset-frontend/plugins/geoset-map-chart/src/GeoSetMultiMap/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import controlPanel from './controlPanel';
2424
import buildQuery from './buildQuery';
2525

2626
const metadata = new ChartMetadata({
27-
category: t('GeoSet'),
27+
category: t('Map'),
2828
credits: ['https://uber.github.io/deck.gl'],
2929
description: t('Compose multiple layers together to form complex visuals.'),
3030
exampleGallery: [{ url: example }],

superset-frontend/plugins/geoset-map-chart/src/layers/GeoSetLayer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import buildQuery from '../../buildQuery';
2525
import controlPanel from './controlPanel';
2626

2727
const metadata = new ChartMetadata({
28-
category: t('GeoSet'),
28+
category: t('Map'),
2929
credits: ['https://uber.github.io/deck.gl'],
3030
description: t(
3131
'The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).',

superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import thumbnail from './images/thumbnail.png';
2424
import controlPanel from './controlPanel';
2525

2626
const metadata = new ChartMetadata({
27-
category: t('Map'),
27+
category: t('Legacy'),
2828
credits: ['https://bl.ocks.org/john-guerra'],
2929
description: t(
3030
"Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a choropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.",

superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import example2 from './images/MapBox2.jpg';
2323
import controlPanel from './controlPanel';
2424

2525
const metadata = new ChartMetadata({
26-
category: t('Map'),
26+
category: t('Legacy'),
2727
credits: ['https://www.mapbox.com/mapbox-gl-js/api/'],
2828
description: '',
2929
exampleGallery: [

superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import example2 from './images/WorldMap2.jpg';
2424
import controlPanel from './controlPanel';
2525

2626
const metadata = new ChartMetadata({
27-
category: t('Map'),
27+
category: t('Legacy'),
2828
credits: ['http://datamaps.github.io/'],
2929
description: t(
3030
'A map of the world, that can indicate values in different countries.',

superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import transformProps from '../transformProps';
2323
import controlPanel from './controlPanel';
2424

2525
const metadata = new ChartMetadata({
26-
category: t('Map'),
26+
category: t('Legacy'),
2727
credits: ['https://uber.github.io/deck.gl'],
2828
description: t('Compose multiple layers together to form complex visuals.'),
2929
exampleGallery: [{ url: example }],

superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import transformProps from '../../transformProps';
2323
import controlPanel from './controlPanel';
2424

2525
const metadata = new ChartMetadata({
26-
category: t('Map'),
26+
category: t('Legacy'),
2727
credits: ['https://uber.github.io/deck.gl'],
2828
behaviors: [
2929
Behavior.InteractiveChart,

superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import thumbnail from './images/thumbnail.png';
2323
import example from './images/example.png';
2424

2525
const metadata = new ChartMetadata({
26-
category: t('Map'),
26+
category: t('Legacy'),
2727
credits: ['https://uber.github.io/deck.gl'],
2828
description: t(
2929
'Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data',

superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import transformProps from '../../transformProps';
2323
import controlPanel from './controlPanel';
2424

2525
const metadata = new ChartMetadata({
26-
category: t('Map'),
26+
category: t('Legacy'),
2727
credits: ['https://uber.github.io/deck.gl'],
2828
description: t(
2929
'The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).',

superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import transformProps from '../../transformProps';
2323
import controlPanel from './controlPanel';
2424

2525
const metadata = new ChartMetadata({
26-
category: t('Map'),
26+
category: t('Legacy'),
2727
credits: ['https://uber.github.io/deck.gl'],
2828
description: t(
2929
'Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.',

0 commit comments

Comments
 (0)