Skip to content

Commit

Permalink
feat(landing): combine vector and raster bastemaps categories (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Nov 25, 2021
1 parent 67056d6 commit def9c98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/landing/src/components/layer.switcher.dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ export class LayerSwitcherDropdown extends Component<unknown, LayerSwitcherDropd
<div>
<h6>Layers</h6>
<select onChange={this.onChange} value={this.state.currentLayer}>
<optgroup label="Raster basemap">
<optgroup label="Basemaps">
<option value="aerial"> Aerial Imagery</option>
</optgroup>
<optgroup label="Vector basemap">
<option value="topographic::topolike">Topographic</option>
{this.state.isBasicStyleEnabled ? <option value="topographic::basic">Basic</option> : undefined}
</optgroup>
Expand Down

0 comments on commit def9c98

Please sign in to comment.