Skip to content

Commit

Permalink
change to more generic 'vector_tile' namespace - closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 28, 2014
1 parent b7941e5 commit 35089e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 1.0.1/vector_tile.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Protocol Version 1

package mapnik.vector;
package vector_tile;

option optimize_for = LITE_RUNTIME;

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 1.0.1

- Used TitleCase and UPPERCASE in `vector_tile.proto` to match Protobuf style guide (#3)
- Changed namespace from `mapnik.vector` to `vector_tile` (#2)

### 1.0.0

Expand Down

0 comments on commit 35089e8

Please sign in to comment.