Hi,
The ImageMarker has recently been added to mixare. So you don´t need plugins for it. The ImageMarker can be found in the marker package.
And to use your that imagemarker you need to make sure that your JSON data matches the requirements of the DataHandler (PanoramioDataProcessor)
So your json either needs Panoramio in the url, or must contain photos in the JSON data. The PanoramioDataProcessor uses the following structure:
"count": 773840,"photos": [
{
"photo_id": 532693,
"photo_title": "Wheatfield in afternoon light",
"longitude": 11.280727,
"latitude": 59.643198,
"width": 500,
"height": 333,
"upload_date": "22 January 2007",
"owner_id": 39160,
"owner_name": "Snemann",
}, ...
Though alternatively you can use a custom dataprocessor with different requirements for matches.
The ArenaProcessor uses Arena for both the url and the data match. And it uses the following JSON structure:
{
"stats":"OK",
"num_results":0,
"results":[
{
"id":7041,
"lat":51.92323,
"lng":4.463539,
"elevation":0,
"title":"Verhaal 1",
"distance":0.0,
"has_detail_page":1,
"webpage":"http://ad-arena.finalist.com/arena-server/item/show/4949/7073/rood.item",
"object_type":"question",
"object_url":"http://ad-arena.finalist.com/arena-server/images/red-question.png"
}]
}
I hope this answered your question, and let me know if this helped you,
Sincerely,
Abdullahi Egal