Creates new GeoJSON Feature Collection if given maximum size.
The function returns the following error codes:
E_ALLOC
if memory allocation failed.E_INVALID
if argument max_size
is less than 1.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(geojson_feature_collection_type), | intent(out) | :: | collection |
GeoJSON Feature Collection type. |
||
integer, | intent(in) | :: | max_size |
Max. size of Feature Collection. |