Forum #22 - Topic #12 - Message List
Where do values in JavaScript? function come from
Dear forum, I use the data from the pgRouting Sample Application. The essential question for me is:
Where do the coordinates in the JavaScript?-function come from?:
function changeVal(typer) { ..... .....
else {
switch( sel ) {
case 1:
valX = 139.6484875;
valY = 35.5529108333333;
break;
case 2: valX =139.480447777778; valY =35.3009916666667;
break;
......
I do not found them anywhere in the kanagawa-database?
Thank you very much, Kai
Kai-Behncke
05/31/07 02:39:23

