Omaha #3535 bigger inset map point on time series
Change-Id: I61a8eba411c49144422f300cca3d2df45b4ebf02 Former-commit-id:c31e5ed7b7
[formerlyb3cfb7e08a
] [formerly9cb8224548
] [formerly9cb8224548
[formerlyc7add218fc
]] [formerly84e99f7367
[formerly9cb8224548
[formerlyc7add218fc
] [formerly84e99f7367
[formerly 552b1309c5a9665db3eac75235f202245cb9a76e]]]] Former-commit-id:84e99f7367
Former-commit-id: f07777dcb87818a211ee62334f7411432723160a [formerly a017ca34ec3e583e3dfabd60f8a7572fdde848ec] [formerly572941474f
[formerlye3d81c507d
]] Former-commit-id:572941474f
Former-commit-id:ad96607663
This commit is contained in:
parent
c98e5914f2
commit
ab5defdb36
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