diff --git a/ais_query.sh b/ais_query.sh index 712e435..ce90570 100755 --- a/ais_query.sh +++ b/ais_query.sh @@ -11,7 +11,8 @@ WEBSOCKET_URL="wss://stream.aisstream.io/v0/stream" # Default bounding box (worldwide coverage) # Format: [[lat1, lon1], [lat2, lon2]] # Current setting covers the entire world -BOUNDING_BOX='[[[-90,0],[5,60]]]' +#BOUNDING_BOX='[[[-90,0],[5,60]]]' +BOUNDING_BOX='[[[-90, -180], [90, 180]]]' # Optional: Filter by specific ship MMSI numbers (up to 50) # Leave empty for all ships