Changes between Version 18 and Version 19 of PleiadesMatchInterface

Show
Ignore:
Author:
thomase (IP: 216.165.95.70)
Timestamp:
03/05/10 16:07:44 (6 months ago)
Comment:

revised json output format in light of discussion at NYC workshop

Legend:

Unmodified
Added
Removed
Modified
  • PleiadesMatchInterface

    v18 v19  
    2828[ 
    2929  {"key": "42", "results": [  
    30     {"confidence": 0.9, 
    31      "bid": "aphrodisias-65-a2", 
    32      "url": "http://bacchus.atlantides.org/places/42", 
    33      "bbox": [-10,0, 10, 10], 
    34      "center": [-5.0, 5.0] 
     30     { 
     31      "url": "http://atlantides.org:8080/plone/places/736936",  
     32      "title": "Kerkeosiris", 
     33      "placetype": "labeled feature", 
     34      "bbox": [30.5, 29.0, 31.0, 29.5], 
     35      "center": [x, y] 
    3536     }, 
    3637     ... 
    3738    ] 
    3839  } 
     40  ... 
     41    {"results": [ 
     42      {"url": "http://atlantides.org:8080/plone/places/638753",  
     43       "title": "Aphrodisias/Ninoe" 
     44       "placetype": "labeled feature", 
     45       "bbox": [28.728899999999999, 37.714500000000001, 28.728899999999999, 37.714500000000001]      
     46    }, "key": "1"} 
    3947  ... 
    4048]