[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-23-ga4e8d02
git at osgeo.org
git at osgeo.org
Mon Mar 2 11:34:16 PST 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via a4e8d02e24e7fef16b54b334addabc25bb3a2cf9 (commit)
from fc5f9e4307eb9a4f8bccac1d10d63d2d8f4ab9bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a4e8d02e24e7fef16b54b334addabc25bb3a2cf9
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Mar 2 11:34:11 2020 -0800
specific protobuf syntax
diff --git a/postgis/geobuf.proto b/postgis/geobuf.proto
index 26b742b..6286c8e 100644
--- a/postgis/geobuf.proto
+++ b/postgis/geobuf.proto
@@ -1,3 +1,6 @@
+
+syntax = "proto2";
+
option optimize_for = LITE_RUNTIME;
message Data {
diff --git a/postgis/vector_tile.proto b/postgis/vector_tile.proto
index f7f3b85..d09f68b 100644
--- a/postgis/vector_tile.proto
+++ b/postgis/vector_tile.proto
@@ -1,3 +1,5 @@
+syntax = "proto2";
+
package vector_tile;
option optimize_for = LITE_RUNTIME;
-----------------------------------------------------------------------
Summary of changes:
postgis/geobuf.proto | 3 +++
postgis/vector_tile.proto | 2 ++
2 files changed, 5 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list