pgRouting

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

  • Message #45

    I think this I can answer by myself. These values have influence to the extent of the map (in the end of the day: minx, miny, maxx, maxy of the displayed map).