assets.json 2.4 KB
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "name": "i3s Buildings of Hamburg",
    "id": "Buildings_Hamburg",
    "boundingbox": [
      9.735056822820852,
      53.39764545528009,
      10.319317135965678,
      53.736941317264666
    ],
    "url": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_Hamburg/SceneServer/layers/0",
    "mime": "i3s",
    "CRS": "EPSG:4326",
    "scope": "public"
  },
  {
Athanasios's avatar
Athanasios committed
17
    "name": "i3s New York buildings",
Athanasios's avatar
Athanasios committed
18
19
20
21
22
23
24
25
26
27
28
    "id": "New_York_LoD2_3D_Buildings",
    "boundingbox": [
      -74.25706268068984,
      40.49830175323825,
      -73.69927418523119,
      40.91509495258098
    ],
    "url": "https://tiles.arcgis.com/tiles/z2tnIkrLQ2BRzr6P/arcgis/rest/services/New_York_LoD2_3D_Buildings/SceneServer/layers/0",
    "mime": "i3s",
    "CRS": "EPSG:4326",
    "scope": "public"
Athanasios's avatar
Athanasios committed
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
  },
  {
    "name": "i3s Berlin buildings",
    "id": "Buildings_Berlin",
    "boundingbox": [
      13.08139590261554,
      52.33215290339244,
      13.761645524848323,
      52.66637318443857
    ],
    "url": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_Berlin/SceneServer/layers/0",
    "mime": "i3s",
    "CRS": "EPSG:4326",
    "scope": "public"
  },
  {
    "name": "i3s Portland buildings",
    "id": "Buildings_Portland",
    "boundingbox": [
      -122.7019922033274,
      45.488584596126145,
      -122.64338178981471,
      45.54365266746601
    ],
    "url": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_Portland/SceneServer/layers/0",
    "mime": "i3s",
    "CRS": "EPSG:4326",
    "scope": "public"
  },
  {
    "name": "i3s Boston buildings",
    "id": "Buildings_Boston",
    "boundingbox": [
      -71.18637946107846,
      42.22745338070123,
      -70.87877499926188,
      42.398048593847946
    ],
    "url": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_Boston/SceneServer/layers/0",
    "mime": "i3s",
    "CRS": "EPSG:4326",
    "scope": "public"
  },
  {
    "name": "i3s Geneva buildings",
    "id": "Buildings_Geneva",
    "boundingbox": [
      5.9654624492777915,
      46.13624736281901,
      6.30954978409263,
      46.36450452544218
    ],
    "url": "https://tiles.arcgis.com/tiles/P3ePLMYs2RVChkJx/arcgis/rest/services/Buildings_Geneva/SceneServer/layers/0",
    "mime": "i3s",
    "CRS": "EPSG:4326",
    "scope": "public"
Athanasios's avatar
Athanasios committed
85
86
  }
]