You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"meta":
{
"status":422,
"message":"Unprocessable Entity",
"error":{
"details":"The request could not be understood: start_offset parameter (7200.0) must be smaller than the duration of the audio recording (7199.0044)."
}
},
"data":null
}
The text was updated successfully, but these errors were encountered:
Now tracks image success and failure. It uses this info to generate cleaner
svg tiles (with out the palceholder rect and text). Cleaning is done when an image
is loaded, and after that, if the tile is loaded again, the extra svg is never generated.
These changes unfortunately do not work with internet explorer (see #215).
Also fixed firefox incompatibility (Fixes#198).
Also fixed the rendering of extra tiles (Fixes#201 and Fixes#196).
e.g. http://baw.ecosounds.org/visualize?siteId=1028 links to http://baw.ecosounds.org/listen/241945?start=7200
The text was updated successfully, but these errors were encountered: