test bounding box

This commit is contained in:
bedweb 2025-09-30 09:38:47 +02:00
parent 96326f6c44
commit c957406e77

View File

@ -11,7 +11,8 @@ WEBSOCKET_URL="wss://stream.aisstream.io/v0/stream"
# Default bounding box (worldwide coverage) # Default bounding box (worldwide coverage)
# Format: [[lat1, lon1], [lat2, lon2]] # Format: [[lat1, lon1], [lat2, lon2]]
# Current setting covers the entire world # 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) # Optional: Filter by specific ship MMSI numbers (up to 50)
# Leave empty for all ships # Leave empty for all ships