add turf package to included deps

This commit is contained in:
Dave Conway-Jones 2021-10-04 09:41:46 +01:00
parent 704b6edcb6
commit 59941f705c
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@
"cgi",
"compression",
"express",
"sockjs"
"sockjs",
"@turf/bezier-spline"
],
"repository": {
"type": "git",

View File

@ -16,7 +16,7 @@ var buttons = {};
var marksIndex = 0;
var menuOpen = false;
var clusterAt = 0;
var maxage = 600; // default max age of icons on map in seconds - cleared after 10 mins
var maxage = 900; // default max age of icons on map in seconds - cleared after 10 mins
var baselayername = "OSM grey"; // Default base layer OSM but uniform grey
var ibmfoot = " © IBM 2015,2021"
var inIframe = false;