Location: /cgi-bin/json/FixSiteJSON.php
This script will create GeoJSON output using data from the NASR database. This will extract a list of navigational fixes from the database. Here is sample output:
{ "type": "FeatureCollection",
"features": [
{ "type": "Feature",
"id": "478",
"properties": {
"data": "FIXES",
"id": "AGENT",
"type": "H"
},
"geometry": {
"type": "Point",
"coordinates": [-94.906,39.611]
}
},
{ "type": "Feature",
"id": "2848",
"properties": {
"data": "FIXES",
"id": "BACNN",
"type": "H"
},
"geometry": {
"type": "Point",
"coordinates": [-94.297,40.173]
}
},
{ "type": "Feature",
"id": "4139",
"properties": {
"data": "FIXES",
...
The properties output from the script are:
The script can be passed parameters via command line or through CGI REQUEST. The parameters to the script include: