collections.json 2.28 KB
Newer Older
Joe TS Dell's avatar
upload  
Joe TS Dell committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "links": [
      {
        "rel": "self",
        "href": "host_url/collections",
        "type": "application/json",
        "title": "All geospatial data available from this API"
      }
    ],
    "collections": [
      {
        "id": "NewYork",
        "title": "NewYork Data Source",
        "description": "All Supported 3D Containers for the city of NewYork",
        "collectiontype": "3d-container",
        "extent": {
          "spatial": {
            "bbox": [
              [
                -74.01900887327089,
                40.700475291581974,
                -11.892070104139751,
                -73.9068954348699,
                40.880256294183646,
                547.7591871983744
              ]
            ],
            "crs": "http://www.opengis.net/def/crs/OGC/0/CRS84h"
          }
        },
        "links": [
          {
            "rel": "collections",
            "href": "host_url/collections/",
            "type": "application/json"
          },
          {
            "title": "NewYork - Collections",
            "rel": "self",
            "href": "host_url/collections/NewYork/",
            "type": "application/json"
          },
          {
            "title": "NewYork - 3D Buildings Manhattan: 3D Tiles",
            "rel": "items",
            "href": "host_url/collections/NewYork/3dtiles",
            "type": "application/json+3dtiles"
          },
          {
            "title": "NewYork - 3D Buildings Manhattan: i3s",
            "rel": "items",
Joe TS Dell's avatar
update    
Joe TS Dell committed
52
            "href": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_NewYork_17/SceneServer/layers/0/",
Joe TS Dell's avatar
upload  
Joe TS Dell committed
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
            "type": "application/json+i3s"
          }
        ],
        "children": [
          
        ],
        "content": [
          {
            "title": "NewYork - 3D Buildings Manhattan: 3D Tiles",
            "rel": "original",
            "href": "host_url/collections/NewYork/3dtiles/",
            "type": "application/json+3dtiles"
          },
          {
            "title": "NewYork - 3D Buildings Manhattan: i3s",
            "rel": "original",
Joe TS Dell's avatar
update    
Joe TS Dell committed
69
            "href": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_NewYork_17/SceneServer/layers/0/",
Joe TS Dell's avatar
upload  
Joe TS Dell committed
70
71
72
73
74
75
            "type": "application/json+i3s"
          }
        ]
      }
    ]
  }