Postponing updates to generated images

Over the weekend I discovered that the Linden Lab webmap API is giving out rather odd results- it’s showing the same region existing in a couple hundred different places at once, which is of course a technical impossibility. Because of this, the Linden Lab webmap API can be considered unreliable and unfortunately since I’m using [...]

SL Map API deux

SL Map API Following on from my previous post, I’ve now kinda got my SL Map API back to where it was. I’m still not doing all the image processing yet, and there’s two reasons for this: the whole process takes quite a long time to complete, as well as taking up a substantial amount [...]

SL Map API lite

As I’ve been mentioning recently, I’ve been revamping my old Map API using eventful.com’s API as a data source. Currently, there’s only 1 call, http://services.signpostmarv.name/secondlife/mapapi/. Call by Region http://services.signpostmarv.name/secondlife/mapapi/foo/ where foo is the name of your region of choice. Call by global co-ordinates http://services.signpostmarv.name/secondlife/mapapi/x-y/. Results If you make a call by name for a region [...]