summaryrefslogtreecommitdiff
path: root/metrics/tests/location_indicator/query_test/expected.json
diff options
context:
space:
mode:
authorGali Nelle <galinelle.mapbox@gmail.com>2020-04-15 18:15:29 +0300
committerGali Nelle <galinelle.mapbox@gmail.com>2020-04-17 19:08:43 +0300
commit33465df0002e2c61fe5c39d4aeb7a674ce0147da (patch)
tree335cdeb03d3b2edd06ed8465dcfbc9d11f5ee694 /metrics/tests/location_indicator/query_test/expected.json
parentb190e12f5b565cd87ab528910bf9dcd7878596ec (diff)
downloadqtlocation-mapboxgl-33465df0002e2c61fe5c39d4aeb7a674ce0147da.tar.gz
Introduce a mean to add render features in layers with no sourcesupstream/galinelle_locationIndicatorPicking
This change also uses the support in the LocationIndicator layer, to return a point feature when queried in correspondence of the location indicator.
Diffstat (limited to 'metrics/tests/location_indicator/query_test/expected.json')
-rw-r--r--metrics/tests/location_indicator/query_test/expected.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/metrics/tests/location_indicator/query_test/expected.json b/metrics/tests/location_indicator/query_test/expected.json
new file mode 100644
index 0000000000..3104dfe82d
--- /dev/null
+++ b/metrics/tests/location_indicator/query_test/expected.json
@@ -0,0 +1,16 @@
+[
+ {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 35.693055,
+ 139.766707
+ ]
+ },
+ "properties": {},
+ "source": "",
+ "sourceLayer": "puck123",
+ "state": {}
+ }
+] \ No newline at end of file