Theofilos Ioannidis created SEDONA-184:
------------------------------------------
Summary: ScatterPlot fails to generate vector image
Key: SEDONA-184
URL: https://issues.apache.org/jira/browse/SEDONA-184
Project: Apache Sedona
Issue Type: Bug
Environment: VirtualBox guest: 24GB RAM, 8vCore, Debian 9, Java 8-201,
Netbeans 8.2, Hadoop 2.10.0, Spark 2.4.8
Reporter: Theofilos Ioannidis
In the Viz showcase example, the ScatterPlot fails to generate vector image.
It seems to me that the last parameter 'generateVectorImage' of the constructor
public ScatterPlot(int resolutionX, int resolutionY, Envelope datasetBoundary,
boolean reverseSpatialCoordinate, boolean generateVectorImage) is ignored at
the ScatterPlot class level and at the superclass VisualizationOperator level.
The constructor public VisualizationOperator(int resolutionX, int resolutionY,
Envelope datasetBoundary, ColorizeOption colorizeOption, boolean
reverseSpatialCoordinate,
int partitionX, int partitionY, boolean parallelPhotoFilter,
boolean parallelRenderImage, boolean generateVectorImage) does not handle the
parameter 'generateVectorImage' at all.
I am working with commit 0a6f26a0e0eace87243dd919738af5f182557b8a
--
This message was sent by Atlassian Jira
(v8.20.10#820010)