name | data type | constraints | description |
---|---|---|---|
exportPolicies | array of ExportPolicy | ||
staticMapStyle | StaticMapStyle | ||
defaultDataEntrySurveyId | number | ||
mapInitialZoom | number | ||
mapInitialLatitude | number | ||
mapInitialLongitude | number | ||
mapOverlayLayers | array of LayerName | ||
maxUploadSize | number | required | |
allowAnonymousAccess | boolean | required | |
coordinateSystems | array of CoordinateSystem | ||
taxonListIds | array of number | ||
dataExchangeMasterPortalId | number | ||
dataExchangePortalIds | array of number | ||
distmapStartYear | number | required | |
distmapRequiredValidations | array of ValidationStatus |
Example
{ "exportPolicies" : [ "NO_CSV_EXPORT_FOR_NOT_APPROVED_USERS", "NO_CSV_EXPORT_FOR_NOT_APPROVED_USERS" ], "staticMapStyle" : "FLORA_MV", "defaultDataEntrySurveyId" : 12345, "mapInitialZoom" : 12345.0, "mapInitialLatitude" : 12345.0, "mapInitialLongitude" : 12345.0, "mapOverlayLayers" : [ "TOPO_MV", "TOPO_MV" ], "maxUploadSize" : 12345, "allowAnonymousAccess" : true, "coordinateSystems" : [ "EPSG5678", "EPSG258337" ], "taxonListIds" : [ 12345, 12345 ], "dataExchangeMasterPortalId" : 12345, "dataExchangePortalIds" : [ 12345, 12345 ], "distmapStartYear" : 12345, "distmapRequiredValidations" : [ "PROBABLE", "INVALID" ] }