Omaha #3535 bigger inset map point on time series
Change-Id: I61a8eba411c49144422f300cca3d2df45b4ebf02 Former-commit-id: 552b1309c5a9665db3eac75235f202245cb9a76e
This commit is contained in:
parent
a1a146a24d
commit
c7add218fc
3 changed files with 6 additions and 3 deletions
|
@ -86,6 +86,7 @@ import com.vividsolutions.jts.geom.Geometry;
|
|||
* Feb 14, 2011 8244 bkowal enabled magnification capability to
|
||||
* adjust magnification of x-axis.
|
||||
* Jun 18, 2014 3242 njensen Replaced deprecated calls
|
||||
* Aug 15, 2014 3535 njensen Bigger inset map point
|
||||
*
|
||||
*
|
||||
* </pre>
|
||||
|
@ -311,7 +312,7 @@ public abstract class AbstractTimeHeightResource extends
|
|||
point.x, point.y });
|
||||
target.drawPoint(pixels[0], pixels[1], 0.0,
|
||||
getCapability(ColorableCapability.class).getColor(),
|
||||
PointStyle.STAR);
|
||||
PointStyle.STAR, 1.5f);
|
||||
}
|
||||
|
||||
public String getUnitString() {
|
||||
|
|
|
@ -99,6 +99,7 @@ import com.vividsolutions.jts.geom.Geometry;
|
|||
* Feb 14, 2011 8244 bkowal enabled magnification for wind barbs.
|
||||
* Dec 19, 2013 DR 16795 D. Friedman Transform pixel coordinate in inspect
|
||||
* Jun 18, 2014 3242 njensen Added ensembleId to legend
|
||||
* Aug 15, 2014 3535 njensen Bigger inset map point
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -627,7 +628,7 @@ public class TimeSeriesResource extends
|
|||
point.x, point.y });
|
||||
target.drawPoint(pixels[0], pixels[1], 0.0,
|
||||
getCapability(ColorableCapability.class).getColor(),
|
||||
PointStyle.STAR);
|
||||
PointStyle.STAR, 1.5f);
|
||||
}
|
||||
|
||||
public String[] getTitles() {
|
||||
|
|
|
@ -83,6 +83,7 @@ import com.vividsolutions.jts.geom.Geometry;
|
|||
* Sep 23, 2013 2363 bsteffen Add more vector configuration options.
|
||||
* Dec 19, 2013 DR 16795 D. Friedman Transform pixel coordinate in inspect
|
||||
* Jun 18, 2014 3242 njensen Replaced deprecated calls
|
||||
* Aug 15, 2014 3535 njensen Bigger inset map point
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -442,7 +443,7 @@ public class VarHeightResource extends
|
|||
point.x, point.y });
|
||||
target.drawPoint(pixels[0], pixels[1], 0.0,
|
||||
getCapability(ColorableCapability.class).getColor(),
|
||||
PointStyle.STAR);
|
||||
PointStyle.STAR, 1.5f);
|
||||
}
|
||||
|
||||
public void addRecord(PluginDataObject pdo) {
|
||||
|
|
Loading…
Add table
Reference in a new issue