Add POI feature and imporve the overall backend implementation
This commit is contained in:
@@ -66,7 +66,7 @@ class MadridTrafficClient(BaseTrafficClient, BaseAPIClient):
|
||||
# Parse XML data
|
||||
traffic_points = self.processor.parse_traffic_xml(xml_content)
|
||||
if not traffic_points:
|
||||
self.logger.warning("No traffic points found in XML")
|
||||
self.logger.warning("No traffic points found in XML - API may be temporarily unavailable")
|
||||
return None
|
||||
|
||||
# Find nearest traffic point
|
||||
|
||||
Reference in New Issue
Block a user