Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
Open issues in the code | 4 | TODO, FIXME, XXX |
Each tag is detailed below:
Open issues in the code
Number of occurrences found in the code: 4
nl.tudelft.simulation.dsol.animation.gis.map.Feature | Line |
---|---|
minimum scale and maximum scale to draw features has to be added again, but first, scale needs to be defined properly. <p> Copyright (c) 2021-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information <a href="https://simulation.tudelft.nl/dsol/manual/" target="_blank">DSOL Manual</a>. The DSOL project is distributed under a three-clause BSD-style license, which can be found at <a href="https://https://simulation.tudelft.nl/dsol/docs/latest/license.html" target="_blank">DSOL License</a>. </p> | 19 |
nl.tudelft.simulation.dsol.animation.gis.map.GisMap | Line |
define how we use this -- System.out.println("scale = " + scale); | 206 |
&& layer.getMaxScale() < scale && layer.getMinScale() > scale) | 217 |
points are not drawn -- we have to do this differently } else { | 231 |