Location: 42.129° N, −80.085° W (h=0.198 km).
Group: active.
Min elevation: 0°.
# | Name | Elevation (°) | Azimuth (°) | Range (km) |
Loading local satellite engine… |
satellite.js failed to load.
Tried URL:
- Open that URL directly in your browser — it must return 200 OK and show a long JS file.
- If 404, put
satellite.min.js
in the SAME folder as sats_over_erie.php
.
- In IIS Manager:
- Install Static Content (Server Manager → Add Roles → Web Server → Common HTTP Features).
- Ensure MIME Types include
.js
→ application/javascript
.
- Request Filtering → File Name Extensions:
.js
should be Allowed.
- Permissions: folder/file readable by the App Pool identity (e.g.,
IIS_IUSRS
).
- Content-Security-Policy (CSP): allow
'self'
scripts (or remove CSP while testing).