-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
653 lines (653 loc) · 18.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 for Windows version 5.1.41">
<meta http-equiv="Content-type"
content="text/html; charset=utf-8">
<title>
Map Testing Site 2
</title>
<link rel="stylesheet"
href="css/home.css"
type="text/css">
</head>
<body>
<h1>
Map Testing Site 2
</h1>
<p>
Note, this is <span class="redb">NOT</span> a 'show case' nor user 'viewing' site! <span class="yellbg">Not ALL pages 'work'!</span> They are mainly javascript coding tests.
</p>
<p>
Perhaps a MAIN page, if there is one, is <a target="_blank"
href="map-test.html">map-test</a>, using the crossfeed json data to track flights world wide. It also tries to use the <a target="_blank"
href="http://mpserver15.flightgear.org/modules/content/index.php?id=4">FlightGear Tracker API</a> to display the history of the fligth if available. And a similar <a target="_blank"
href="livedata.html">livedata</a> table display with links to an individual flight 'tracker' display. Of course ONLY flights 'tracked' by <a target="_blank"
href="http://mpserver15.flightgear.org/modules/fgtracker/">FGTracker</a> are shown.
</p>
<p>
Otherwise, this is just a BIG bunch of 'map' tests, using OpenLayers, OpenStreetMap, and much more, It started out as just looking at and experimenting with our FGx test.fgx.ch (also down), examining, experimenting, until I had my own map-test display, but then went on to many other tests and experiments. Most were concerning OpenLayers, and quite a number of experiments with mouse hover popups, and tools tips, some of which 'failed', but others work as expected, as I learned some of the ins and outs of such tooltip popup displays. In the final 'map' I wanted to be able to display information about the 'feature' as the mouse hovered over it. While not 'hovering' the 'marker-custom.html' example shows the adding of a custom marker with a label to a vector layer as a feature shows lots of promise.
</p>
<p>
The table below contains the current 'work' files, with a brief description, in approximate date order, or an alpha sorted link <a href="#sorted">list</a>. To repeat - <span class="yellbg">NOT ALL PAGES 'WORK'!</span> - Such 'bad' examples, tests, are left here to show what DOES NOT WORK, and perhaps later discover the reason.
</p><!-- *** MAIN TABLE BEGIN *** -->
<table align="center"
width="100%"
border="0"
cellpadding="2"
cellspacing="2"
summary="Site List">
<thead>
<tr>
<th>
Link
</th>
<th>
Description
</th>
<th>
Link
</th>
<th>
Description
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a target="_blank"
href="livedata.html">livedata.html</a>
</td>
<td>
Table display of livedata from FG Tracker API
</td>
<td>
<a target="_blank"
href="tracker2.html">tracker2.html</a>
</td>
<td>
Given a fid=5785737 track flight 2D using FG Tracker
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="map-test3.html">map-test3.html</a>
</td>
<td>
FG Tracker Planes using FG Tracker API
</td>
<td>
<a target="_blank"
href="flightid.html">flightid.html</a>
</td>
<td>
Give a ?id=5781776 parameter fetch and diplay in table
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="flights.html">flights.html</a>
</td>
<td>
Simple table display of crossfeed json
</td>
<td>
<a target="_blank"
href="tooltip1.html">tooltip1.html</a>
</td>
<td>
Full map with layer switcher and markers but custom tooltips does not appear?
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="map-test.html">map-test.html</a>
</td>
<td>
The main feature page. On selection show tracker.html
</td>
<td>
<a target="_blank"
href="tracker.html">tracker.html</a>
</td>
<td>
Development of a tracker - Used by globe 3D on flight selection
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="tooltip3.html">tooltip3.html</a>
</td>
<td>
Full map with marker with hover tooltips using label.js
</td>
<td>
<a target="_blank"
href="tooltip2.html">tooltip2.html</a>
</td>
<td>
Full map with marker with hover tooltips using label.js
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="nav.html">nav.html</a>
</td>
<td>
Started loading csv/json adding airports etc to display
</td>
<td>
<a target="_blank"
href="marker.html">marker.html</a>
</td>
<td>
Small map with mouse pos outside map adds diff. image markers on click has selector
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="mapx.html">mapx.html</a>
</td>
<td>
STAR display with airways added
</td>
<td>
<a target="_blank"
href="map2.html">map2.html</a>
</td>
<td>
STAR display using manual generated STAR.json
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="map-fsm.html">map-fsm.html</a>
</td>
<td>
Display of STAR as a 'flat spraghetti monster'
</td>
<td>
<a target="_blank"
href="json-load.html">json-load.html</a>
</td>
<td>
Further experiments with csv/json loading
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="circle.html">circle.html</a>
</td>
<td>
Some experiments with circle sizes per zoom
</td>
<td>
<a target="_blank"
href="dist-test.html">dist-test.html</a>
</td>
<td>
Experiments with getting fast distance calculation
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="morecolor.html">morecolor.html</a>
</td>
<td>
Global Heightmap Color Range Experiments
</td>
<td>
<a target="_blank"
href="read-hgt5.html">read-hgt5.html</a>
</td>
<td>
Display of data2/N37W123.hgt colormap
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="read-hgt4.html">read-hgt4.html</a>
</td>
<td>
Display of data2/N37W123.hgt colormap
</td>
<td>
<a target="_blank"
href="safety_palette.html">safety_palette.html</a>
</td>
<td>
Height Color Table Tests
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="flights3d.html">flights3d.html</a>
</td>
<td>
Display of 2392 ILS on a 3D globe
</td>
<td>
<a target="_blank"
href="wmm-test.html">wmm-test.html</a>
</td>
<td>
Show magnetic deviation using World Magnetic Model
</td>
</tr>
<tr>
<td>
<strong>index.html</strong>
</td>
<td>
This file
</td>
<td>
<a target="_blank"
href="display-csv.html">display-csv.html</a>
</td>
<td>
Load of 1/4 million cvs records and display on 3D layered sphere
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="fgcom.html">fgcom.html</a>
</td>
<td>
Live FGCOM Server Connections
</td>
<td>
<a target="_blank"
href="colormap.html">colormap.html</a>
</td>
<td>
View color ranges to build height map image
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="map.html">map.html</a>
</td>
<td>
Simple full windows map with a marker
</td>
<td>
<a target="_blank"
href="marker-custom.html">marker-custom.html</a>
</td>
<td>
Adding custom marker as feature to vector layer on click and drag
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="marker1.html">marker1.html</a>
</td>
<td>
Simple map with marker and line draw
</td>
<td>
<a target="_blank"
href="moving.html">moving.html</a>
</td>
<td>
No map - Just entering text Add Task and Delete tasks in javascript
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="nav1.html">nav1.html</a>
</td>
<td>
Full screen map with marker and selector and big zoom tool
</td>
<td>
<a target="_blank"
href="popup.html">popup.html</a>
</td>
<td>
Simple full map with marker but NO popup tooltip!
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="popup2.html">popup2.html</a>
</td>
<td>
No map jQuery UI Dialog - basic dialog display
</td>
<td>
<a target="_blank"
href="popup3.html">popup3.html</a>
</td>
<td>
No map jQuery UI Dialog - Animated dialog display and destroy
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="popup4.html">popup4.html</a>
</td>
<td>
Small map test using ext-all-debug.js slider to dim map display
</td>
<td>
<a target="_blank"
href="proxy.php">proxy.php</a>
</td>
<td>
Do a fetch given a url
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="show-one.html">show-one.html</a>
</td>
<td>
3D display of three.js json aircraft model
</td>
<td>
<a target="_blank"
href="sundial2.html">sundial2.html</a>
</td>
<td>
FramedCloud Popup with Text File - OpenLayers - FAILS!
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="testcss.html">testcss.html</a>
</td>
<td>
Just testing some CSS
</td>
<td>
<a target="_blank"
href="testcss3.html">testcss3.html</a>
</td>
<td>
Test of rotating text - not all works!
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="testjs.html">testjs.html</a>
</td>
<td>
Just some quick tests of javascript code
</td>
<td>
<a target="_blank"
href="testjs2.html">testjs2.html</a>
</td>
<td>
Test javascript input checkbox onclick
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="threejs-demo.html">threejs-demo.html</a>
</td>
<td>
Started experiments with Theo's fgx-globe/fgx-globe-r3
</td>
<td>
<a target="_blank"
href="updown.html">updown.html</a>
</td>
<td>
No map - moving entries in a tables - seeking table sort
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="updown2.html">updown2.html</a>
</td>
<td>
No map - moving entries in a tables - seeking table sort
</td>
<td>
<a target="_blank"
href="vector-features.html">vector-features.html</a>
</td>
<td>
Small no map random features marker line with tooltip popup
</td>
</tr>
<tr>
<td align="center"
colspan="4">
<a href="#top">top</a> <a href="#end">end</a>
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="delete-vertex.html">delete-vertex.html</a>
</td>
<td>
Delete not working? Small map with toolbar and layeswitcher
</td>
<td>
<a target="_blank"
href="demof.html">demof.html</a>
</td>
<td>
Crossfeed map fairly clean copy
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="devel.html">devel.html</a>
</td>
<td>
Crossfeed map with Model added to list. Links to tracker.html
</td>
<td>
<a target="_blank"
href="draw-feature.html">draw-feature.html</a>
</td>
<td>
Small map with 4 layers in switcher to draw points lines etc with delete experiments
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="getip.html">getip.html</a>
</td>
<td>
Display the client IP
</td>
<td>
<a target="_blank"
href="globe.html">globe.html</a>
</td>
<td>
3D shell using threejs-demo.html in iframe
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="highlight-feature.html">highlight-feature.html</a>
</td>
<td>
Simple highlight features example. No map.
</td>
<td>
<a target="_blank"
href="ietest.html">ietest.html</a>
</td>
<td>
IE css test of position: absolute of two table
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="index_fast.html">index_fast.html</a>
</td>
<td>
Crossfeed map will error in listing
</td>
<td>
<a target="_blank"
href="index_json2.html">index_json2.html</a>
</td>
<td>
Crossfeed map with error in listing like index-fast
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="jquery.qtip.html">jquery.qtip.html</a>
</td>
<td>
Hover popup toolstips using jquery.qtip.js
</td>
<td>
<a target="_blank"
href="circle-failed.html">circle-failed.html</a>
</td>
<td>
No display!
</td>
</tr>
<tr>
<td>
<a target="_blank"
href="crossfeed.php">crossfeed.php</a>
</td>
<td>
Just fetch the current flights.json list
</td>
<td>
<a target="_blank"
href="airports.html">airports.html</a>
</td>
<td>
Crossfeed map with overlay that failes. How to stop the pink?
</td>
</tr>
</tbody>
</table><!-- *** MAIN TABLE END *** -->
<a name="sorted"
id="sorted"></a>
<p>
Alpha sorted list: <a target="_blank"
href="airports.html">airports.html</a> <a target="_blank"
href="circle-failed.html">circle-failed.html</a> <a target="_blank"
href="circle.html">circle.html</a> <a target="_blank"
href="colormap.html">colormap.html</a> <a target="_blank"
href="crossfeed.php">crossfeed.php</a> <a target="_blank"
href="delete-vertex.html">delete-vertex.html</a> <a target="_blank"
href="demof.html">demof.html</a> <a target="_blank"
href="devel.html">devel.html</a> <a target="_blank"
href="display-csv.html">display-csv.html</a> <a target="_blank"
href="dist-test.html">dist-test.html</a> <a target="_blank"
href="draw-feature.html">draw-feature.html</a> <a target="_blank"
href="fgcom.html">fgcom.html</a> <a target="_blank"
href="flightid.html">flightid.html</a> <a target="_blank"
href="flights.html">flights.html</a> <a target="_blank"
href="flights3d.html">flights3d.html</a> <a target="_blank"
href="getip.html">getip.html</a> <a target="_blank"
href="globe.html">globe.html</a> <a target="_blank"
href="highlight-feature.html">highlight-feature.html</a> <a target="_blank"
href="ietest.html">ietest.html</a> <a target="_blank"
href="index.html">index.html</a> <a target="_blank"
href="index_fast.html">index_fast.html</a> <a target="_blank"
href="index_json2.html">index_json2.html</a> <a target="_blank"
href="jquery.qtip.html">jquery.qtip.html</a> <a target="_blank"
href="json-load.html">json-load.html</a> <a target="_blank"
href="livedata.html">livedata.html</a> <a target="_blank"
href="map-fsm.html">map-fsm.html</a> <a target="_blank"
href="map-test.html">map-test.html</a> <a target="_blank"
href="map-test3.html">map-test3.html</a> <a target="_blank"
href="map.html">map.html</a> <a target="_blank"
href="map2.html">map2.html</a> <a target="_blank"
href="mapx.html">mapx.html</a> <a target="_blank"
href="marker-custom.html">marker-custom.html</a> <a target="_blank"
href="marker.html">marker.html</a> <a target="_blank"
href="marker1.html">marker1.html</a> <a target="_blank"
href="morecolor.html">morecolor.html</a> <a target="_blank"
href="moving.html">moving.html</a> <a target="_blank"
href="nav.html">nav.html</a> <a target="_blank"
href="nav1.html">nav1.html</a> <a target="_blank"
href="popup.html">popup.html</a> <a target="_blank"
href="popup2.html">popup2.html</a> <a target="_blank"
href="popup3.html">popup3.html</a> <a target="_blank"
href="popup4.html">popup4.html</a> <a target="_blank"
href="proxy.php">proxy.php</a> <a target="_blank"
href="read-hgt4.html">read-hgt4.html</a> <a target="_blank"
href="read-hgt5.html">read-hgt5.html</a> <a target="_blank"
href="safety_palette.html">safety_palette.html</a> <a target="_blank"
href="show-one.html">show-one.html</a> <a target="_blank"
href="sundial2.html">sundial2.html</a> <a target="_blank"
href="testcss.html">testcss.html</a> <a target="_blank"
href="testcss3.html">testcss3.html</a> <a target="_blank"
href="testjs.html">testjs.html</a> <a target="_blank"
href="testjs2.html">testjs2.html</a> <a target="_blank"
href="threejs-demo.html">threejs-demo.html</a> <a target="_blank"
href="tooltip1.html">tooltip1.html</a> <a target="_blank"
href="tooltip2.html">tooltip2.html</a> <a target="_blank"
href="tooltip3.html">tooltip3.html</a> <a target="_blank"
href="tracker.html">tracker.html</a> <a target="_blank"
href="tracker2.html">tracker2.html</a> <a target="_blank"
href="updown.html">updown.html</a> <a target="_blank"
href="updown2.html">updown2.html</a> <a target="_blank"
href="vector-features.html">vector-features.html</a> <a target="_blank"
href="wmm-test.html">wmm-test.html</a>
</p>
<p>
Done Site Map of 62 of 63 files, on 2014/09/11 12:14:51 UTC, by genindex04.pl
</p>
<p>
As noted above this table is generated by genindex (geninex04.pl), taking the description from description.csv, so when new modules are added, a description should also be added to description.csv. Adding a description of 'EXCLUDE' will exclude a file from the list, and a decription of 'Previous backup copy' will cause the listing to be last, and the special description of 'This file' will mean no link anchor added. Otherwise they are in general date order.
</p>
<p class="top">
<a href="#top">top</a>
</p>
<p>
<a target="_blank"
href="http://tidy.sourceforge.net/"><img border="0"
src="images/checked_by_tidy.gif"
alt="checked by tidy"
width="32"
height="32"></a> <a href="http://validator.w3.org/check?uri=referer"
target="_blank"><img src="images/valid-html401.gif"
alt="Valid HTML 4.01 Transitional"
width="88"
height="31"></a>
</p><!-- 20160223 - crossfeed is back. -->
<!-- 20131118 - add brief description to each in table initially generated by genindex03.pl -->
<!-- index.html - 20131114 - initial index -->
</body>
</html>