test bounding box
This commit is contained in:
parent
96326f6c44
commit
c957406e77
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user