Skip to content

g1.6.0 可以在FeatureCollection headers中添加一些关于FeatureCollection、features等的描述信息

Compare
Choose a tag to compare
@codingmiao codingmiao released this 27 Feb 02:57
· 21 commits to main since this release

FeatureCollection中新增一个headers属性,并在对应的序列化、反序列化中实现
// FeatureCollection
message FeatureCollection{
...

// features头信息,可以在headers中添加一些关于FeatureCollection、features等的描述信息
Map headers = 10;

}