Home
last modified time | relevance | path

Searched refs:schedulePrecision (Results 1 – 1 of 1) sorted by relevance

/plugin/schedule/lib/
H A DscheduleCitiesMap.js24 var schedulePrecision = 5; variable
38 parseFloat (parseFloat (lat).toFixed (schedulePrecision))+"|"+
39 parseFloat (parseFloat (lon).toFixed (schedulePrecision))+")";
52 …return [parseFloat (lonLat[1]).toFixed (schedulePrecision), parseFloat (lonLat [0]).toFixed (sched…
303 var lat = parseFloat (match [1]).toFixed (schedulePrecision);
304 var lon = parseFloat (match [2]).toFixed (schedulePrecision);
578 scheduleSelectedCity.attr ('lat', parseFloat (match [1]).toFixed (schedulePrecision));
579 scheduleSelectedCity.attr ('lon', parseFloat (match [2]).toFixed (schedulePrecision));