Skip to content

Commit 50b6c1e

Browse files
committed
Add resources for tests will pass
1 parent df4edff commit 50b6c1e

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

src/test/resources/pbf/1/0/0.pbf

35.3 KB
Binary file not shown.

src/test/resources/pbf/1/0/1.pbf

21.4 KB
Binary file not shown.

src/test/resources/pbf/1/1/0.pbf

54.6 KB
Binary file not shown.

src/test/resources/pbf/1/1/1.pbf

28.9 KB
Binary file not shown.

src/test/resources/tile.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {},
7+
"geometry": {
8+
"type": "Polygon",
9+
"coordinates": [
10+
[
11+
[
12+
-123.04687499999999,
13+
46.558860303117164
14+
],
15+
[
16+
-118.828125,
17+
46.558860303117164
18+
],
19+
[
20+
-118.828125,
21+
48.69096039092549
22+
],
23+
[
24+
-123.04687499999999,
25+
48.69096039092549
26+
],
27+
[
28+
-123.04687499999999,
29+
46.558860303117164
30+
]
31+
]
32+
]
33+
}
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)