Maybe document for users the option options(robis_max_characters = xx) for when WKT strings are not longer than 50,000, for exmaple I had one that is 24,700 characters long, so gave 414 error, since the request used GET since here https://github.com/iobis/robis/blob/master/R/occurrence.R#L65 it goes to GET
Maybe document for users the option
options(robis_max_characters = xx)
for when WKT strings are not longer than 50,000, for exmaple I had one that is 24,700 characters long, so gave 414 error, since the request usedGET
since here https://github.com/iobis/robis/blob/master/R/occurrence.R#L65 it goes toGET
or maybe its documented already somewhere?