tomtom-international / geofences-creator

https://developer.tomtom.com/geofencing-api/tutorials/fence-creation
Apache License 2.0
2 stars 5 forks source link

Convert the radius value to an integer before saving a corridor #1

Closed aratcliffe closed 5 years ago

aratcliffe commented 5 years ago

Presently a corridor cannot be saved as the API call fails as the radius is sent as a string rather than an integer.

aratcliffe commented 5 years ago

Updated to use parseFloat.