Skip to content

Commit 37efac9

Browse files
committed
Fix examples schemas
1 parent 37429f7 commit 37efac9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

examples/buildings.jGIS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"options": {
2929
"latitude": 41.86704023051254,
3030
"longitude": -87.64128426232207,
31-
"zoom": 8.089610803710057
31+
"zoom": 8.089610803710057,
32+
"bearing": 0.0,
33+
"pitch": 0.0
3234
},
3335
"sources": {
3436
"7a7ee6fd-c1e2-4c5d-a4e2-a7974db138a4": {
@@ -54,4 +56,4 @@
5456
"type": "RasterSource"
5557
}
5658
}
57-
}
59+
}

examples/france_hiking.jGIS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@
7575
"options": {
7676
"latitude": 46.623742146769416,
7777
"zoom": 4.947275971927249,
78-
"longitude": 1.6082511087276998
78+
"longitude": 1.6082511087276998,
79+
"bearing": 0.0,
80+
"pitch": 0.0
7981
},
8082
"layerTree": [
8183
"4a0703b3-ed56-4158-8a2e-e008c3d0fee2",
8284
"7db81237-a579-4daa-938f-5e61fdfb17e7",
8385
"0bfee293-9e2f-4434-8c5a-c90d19836bab"
8486
]
85-
}
87+
}

examples/test.jGIS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
}
9090
},
9191
"terrain": {}
92-
}
92+
}

0 commit comments

Comments
 (0)