Skip to content

Request for update to map.feature.draw.complete #108

@ssdhaliwal

Description

@ssdhaliwal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions