Skip to content
Snippets Groups Projects
Commit 2ab0c5bc authored by Piotr Gawron's avatar Piotr Gawron
Browse files

rest api provides information about annotations

parent 91d80b1b
No related branches found
No related tags found
1 merge request!708Resolve "add handling of annotations for model"
......@@ -112,6 +112,7 @@ public class ModelRestImpl extends BaseRestImpl {
result.put("minZoom", Configuration.MIN_ZOOM_LEVEL);
result.put("maxZoom", Configuration.MIN_ZOOM_LEVEL + submodel.getZoomLevels());
result.put("submodelType", SubmodelType.UNKNOWN);
result.put("references", createAnnotations(submodel.getMiriamData()));
return result;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment