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