Dynomity
de426ba823
removed flag id
2015-08-24 20:35:00 -06:00
Dynomity
c95e5775ff
minor cosmetic tweaks around flags
2015-08-24 12:44:59 -06:00
Dynomity
899e072cf1
Added back the flag in the selected section
2015-08-24 12:39:37 -06:00
Dynomity
00f3f3723e
removed Country column
2015-08-22 10:13:02 -06:00
Dynomity
9e94a6dc1a
fixed North/South Korea elements
2015-08-21 18:44:27 -06:00
Dynomity
baddeb9034
cleaning up code and plane table
2015-08-21 18:38:38 -06:00
Dynomity
1babb5b55c
Added span for flag icon in selected
2015-08-19 22:00:57 -06:00
Dynomity
1a5e6e2187
searches in hex now.
...
The search now looks at the hex object array in flags.js. Also moved
the search in the planeObject section. See got to to figure out whether
I should add a new property for the image.
2015-08-18 22:37:34 -06:00
Dynomity
687720386f
Removed decimal ICAO codes. Only hex objects
2015-08-18 22:31:13 -06:00
Dynomity
725fd31249
Update flags.js
2015-08-18 12:19:43 -06:00
Dynomity
31ccabe952
added flags.js
2015-08-17 22:25:39 -06:00
Dynomity
849fc1acf2
work in progress
...
created static file to store ICAO codes
2015-08-17 22:23:23 -06:00
Dynomity
bb576566ca
changed ICAO to Country in selected section
2015-08-17 22:20:13 -06:00
Dynomity
ee36258f49
Create README.txt
2015-08-17 12:20:34 -06:00
Dynomity
3f4d35f04c
add blank flag
2015-08-17 05:00:19 -06:00
Dynomity
e907a068f2
Update gmap.html
2015-08-16 17:22:10 -06:00
Dynomity
54be82c50c
Update script.js
2015-08-16 17:17:16 -06:00
Dynomity
c3e3130da8
flag images
...
flag images in flags-tiny directory
2015-08-16 14:09:13 -06:00
Dynomity
c62dda5136
adding country flags to ICAO listing
...
Requires addition of flag images as .png files stored in ~/flags-tiny.
I think I got them from http://www.iconarchive.com/category/flag-icons.html
This is my first attempt with github. Please bear with me!
2015-08-16 12:49:41 -06:00
Oliver Jowett
b4490c7b47
Clear markers and don't color rows if the aircraft sees no positions for 60s,
...
even if they are still receiving other messages.
The marker/trail can be redisplayed by selecting the plane from the table.
2015-07-15 17:07:28 +01:00
Oliver Jowett
e5053ac5c9
Only set/reset position_from_mlat when we actually see position data.
...
Otherwise, if the position data times out on the dump1090 side, we'd
keep the last seen position on the webpage side but lose the mlat
status.
2015-06-29 15:51:42 +01:00
Oliver Jowett
32f87412d6
Show mlat positions differently in the detail pane.
2015-06-29 14:04:52 +01:00
Oliver Jowett
f1f76cb8e3
When receiving mlat, allow larger gaps between positions before plotting estimated tracks.
...
mlat positions aren't generally so frequent as proper ES, so they'd almost always plot
as estimated.
2015-06-29 12:44:19 +01:00
Oliver Jowett
bd96d40e4e
Display aircraft with mlat-derived positions with a different row color.
2015-06-29 10:47:29 +01:00
Oliver Jowett
8209267301
Avoid creating small child blocks, keep data in the parent where possible.
...
This reduces the number of blocks from 151 to 61.
2015-02-24 23:04:26 +00:00
Oliver Jowett
da2fff8531
Proof of concept for an aircraft metadata DB.
2015-02-24 21:51:30 +00:00
Oliver Jowett
b804359077
Initialize category.
2015-02-22 20:11:11 +00:00
Oliver Jowett
7fbdde156a
Change map icon based on aircraft category.
...
This only has different icons for the "rotorcraft" and "light"
categories at the moment - all others are the default plane icon
at different scales.
2015-02-22 17:02:23 +00:00
Oliver Jowett
7bd2bcc0a2
Move color settings into config.js
2015-02-22 12:27:01 +00:00
Oliver Jowett
268599a211
Tweaks to title mangling:
...
* use PageName, not literal "DUMP1090"
* use document.title directly, not a selector
* include number of positionless aircraft too
* rename the config options
* some simplification of the changes
2015-02-22 11:51:58 +00:00
Oliver Jowett
288a8242dd
Merge branch 'title_numbers' of https://github.com/m30164/dump1090 into m30164-title_numbers
2015-02-22 11:35:59 +00:00
Oliver Jowett
df64abe433
Move special-character definitions to formatter.js.
2015-02-22 01:29:02 +00:00
Oliver Jowett
5c1cf53316
Simplify settings down to just Metric / ShowOtherUnit.
...
Factor out some common code.
2015-02-22 01:22:05 +00:00
Oliver Jowett
082e973990
Merge branch 'Unit_settings' of git://github.com/m30164/dump1090 into m30164-Unit_settings
2015-02-22 00:55:46 +00:00
Oliver Jowett
8e9220e330
Quick prototype of color-by-altitude.
2015-02-21 18:41:59 +00:00
m30164
297d3b0125
Number of planes and messages in title
...
Simple addition to display the current number of planes and messages in
the title.
2015-02-20 11:42:29 +01:00
m30164
a531327533
Added extended unit settings
...
Added some code to enable the user to configure unit selection in a more
detailed fashion. you can now select either metric or imperial, or both,
and even set which one of those should be displayed first.
2015-02-20 00:09:03 +01:00
Oliver Jowett
6fbeae070c
Handle long refresh rates better, don't draw all tracks as dotted.
2015-02-11 00:15:48 +00:00
Oliver Jowett
2ba56231a6
Do an initial data fetch immediately (useful if the refresh interval is long).
2015-02-11 00:15:21 +00:00
Oliver Jowett
7053ad02da
Make aircraft tracking use milliseconds everywhere.
2015-02-10 21:49:37 +00:00
Oliver Jowett
4dbedecc1e
Fix history loading if receiver.json says history:0
2015-01-25 21:54:40 +00:00
Oliver Jowett
dcd9f0b1e7
Link ICAO to airframes.org (complete with horrible javascript form-submission workaround)
2015-01-23 19:17:07 +00:00
Oliver Jowett
d76b8948b3
Make doubleclick-follow also set zoom, like clicking the follow arrow does.
2015-01-22 23:12:41 +00:00
Oliver Jowett
07c4f045aa
Fix italicizing of non-ICAO rows
2015-01-22 22:19:17 +00:00
Oliver Jowett
f76842d186
Doubleclick on plane marker to follow, too.
2015-01-22 21:35:59 +00:00
Oliver Jowett
53203a5f71
Make the arrow bold/unbold to reflect current follow mode.
2015-01-22 21:31:02 +00:00
Oliver Jowett
a4360cd775
Move the "follow" button to an arrow by the callsign.
...
Also make the callsign clickable to follow.
2015-01-22 21:30:37 +00:00
Oliver Jowett
3040609816
Doubleclick on a table entry to follow that aircraft.
2015-01-22 21:28:35 +00:00
Oliver Jowett
6672d92d9e
Don't double up the ICAO display if there's no callsign.
2015-01-22 17:35:20 +00:00
Oliver Jowett
d3537ec139
When first following a plane, zoom in if we are zoomed far out.
2015-01-22 16:14:32 +00:00