traveltime-dev / traveltime-python-sdk

TravelTime SDK for Python programming language
https://docs.traveltime.com/
MIT License
20 stars 5 forks source link

Fixed partially wrong GEOJSON implementation #91

Closed arnasbr closed 1 year ago

arnasbr commented 1 year ago

My previous geojson time-map request was wrong since it wasn't even using the split_searches method that I managed to avoid accidentally.

Also defaulted unions and intersections in TimeMapRequest to None since I'm not implementing them for now.