From c8ebe317b8075c47a2421f7ff544c700c467d293 Mon Sep 17 00:00:00 2001 From: Scott Crosby Date: Tue, 16 Nov 2010 11:39:01 -0600 Subject: [PATCH] Rremove the tag number for the proposed, but disabled, BBox extension. The tag number is a duplicate with another field. --- src/osmformat.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmformat.proto b/src/osmformat.proto index 6373349..73f6472 100644 --- a/src/osmformat.proto +++ b/src/osmformat.proto @@ -78,7 +78,7 @@ message PrimitiveBlock { // Proposed extension: - //optional BBox bbox = 19; + //optional BBox bbox = XX; } // Group of OSMPrimitives. All primitives in a group must be the same type.