Project

General

Profile

Feature #2126

Updated by Alexander Watzinger 7 months ago

*Update* 
 It is now possible to also add polygons (instead only rectangles). 
 New package needed: 
 <pre><code class="shell"> 
 sudo apt install python3-svgwrite 
 </code></pre> 

 *Original description* 
 In the first version, a rectangle geometry will be available for annotating. It is planned to include more geometries, especially a polygon. 
 

 The complexity is not the Leaflet annotation, but the creation of a valid IIIF manifest and the SVG selector for the IIIF Presentation API 2. 

 New package needed: 
 <pre><code class="shell"> 
 sudo apt install python3-svgwrite 
 </code></pre> 

Back