summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-05-03 08:59:55 +0200
committerGitHub <noreply@github.com>2017-05-03 08:59:55 +0200
commitab20413edfdf830927a3ce236503bc9022400d43 (patch)
tree7912d43342f85f6ab9d19e73d55832bf17c4090d /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
parente9872b4ed02b877d4589b288a80ba8bcc49bae7b (diff)
downloadqtlocation-mapboxgl-ab20413edfdf830927a3ce236503bc9022400d43.tar.gz
[android] - add 3D buildings example (#8845)
[android] - add support for filter for fillextrusionlayer.
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
index 6270eac72d..5b6cbb8c42 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
@@ -58,6 +58,7 @@
<string name="activity_url_transform">Url transform</string>
<string name="activity_restricted_bounds">Restrict camera to a bounds</string>
<string name="activity_fill_extrusion_layer">Fill extrusions</string>
+ <string name="activity_building_fill_extrusion_layer">Building layer</string>
<!--Description-->
<string name="description_user_location_tracking">Tracks the location of the user</string>
@@ -115,6 +116,7 @@
<string name="description_url_transform">Transform urls on the fly</string>
<string name="description_restricted_bounds">Limit viewport to Iceland</string>
<string name="description_fill_extrusion_layer">Shows how to add 3D extruded shapes</string>
+ <string name="description_building_fill_extrusion_layer">Shows how to show 3D extruded buildings</string>
<!--Categories-->
<string name="category">category</string>