CityofToronto / bdit_congestion

Determining most congested streets and days in Toronto
https://github.com/orgs/CityofToronto/teams/bigdatainnovationteam
GNU General Public License v3.0
0 stars 0 forks source link

`here.routing_streets_23_4` returns multilinestrings #78

Open Nate-Wessel opened 1 month ago

Nate-Wessel commented 1 month ago

I was trying to switch the travel time app, temporarily, to point to the new map data and ran into this issue.

here.routing_streets_23_4 returns multilinestrings representing links whereas here.routing_streets_22_2 (correctly, I think) returns linestrings.

Related to https://github.com/CityofToronto/bdit_congestion/issues/77?