Names default to here ( 1 ) ;
dt = New Table ( "Coordinates" ,
Add Rows( 1 ) ,
New Column ( "lat" ,
Numeric,
"Continuous" ,
Format ( "Best" , 12 ) ,
Set Values( [ 54.67 ] )
) ,
New Column ( "long" ,
Numeric,
"Continuous" ,
Format ( "Best" , 12 ) ,
Set Values( [ 11.8 ] )
)
) ;
New Window ( "Graphs" ,
H List Box (
dt < < Graph Builder (
Size( 400 , 400 ) ,
Show Control Panel( 0 ) ,
Variables( X( : long ) , Y( : lat ) ) ,
Elements( Points( X, Y, Legend( 4 ) ) , Smoother( X, Y, Legend( 5 ) ) ) ,
SendToReport(
Dispatch(
{ } ,
"long" ,
ScaleBox,
{ Scale( "Geodesic" ) , Format ( "Best" , 12 ) , Min ( 11.5647902766448 ) ,
Max ( 12.0259891048949 ) , Inc( 0.1 ) , Minor Ticks( 0 ) }
) ,
Dispatch(
{ } ,
"lat" ,
ScaleBox,
{ Scale( "Geodesic" ) , Format ( "Best" , 12 ) , Min ( 54.4690510216314 ) ,
Max ( 54.8504643985809 ) , Inc( 0.05 ) , Minor Ticks( 0 ) }
) ,
Dispatch(
{ } ,
"Graph Builder" ,
FrameBox,
{ Background Map( Images( "Street Map Service" ) ) , Grid Line Order( 2 ) ,
Reference Line Order( 3 ) }
)
)
) ,
dt < < Graph Builder (
Size( 400 , 400 ) ,
Show Control Panel( 0 ) ,
Variables( X( : long ) , Y( : lat ) ) ,
Elements( Points( X, Y, Legend( 4 ) ) , Smoother( X, Y, Legend( 5 ) ) ) ,
SendToReport(
Dispatch(
{ } ,
"long" ,
ScaleBox,
{ Scale( "Geodesic" ) , Format ( "Best" , 12 ) , Min ( 11.7134986930303 ) ,
Max ( 11.8772806885094 ) , Inc( 0.1 ) , Minor Ticks( 0 ) }
) ,
Dispatch(
{ } ,
"lat" ,
ScaleBox,
{ Scale( "Geodesic" ) , Format ( "Best" , 12 ) , Min ( 54.5890610200553 ) ,
Max ( 54.7509161685288 ) , Inc( 0.05 ) , Minor Ticks( 0 ) }
) ,
Dispatch(
{ } ,
"Graph Builder" ,
FrameBox,
{ Background Map( Images( "Street Map Service" ) ) , Grid Line Order( 2 ) ,
Reference Line Order( 3 ) }
)
)
) ,
dt < < Graph Builder (
Size( 400 , 400 ) ,
Show Control Panel( 0 ) ,
Variables( X( : long ) , Y( : lat ) ) ,
Elements( Points( X, Y, Legend( 4 ) ) , Smoother( X, Y, Legend( 5 ) ) ) ,
SendToReport(
Dispatch(
{ } ,
"long" ,
ScaleBox,
{ Scale( "Geodesic" ) , Format ( "Best" , 12 ) , Min ( 11.7797994052467 ) ,
Max ( 11.7904094848223 ) , Inc( 0.0025 ) , Minor Ticks( 0 ) }
) ,
Dispatch(
{ } ,
"lat" ,
ScaleBox,
{ Scale( "Geodesic" ) , Format ( "Best" , 12 ) , Min ( 54.664777984559 ) ,
Max ( 54.6729172236855 ) , Inc( 0.002 ) , Minor Ticks( 0 ) }
) ,
Dispatch(
{ } ,
"Graph Builder" ,
FrameBox,
{ Background Map(
Images(
"Web Map Service" ,
"https://ows.terrestris.de/osm-gray/service?" ,
"OSM-WMS"
)
) , Grid Line Order( 2 ) , Reference Line Order( 3 ) }
)
)
)
)
) ;
Names default to here(1);
dt = New Table( "Coordinates",
Add Rows( 1 ),
New Column( "lat",
Numeric,
"Continuous",
Format( "Best", 12 ),
Set Values( [54.67] )
),
New Column( "long",
Numeric,
"Continuous",
Format( "Best", 12 ),
Set Values( [11.8] )
)
);
New Window("Graphs",
H List Box(
dt << Graph Builder(
Size( 400, 400 ),
Show Control Panel( 0 ),
Variables( X( :long ), Y( :lat ) ),
Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) ),
SendToReport(
Dispatch(
{},
"long",
ScaleBox,
{Scale( "Geodesic" ), Format( "Best", 12 ), Min( 11.5647902766448 ),
Max( 12.0259891048949 ), Inc( 0.1 ), Minor Ticks( 0 )}
),
Dispatch(
{},
"lat",
ScaleBox,
{Scale( "Geodesic" ), Format( "Best", 12 ), Min( 54.4690510216314 ),
Max( 54.8504643985809 ), Inc( 0.05 ), Minor Ticks( 0 )}
),
Dispatch(
{},
"Graph Builder",
FrameBox,
{Background Map( Images( "Street Map Service" ) ), Grid Line Order( 2 ),
Reference Line Order( 3 )}
)
)
),
dt << Graph Builder(
Size( 400, 400 ),
Show Control Panel( 0 ),
Variables( X( :long ), Y( :lat ) ),
Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) ),
SendToReport(
Dispatch(
{},
"long",
ScaleBox,
{Scale( "Geodesic" ), Format( "Best", 12 ), Min( 11.7134986930303 ),
Max( 11.8772806885094 ), Inc( 0.1 ), Minor Ticks( 0 )}
),
Dispatch(
{},
"lat",
ScaleBox,
{Scale( "Geodesic" ), Format( "Best", 12 ), Min( 54.5890610200553 ),
Max( 54.7509161685288 ), Inc( 0.05 ), Minor Ticks( 0 )}
),
Dispatch(
{},
"Graph Builder",
FrameBox,
{Background Map( Images( "Street Map Service" ) ), Grid Line Order( 2 ),
Reference Line Order( 3 )}
)
)
),
dt << Graph Builder(
Size( 400, 400 ),
Show Control Panel( 0 ),
Variables( X( :long ), Y( :lat ) ),
Elements( Points( X, Y, Legend( 4 ) ), Smoother( X, Y, Legend( 5 ) ) ),
SendToReport(
Dispatch(
{},
"long",
ScaleBox,
{Scale( "Geodesic" ), Format( "Best", 12 ), Min( 11.7797994052467 ),
Max( 11.7904094848223 ), Inc( 0.0025 ), Minor Ticks( 0 )}
),
Dispatch(
{},
"lat",
ScaleBox,
{Scale( "Geodesic" ), Format( "Best", 12 ), Min( 54.664777984559 ),
Max( 54.6729172236855 ), Inc( 0.002 ), Minor Ticks( 0 )}
),
Dispatch(
{},
"Graph Builder",
FrameBox,
{Background Map(
Images(
"Web Map Service",
"https://ows.terrestris.de/osm-gray/service?",
"OSM-WMS"
)
), Grid Line Order( 2 ), Reference Line Order( 3 )}
)
)
)
)
);