Skip to content

Commit

Permalink
use dark base map style
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed Sep 12, 2019
1 parent b494b6b commit 524288a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/demos/tiles-3d-demo.js
Expand Up @@ -13,7 +13,7 @@ export default class GeoJsonDemo extends Component {
}

static get mapStyle() {
return MAPBOX_STYLES.LIGHT;
return MAPBOX_STYLES.DARK;
}

static renderInfo(meta) {
Expand Down

0 comments on commit 524288a

Please sign in to comment.