-
Notifications
You must be signed in to change notification settings - Fork 164
VM error when fetching grid.json #62
Comments
Not enough information to help you, I am afraid... Is it related to legend? |
Yes - the url is http://107.170.120.88/map |
The only way I could find a way to get rid of this error was to do this:
But I'm guessing if any data were returned for the grid, this would not append the data properly. Is there a better way to disregard the grid? I'm not using one, so I'm not sure why the mbtileset would be including one (or failing the check). |
It was actualy bug in new versions of PHP related with change behavior of PDO response. We also have it, see: http://cynefin.archiveswales.org.uk/tileserver/cynefin-parishes/2/3/1.grid.json but our clients don't request grid tiles out of boundingbox so we could not detect this. I found it and fix it together with another bug (f5408fd) related with last hybrid tile changes. It was hard to debug two bugs together :-(. For future: Please turn on debuging on server. Send us your vesion of PHP etc. It will save our time. |
Hi - I'm getting the attached
console error when attempting to access my .mbtiles in javascript
The output of that json file looks like this:
The error appears to be tied to these lines of code:
Any idea what's going on or how to suppress these errors?
The text was updated successfully, but these errors were encountered: