@@ -97,7 +97,7 @@ def test_tilequery_one_mapid():
97
97
+ "/v4"
98
98
+ "/mapbox.mapbox-streets-v10"
99
99
+ "/tilequery"
100
- + "/0.0%2C1 .1.json"
100
+ + "/0.0,1 .1.json"
101
101
+ "?access_token=pk.test" ,
102
102
match_querystring = True ,
103
103
body = '{"key": "value"}' ,
@@ -117,9 +117,9 @@ def test_tilequery_two_mapids():
117
117
method = GET ,
118
118
url = "https://api.mapbox.com"
119
119
+ "/v4"
120
- + "/mapbox.mapbox-streets-v9%2Cmapbox .mapbox-streets-v10"
120
+ + "/mapbox.mapbox-streets-v9,mapbox .mapbox-streets-v10"
121
121
+ "/tilequery"
122
- + "/0.0%2C1 .1.json"
122
+ + "/0.0,1 .1.json"
123
123
+ "?access_token=pk.test" ,
124
124
match_querystring = True ,
125
125
body = '{"key": "value"}' ,
@@ -143,7 +143,7 @@ def test_tilequery_with_radius():
143
143
+ "/v4"
144
144
+ "/mapbox.mapbox-streets-v10"
145
145
+ "/tilequery"
146
- + "/0.0%2C1 .1.json"
146
+ + "/0.0,1 .1.json"
147
147
+ "?access_token=pk.test"
148
148
+ "&radius=25" ,
149
149
match_querystring = True ,
@@ -168,7 +168,7 @@ def test_tilequery_with_limit():
168
168
+ "/v4"
169
169
+ "/mapbox.mapbox-streets-v10"
170
170
+ "/tilequery"
171
- + "/0.0%2C1 .1.json"
171
+ + "/0.0,1 .1.json"
172
172
+ "?access_token=pk.test"
173
173
+ "&limit=25" ,
174
174
match_querystring = True ,
@@ -193,7 +193,7 @@ def test_tilequery_with_dedupe():
193
193
+ "/v4"
194
194
+ "/mapbox.mapbox-streets-v10"
195
195
+ "/tilequery"
196
- + "/0.0%2C1 .1.json"
196
+ + "/0.0,1 .1.json"
197
197
+ "?access_token=pk.test"
198
198
+ "&dedupe=true" ,
199
199
match_querystring = True ,
@@ -218,7 +218,7 @@ def test_tilequery_with_geometry():
218
218
+ "/v4"
219
219
+ "/mapbox.mapbox-streets-v10"
220
220
+ "/tilequery"
221
- + "/0.0%2C1 .1.json"
221
+ + "/0.0,1 .1.json"
222
222
+ "?access_token=pk.test"
223
223
+ "&geometry=linestring" ,
224
224
match_querystring = True ,
@@ -243,9 +243,9 @@ def test_tilequery_with_layers():
243
243
+ "/v4"
244
244
+ "/mapbox.mapbox-streets-v10"
245
245
+ "/tilequery"
246
- + "/0.0%2C1 .1.json"
246
+ + "/0.0,1 .1.json"
247
247
+ "?access_token=pk.test"
248
- + "&layers=layer0%2Clayer1 %2Clayer2" ,
248
+ + "&layers=layer0,layer1 %2Clayer2" ,
249
249
match_querystring = True ,
250
250
body = '{"key": "value"}' ,
251
251
status = 200 ,
@@ -271,7 +271,7 @@ def test_tilequery_with_radius_and_limit():
271
271
+ "/v4"
272
272
+ "/mapbox.mapbox-streets-v10"
273
273
+ "/tilequery"
274
- + "/0.0%2C1 .1.json"
274
+ + "/0.0,1 .1.json"
275
275
+ "?access_token=pk.test"
276
276
+ "&radius=25"
277
277
+ "&limit=25" ,
@@ -297,7 +297,7 @@ def test_tilequery_with_radius_and_dedupe():
297
297
+ "/v4"
298
298
+ "/mapbox.mapbox-streets-v10"
299
299
+ "/tilequery"
300
- + "/0.0%2C1 .1.json"
300
+ + "/0.0,1 .1.json"
301
301
+ "?access_token=pk.test"
302
302
+ "&radius=25"
303
303
+ "&dedupe=true" ,
@@ -323,7 +323,7 @@ def test_tilequery_with_radius_and_geometry():
323
323
+ "/v4"
324
324
+ "/mapbox.mapbox-streets-v10"
325
325
+ "/tilequery"
326
- + "/0.0%2C1 .1.json"
326
+ + "/0.0,1 .1.json"
327
327
+ "?access_token=pk.test"
328
328
+ "&radius=25"
329
329
+ "&geometry=linestring" ,
@@ -349,10 +349,10 @@ def test_tilequery_with_radius_and_layers():
349
349
+ "/v4"
350
350
+ "/mapbox.mapbox-streets-v10"
351
351
+ "/tilequery"
352
- + "/0.0%2C1 .1.json"
352
+ + "/0.0,1 .1.json"
353
353
+ "?access_token=pk.test"
354
354
+ "&radius=25"
355
- + "&layers=layer0%2Clayer1 %2Clayer2" ,
355
+ + "&layers=layer0,layer1 %2Clayer2" ,
356
356
match_querystring = True ,
357
357
body = '{"key": "value"}' ,
358
358
status = 200 ,
@@ -379,7 +379,7 @@ def test_tilequery_with_radius_limit_and_dedupe():
379
379
+ "/v4"
380
380
+ "/mapbox.mapbox-streets-v10"
381
381
+ "/tilequery"
382
- + "/0.0%2C1 .1.json"
382
+ + "/0.0,1 .1.json"
383
383
+ "?access_token=pk.test"
384
384
+ "&radius=25"
385
385
+ "&limit=25"
@@ -406,7 +406,7 @@ def test_tilequery_with_radius_limit_and_geometry():
406
406
+ "/v4"
407
407
+ "/mapbox.mapbox-streets-v10"
408
408
+ "/tilequery"
409
- + "/0.0%2C1 .1.json"
409
+ + "/0.0,1 .1.json"
410
410
+ "?access_token=pk.test"
411
411
+ "&radius=25"
412
412
+ "&limit=25"
@@ -438,11 +438,11 @@ def test_tilequery_with_radius_limit_and_layers():
438
438
+ "/v4"
439
439
+ "/mapbox.mapbox-streets-v10"
440
440
+ "/tilequery"
441
- + "/0.0%2C1 .1.json"
441
+ + "/0.0,1 .1.json"
442
442
+ "?access_token=pk.test"
443
443
+ "&radius=25"
444
444
+ "&limit=25"
445
- + "&layers=layer0%2Clayer1 %2Clayer2" ,
445
+ + "&layers=layer0,layer1 %2Clayer2" ,
446
446
match_querystring = True ,
447
447
body = '{"key": "value"}' ,
448
448
status = 200 ,
@@ -470,7 +470,7 @@ def test_tilequery_with_radius_limit_dedupe_and_geometry():
470
470
+ "/v4"
471
471
+ "/mapbox.mapbox-streets-v10"
472
472
+ "/tilequery"
473
- + "/0.0%2C1 .1.json"
473
+ + "/0.0,1 .1.json"
474
474
+ "?access_token=pk.test"
475
475
+ "&radius=25"
476
476
+ "&limit=25"
@@ -504,12 +504,12 @@ def test_tilequery_with_radius_limit_dedupe_and_layers():
504
504
+ "/v4"
505
505
+ "/mapbox.mapbox-streets-v10"
506
506
+ "/tilequery"
507
- + "/0.0%2C1 .1.json"
507
+ + "/0.0,1 .1.json"
508
508
+ "?access_token=pk.test"
509
509
+ "&radius=25"
510
510
+ "&limit=25"
511
511
+ "&dedupe=true"
512
- + "&layers=layer0%2Clayer1 %2Clayer2" ,
512
+ + "&layers=layer0,layer1 %2Clayer2" ,
513
513
match_querystring = True ,
514
514
body = '{"key": "value"}' ,
515
515
status = 200 ,
@@ -538,13 +538,13 @@ def test_tilequery_with_radius_limit_dedupe_geometry_and_layers():
538
538
+ "/v4"
539
539
+ "/mapbox.mapbox-streets-v10"
540
540
+ "/tilequery"
541
- + "/0.0%2C1 .1.json"
541
+ + "/0.0,1 .1.json"
542
542
+ "?access_token=pk.test"
543
543
+ "&radius=25"
544
544
+ "&limit=25"
545
545
+ "&dedupe=true"
546
546
+ "&geometry=linestring"
547
- + "&layers=layer0%2Clayer1 %2Clayer2" ,
547
+ + "&layers=layer0,layer1 %2Clayer2" ,
548
548
match_querystring = True ,
549
549
body = '{"key": "value"}' ,
550
550
status = 200 ,
@@ -574,7 +574,7 @@ def test_tilequery_geojson_method():
574
574
+ "/v4"
575
575
+ "/mapbox.mapbox-streets-v10"
576
576
+ "/tilequery"
577
- + "/0.0%2C1 .1.json"
577
+ + "/0.0,1 .1.json"
578
578
+ "?access_token=pk.test" ,
579
579
match_querystring = True ,
580
580
body = '{"key": "value"}' ,
0 commit comments