valhalla / demos

demos
MIT License
98 stars 58 forks source link

update map matching demo to use trace_attributes api #205

Closed kevinkreiser closed 6 years ago

kevinkreiser commented 6 years ago

we've deleted the meili based services and are now using the trace_attributes service everywhere. the demo however still expects the meili specific one. the changes here should just be to take the input request and reformat it so it matches what trace_attributes expects and then take the response from trace_attributes and reformat it to look like what the meili service returned. in the future we could make use of more of the functions of trace_attributes but for now i think this little bit of marshaling is enough to fix the demo.