Skip to content

Commit

Permalink
Added TODO notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 13, 2018
1 parent c31201a commit b5e5b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export const visTypes = {
label: t('Map'),
controlSetRows: [
['mapbox_style', 'viewport'],
// ['autozoom', null],
// TODO ['autozoom', null],
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion superset/assets/visualizations/deckgl/layers/geojson.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { GeoJsonLayer } from 'deck.gl';
// import geojsonExtent from 'geojson-extent';
// TODO import geojsonExtent from 'geojson-extent';

import DeckGLContainer from './../DeckGLContainer';
import * as common from './common';
Expand Down

0 comments on commit b5e5b1b

Please sign in to comment.