Skip to content

Commit f00e5e9

Browse files
authored
add QLD Imagery (#2844)
1 parent 3955f25 commit f00e5e9

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
{
2+
"type": "Feature",
3+
"properties": {
4+
"id": "QLD_LatestStateProgram",
5+
"attribution": {
6+
"url": "https://www.data.qld.gov.au/dataset/queensland-imagery-latest-state-program-public-basemap-service",
7+
"text": "© State of Queensland (Department of Resources) 2024",
8+
"required": true
9+
},
10+
"license_url": "https://wiki.openstreetmap.org/wiki/Australian_Data_Sources/Queensland/NRMMRRD",
11+
"privacy_policy_url": "https://www.qld.gov.au/legal/privacy",
12+
"name": "QLD Imagery",
13+
"url": "https://spatial-img.information.qld.gov.au/arcgis/rest/services/Basemaps/LatestStateProgram_AllUsers/ImageServer/WMTS/tile/1.0.0/Basemaps_LatestStateProgram_AllUsers/default/GoogleMapsCompatible/{zoom}/{y}/{x}",
14+
"min_zoom": 0,
15+
"max_zoom": 20,
16+
"country_code": "AU",
17+
"type": "tms",
18+
"icon": "https://www.qld.gov.au/favicon.ico",
19+
"category": "photo"
20+
},
21+
"geometry": {
22+
"type": "Polygon",
23+
"coordinates": [
24+
[
25+
[
26+
137.98690658569,
27+
-10.04728810400
28+
],
29+
[
30+
137.99789360046,
31+
-25.99940078512
32+
],
33+
[
34+
140.99956495285,
35+
-25.99677830554
36+
],
37+
[
38+
140.99853446960,
39+
-29.00273506359
40+
],
41+
[
42+
148.95950180054,
43+
-29.00333499911
44+
],
45+
[
46+
149.40582138062,
47+
-28.69781431173
48+
],
49+
[
50+
150.28335433960,
51+
-28.58090274016
52+
],
53+
[
54+
150.43853622437,
55+
-28.68817705128
56+
],
57+
[
58+
150.98235946655,
59+
-28.74357917823
60+
],
61+
[
62+
151.26800399780,
63+
-28.93004385754
64+
],
65+
[
66+
151.31881576538,
67+
-29.17254675577
68+
],
69+
[
70+
151.38336044312,
71+
-29.17014853390
72+
],
73+
[
74+
152.03429901123,
75+
-28.89999031657
76+
],
77+
[
78+
152.07000457764,
79+
-28.53144616330
80+
],
81+
[
82+
152.52044403076,
83+
-28.29954174730
84+
],
85+
[
86+
152.72094451904,
87+
-28.35031421176
88+
],
89+
[
90+
153.09173309326,
91+
-28.36964972188
92+
],
93+
[
94+
153.56689178467,
95+
-28.18097845872
96+
],
97+
[
98+
157.60984130859,
99+
-28.11072937990
100+
],
101+
[
102+
153.36911865234,
103+
-20.44758180939
104+
],
105+
[
106+
146.46970458984,
107+
-12.31851447489
108+
],
109+
[
110+
144.67345642090,
111+
-9.78484583750
112+
],
113+
[
114+
143.70116638184,
115+
-9.32982593519
116+
],
117+
[
118+
143.05297302246,
119+
-9.16717330997
120+
],
121+
[
122+
142.05871032715,
123+
-9.21597698325
124+
],
125+
[
126+
137.98690658569,
127+
-10.04728810400
128+
]
129+
]
130+
]
131+
}
132+
}

0 commit comments

Comments
 (0)