diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:53:56 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:53:56 -0700 |
commit | 4ea281c750c5afcc68f2832bb42d98a1cbce6735 (patch) | |
tree | 60bc7d3ccba2c54859e2e023997cc027cc67aea7 /proto | |
parent | c1a64dc5fa73b54cc5de77629781dfc74302a1e7 (diff) | |
download | qtlocation-mapboxgl-4ea281c750c5afcc68f2832bb42d98a1cbce6735.tar.gz |
rename llmr => mbgl
Diffstat (limited to 'proto')
-rw-r--r-- | proto/glyphs.proto | 2 | ||||
-rw-r--r-- | proto/vector_tile.proto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/proto/glyphs.proto b/proto/glyphs.proto index 606050f7af..6930b47a2b 100644 --- a/proto/glyphs.proto +++ b/proto/glyphs.proto @@ -1,6 +1,6 @@ // Protocol Version 1 -package llmr.glyphs; +package mapboxgl.glyphs; option optimize_for = LITE_RUNTIME; diff --git a/proto/vector_tile.proto b/proto/vector_tile.proto index ea482adb26..1cde2c7aa9 100644 --- a/proto/vector_tile.proto +++ b/proto/vector_tile.proto @@ -1,6 +1,6 @@ // Protocol Version 1 -package llmr.vector; +package mapboxgl.vector; option optimize_for = LITE_RUNTIME; |