summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@users.noreply.github.com>2014-08-15 18:01:49 -0700
committerJustin R. Miller <incanus@users.noreply.github.com>2014-08-15 18:01:49 -0700
commit03a6c80fa7f480dbb038446c1bb7a3b3f1a9bf41 (patch)
tree831712c60ca27e19cebc68ac243f22f039f578e8 /README.md
parent8225b113ef384fa05e9308b69eb6f01de21719c8 (diff)
downloadqtlocation-mapboxgl-03a6c80fa7f480dbb038446c1bb7a3b3f1a9bf41.tar.gz
update README for latest style details
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index ebd7d406cc..64ffe2514f 100644
--- a/README.md
+++ b/README.md
@@ -109,13 +109,7 @@ You can then proceed to build the library like:
# Style
-The default stylesheet at `bin/style.js` is JSON and is processed into a minified version by the following script:
-
-```
-node bin/build-style.js bin/style.js out/
-```
-
-Note: This is automatically taken care of as a build phase so you are not expected to do this manually.
+Some styles in JSON format are included at `./styles`. See the [style spec](https://github.com/mapbox/mapbox-gl-style-spec) for more details.
# Usage
@@ -123,7 +117,6 @@ Note: This is automatically taken care of as a build phase so you are not expect
- Press `X` to reset the transform
- Press `N` to reset north
-- Press `R` to toggle styles
- Press `Tab` to toggle debug information
- Press `Esc` to quit
@@ -134,7 +127,7 @@ Note: This is automatically taken care of as a build phase so you are not expect
- Use two fingers to rotate
- Double-tap to zoom in one level
- Two-finger single-tap to zoom out one level
-- Single-tap to toggle the command palette visibility for resetting north & the transform, toggling debug, toggling styles, and locating the user
+- Single-tap to toggle the command palette visibility for resetting north & the transform, toggling debug, and locating the user
- Double-tap, long-pressing the second, then pan up and down to "quick zoom" (iPhone only, meant for one-handed use)
# Other notes