summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2016-10-11 11:31:23 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2016-11-02 13:38:07 +0200
commit9ad5dd15857e7d15810877e2173839f45cc5e343 (patch)
tree95b76a86305e125cf983db329dd128715824f38e /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw
parent53610ee3787e796a4d5bc9c464e02170bf364dee (diff)
downloadqtlocation-mapboxgl-9ad5dd15857e7d15810877e2173839f45cc5e343.tar.gz
[android] add test activity for symbol querying
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_points_utrecht.geojson49
1 files changed, 49 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_points_utrecht.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_points_utrecht.geojson
new file mode 100644
index 0000000000..d7b8ede72f
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_points_utrecht.geojson
@@ -0,0 +1,49 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 5.12100,
+ 52.09082
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 5.12160,
+ 52.09082
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 5.12160,
+ 52.09056
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {},
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 5.12100,
+ 52.09056
+ ]
+ }
+ }
+ ]
+} \ No newline at end of file