diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-07-04 17:37:11 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-07-04 17:37:11 -0700 |
commit | 8947b0af27c7bc7397c9dc12e5e24bf6c2f4defb (patch) | |
tree | 9cfe89a81e2e297b96ad3a734109c176e2e7a436 /README.md | |
parent | d58bee6d90c7627d9059466f818bd296b01755ce (diff) | |
download | qtlocation-mapboxgl-8947b0af27c7bc7397c9dc12e5e24bf6c2f4defb.tar.gz |
[ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style Specification” (#5553)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Mapbox GL Native -A library for embedding interactive, customizable vector maps into native applications on multiple platforms. It takes stylesheets that conform to the [Mapbox GL Style Specification](https://github.com/mapbox/mapbox-gl-style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), and renders them using OpenGL. [Mapbox GL JS](https://github.com/mapbox/mapbox-gl-js) is the WebGL-based counterpart, designed for use on the Web. +A library for embedding interactive, customizable vector maps into native applications on multiple platforms. It takes stylesheets that conform to the [Mapbox Style Specification](https://github.com/mapbox/mapbox-gl-style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), and renders them using OpenGL. [Mapbox GL JS](https://github.com/mapbox/mapbox-gl-js) is the WebGL-based counterpart, designed for use on the Web. ## The Mapbox GL ecosystem |