From practice when a user uses map provided draw tools on map; they can draw more than one feature until they are done with their work. Example: they are creating a dynamic feature layer for briefings. Request the message to allow for arrays as below:
{
overlayId: string (required),
featureId: string (required),
name: string (optional),
type: string (required),
properties: Array (optional),
feature: Array (required),
format: String (required),
coordinates: array (required)
}
feature: - collection of features drawn on the map.
properties: - collection of properties for the features (1-1)
coordinates: - bounding box for the map view
This will allow the user custom layer to be redrawn with all the information and also get the map view info as to how the user's workspace was setup.
let me know - if another message is desired - that is fine also.
Thanks.
From practice when a user uses map provided draw tools on map; they can draw more than one feature until they are done with their work. Example: they are creating a dynamic feature layer for briefings. Request the message to allow for arrays as below:
{
overlayId: string (required),
featureId: string (required),
name: string (optional),
type: string (required),
properties: Array (optional),
feature: Array (required),
format: String (required),
coordinates: array (required)
}
feature: - collection of features drawn on the map.
properties: - collection of properties for the features (1-1)
coordinates: - bounding box for the map view
This will allow the user custom layer to be redrawn with all the information and also get the map view info as to how the user's workspace was setup.
let me know - if another message is desired - that is fine also.
Thanks.