open-elevation icon indicating copy to clipboard operation
open-elevation copied to clipboard

/I get invalid json when i post longer requests

Open Revoola opened this issue 4 years ago • 1 comments

I guess this is probably a server config issue. I have built our own dems server using this branch and it works really well for and session where I have less than 1500 long lats to send to server. above this I get a message that the json is invalid. I am thinking maybe my server truncates the code? but I do not know where to start to find out or fix it? any clues. We are using open elevation to validate the elevations we get when we record long and lats for example for a two hour walk ie 7200 seperate long lats in one json. We are using post request

Revoola avatar Jan 04 '21 16:01 Revoola

Same issue for me. Limit of POST data is 102400 (tested in PHP and in bash). But README still says The POST API currently has no limit. Update of the README should be good.

vsevjednom-cz avatar Oct 06 '21 05:10 vsevjednom-cz