Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala committed Oct 15, 2019
1 parent 1a35091 commit 0d266c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/modules/gis/GISMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class GISMap extends React.Component{
showGSMCells: true,
showUMTSCells: true,
showLTECells: true,
show5GCells: true,

//Importing data
importFile: "",
Expand Down Expand Up @@ -616,6 +617,7 @@ class GISMap extends React.Component{
<Checkbox inline={true} checked={this.state.showGSMCells} name="showGSMCells" label="GSM" onChange={this.handleTechFilterCheckBox} />
<Checkbox inline={true} checked={this.state.showUMTSCells} name="showUMTSCells" label="UMTS" onChange={this.handleTechFilterCheckBox} />
<Checkbox inline={true} checked={this.state.showLTECells} name="showLTECells" label="LTE" onChange={this.handleTechFilterCheckBox} />
<Checkbox inline={true} checked={this.state.show5GCells} name="show5GCells" label="5G" onChange={this.handleTechFilterCheckBox} />
</div>

<div>
Expand Down
3 changes: 2 additions & 1 deletion website/blog/2019-10-15-new-version-0.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ authorURL: https://www.ssegga.com
* Adds options to export XLSX or XLSB when converting csv files to excel
* Adds option to re-create the entire database or just apply the new changes
* Remove of BTS5900 during GExport pre-processing step
* Fixes showing of carrier colors after upload on map
* Fixes showing of carrier colors after upload on map
* Search for a place on the map

0 comments on commit 0d266c6

Please sign in to comment.