#98 Changed demo startpoint

master
Keith Irwin 2017-06-27 13:45:50 -04:00
parent b01100c03b
commit 02e9b9e3e7
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ module.exports = (io)=>{
sendLoc(ln+1);
}, loc[0]);
}
})(0);
})(5667);
});
};

View File

@ -24,10 +24,10 @@ router.get('/demo', (req,res,next)=>{
_id: 'demo',
name: 'Demo',
last: {
lat: 39.2980269,
lon: -76.8988908,
dir: 0,
spd: 0
lat: 40.1165853,
lon: -87.5417312,
dir: 249.0,
spd: 19.015747
},
settings: {
marker: 'marker-red',
@ -35,7 +35,7 @@ router.get('/demo', (req,res,next)=>{
showTemp: false,
showSpeed: true,
showScale: true,
defaultZoom: 12,
defaultZoom: 13,
defaultMap: 'road',
units: 'standard'
},