diff --git a/src/modules/gis/GISMap.js b/src/modules/gis/GISMap.js
index 582b032f..8439fe0a 100644
--- a/src/modules/gis/GISMap.js
+++ b/src/modules/gis/GISMap.js
@@ -107,6 +107,7 @@ class GISMap extends React.Component{
showGSMCells: true,
showUMTSCells: true,
showLTECells: true,
+ show5GCells: true,
//Importing data
importFile: "",
@@ -616,6 +617,7 @@ class GISMap extends React.Component{
+
diff --git a/website/blog/2019-10-15-new-version-0.3.1.md b/website/blog/2019-10-15-new-version-0.3.1.md
index 4cc29169..3bc53bc0 100644
--- a/website/blog/2019-10-15-new-version-0.3.1.md
+++ b/website/blog/2019-10-15-new-version-0.3.1.md
@@ -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
\ No newline at end of file
+* Fixes showing of carrier colors after upload on map
+* Search for a place on the map
\ No newline at end of file