Use Case: Recover what is drawn on the client by the user as (georeferenced) markup / feature objects #18
Labels
discussion: use case
a possible use case: should it be included? what should it say?
status: suggestion
this issue discusses a suggested addition to the report, that is not yet in the draft
Say we have a map, for which we provide a feature drawing API. The canvas on which that drawing occurs should be on the client, but it should be 'recoverable' as marked up features or even just plain GeoJSON, via a client API. To me, this suggests something like the following as a way to request user input:
<input type="location" subtype="point" (for example)>
Such an input would generate content on the map canvas with the assistance of the user. It might or might not be submitted, but the content could be recovered as georeferenced feature geometry content at least, perhaps via an API call on the map canvas, and perhaps also as an event from the
input
when user input was completed.The text was updated successfully, but these errors were encountered: