Skip to content

Commit

Permalink
Merge pull request #2450 from getredash/map-names
Browse files Browse the repository at this point in the history
Update map visualizations names.
  • Loading branch information
arikfr authored Apr 9, 2018
2 parents f551b34 + 2d08314 commit eddd941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/visualizations/choropleth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default function init(ngModule) {

VisualizationProvider.registerVisualization({
type: 'CHOROPLETH',
name: 'Choropleth',
name: 'Map (Choropleth)',
renderTemplate,
editorTemplate: editTemplate,
defaultOptions,
Expand Down
2 changes: 1 addition & 1 deletion client/app/visualizations/map/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default function init(ngModule) {

VisualizationProvider.registerVisualization({
type: 'MAP',
name: 'Map',
name: 'Map (Markers)',
renderTemplate,
editorTemplate: editTemplate,
defaultOptions,
Expand Down

0 comments on commit eddd941

Please sign in to comment.