diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3a02fd..8fc8632 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
### Change Log for Node-RED Worldmap
+ - v2.16.0 - Allow specifying custom base map server.
- v2.15.8 - Adjust ui check timing for UI worldmap.
- v2.15.7 - Tidy up geoJson handling a bit more.
- v2.15.5 - Fix SIDC icons to accept unicoded icons as labels.
diff --git a/README.md b/README.md
index f42aa30..0f6d573 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ map web page for plotting "things" on.
### Updates
+- v2.16.0 - Allow specifying custom base map server.
- v2.15.8 - Adjust ui check timing for UI worldmap.
- v2.15.7 - Tidy up geoJson handling a bit more.
- v2.15.5 - Fix SIDC icons to accept unicoded icons as labels.
diff --git a/package.json b/package.json
index dc14805..9ddd8ed 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-web-worldmap",
- "version": "2.15.8",
+ "version": "2.16.0",
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": {
"cgi": "0.3.1",
@@ -32,7 +32,7 @@
},
"author": {
"name": "Dave Conway-Jones",
- "email": "ceejay@vnet.ibm.com",
+ "email": "dceejay@gmail.com",
"url": "http://nodered.org"
},
"contributors": [
diff --git a/worldmap.html b/worldmap.html
index ca0b4db..984a2c9 100644
--- a/worldmap.html
+++ b/worldmap.html
@@ -1,20 +1,4 @@
-
-