You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be nice is to include some of the analysis work done in Manifest editor. Where you can provide just an Image URL or Image service and it will figure out what the ID and inline service block should look like. This would be async and would be opt-in (with an await).
Currently there is no Annotation builder, you have to provide the JSON for each annotation individually.
I don't think a builder in the style of the Canvas or Manifest builders would for this case - instead maybe a set of presets.
What would be nice is to include some of the analysis work done in Manifest editor. Where you can provide just an Image URL or Image service and it will figure out what the ID and inline service block should look like. This would be async and would be opt-in (with an await).
For example, the following URL:
Might return:
Extra configuration could limit how much of the resolved service is inlined.
Other helpers for common types of annotations could then be created.
The text was updated successfully, but these errors were encountered: