This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"name": "waDotcamera", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { "CameraID": 8216, "CameraLocation\/Description": null, "CameraLocation\/Direction": "E", "Latitude": 48.1675, "Longitude": -122.1583, "CameraLocation\/MilePost": 0, "CameraLocation\/RoadName": "Airports", "CameraOwner": null, "Description": null, "DisplayLatitude": 48.1675, "DisplayLongitude": -122.1583, "ImageHeight": 197, "ImageURL": "https:\/\/images.wsdot.wa.gov\/airports\/arlwest.jpg", "ImageWidth": 335, "IsActive": "true", "OwnerURL": null, "Region": "NW", "SortOrder": 5300, "Title": "Arlington Airport Northwest" }, "geometry": { "type": "Point", "coordinates": [ -122.1583, 48.1675 ] } }, | |
{ "type": "Feature", "properties": { "CameraID": 8218, "CameraLocation\/Description": null, "CameraLocation\/Direction": "N", "CameraLocation\/Latitude": 48.1675, "CameraLocation\/Longitude": -122.1583, "CameraLocation\/MilePost": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This script uses the concept at https://certbot.eff.org/#ubuntuxenial-other | |
# but overcomes the problem I consistently have of the server (at eff.org) | |
# not being able to connect to this machine. | |
mkdir -p /tmp/www | |
cd /tmp/www | |
sudo python -m SimpleHTTPServer 80 & | |
http_pid=$! |
NewerOlder