You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ansis - we can and should store recursive types via variant::recursive_wrapper<T> @jfirebaugh - feature sketch looks like a good start. I'm wondering why distinguish between signed and unsigned, though? /cc @kkaefer ?
@artemp The JSON specification does not limit the size of integers, so it's useful to expose both signed and unsigned 64-bit integers to cover the widest possible range. This also follows the vector tile spec, existing convention in mapbox-gl-native, and what rapidjson exposes.
Several use cases for this library will also require a feature representation: geometry plus properties.
A basic sketch of the necessary types would be:
The text was updated successfully, but these errors were encountered: