missing bracket

This commit is contained in:
Dave Conway-Jones 2018-09-11 17:14:34 -04:00
parent 9432e816be
commit 5bf01197c5
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red-contrib-web-worldmap",
"version": "1.3.7",
"version": "1.3.8",
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": {
"cgi": "0.3.1",

View File

@ -1018,7 +1018,7 @@ function setMarker(data) {
// Now that we have a symbol we can ask for the echelon and set the symbol size
var opts = data.options || {};
opts.size = opts.size || iconSz[myMarker.getProperties().echelon] || 30;
opts.size = opts.size - 30) / 2 + 30;
opts.size = (opts.size - 30) / 2 + 30;
opts.size = opts.size * (opts.scale || 1);
myMarker = myMarker.setOptions(opts);
var myicon = L.icon({

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# date: Sept 10th 2018 - v1.3.7
# date: Sept 10th 2018 - v1.3.8
CACHE:
index.html