Get desktop application:
View/edit binary Protocol Buffers messages
repeated string keys = 1
optional uint32 dimensions = 2
optional uint32 precision = 3
oneof data_type
Used in: Data, FeatureCollection
required Geometry geometry = 1
oneof id_type
string id = 11
sint64 int_id = 12
repeated Value values = 13
repeated uint32 properties = 14
repeated uint32 custom_properties = 15
Used in: Data
repeated Feature features = 1
repeated Value values = 13
repeated uint32 custom_properties = 15
Used in: Data, Feature
repeated uint32 lengths = 2
repeated sint64 coords = 3
repeated Geometry geometries = 4
repeated Value values = 13
repeated uint32 custom_properties = 15
Used in: Geometry
POINT = 0
MULTIPOINT = 1
LINESTRING = 2
MULTILINESTRING = 3
POLYGON = 4
MULTIPOLYGON = 5
GEOMETRYCOLLECTION = 6
Used in: Feature, FeatureCollection, Geometry
oneof value_type
string string_value = 1
double double_value = 2
uint64 pos_int_value = 3
uint64 neg_int_value = 4
bool bool_value = 5
string json_value = 6