Package org.openstreetmap.josm.io
Class GeoJSONMapRouletteWriter
- java.lang.Object
-
- org.openstreetmap.josm.io.GeoJSONWriter
-
- org.openstreetmap.josm.io.GeoJSONMapRouletteWriter
-
public class GeoJSONMapRouletteWriter extends GeoJSONWriter
ConvertTestError
to MapRoulette Tasks- Since:
- 18365
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstreetmap.josm.io.GeoJSONWriter
GeoJSONWriter.Options
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.io.GeoJSONWriter
JSON_PROVIDER, JSON_VALUE_END_MARKER, JSON_VALUE_START_MARKER
-
-
Constructor Summary
Constructors Constructor Description GeoJSONMapRouletteWriter(DataSet ds)
Constructs a newGeoJSONWriter
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<jakarta.json.JsonObject>
write(TestError testError)
Convert a test error to a string-
Methods inherited from class org.openstreetmap.josm.io.GeoJSONWriter
appendBounds, appendLayerBounds, appendLayerFeatures, appendPrimitive, setOptions, write, write, write
-
-
-
-
Constructor Detail
-
GeoJSONMapRouletteWriter
public GeoJSONMapRouletteWriter(DataSet ds)
Constructs a newGeoJSONWriter
.- Parameters:
ds
- The originating OSM dataset
-
-