Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Oct 23, 2024
1 parent 81ce579 commit a4c2df4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

package org.citydb.tiling;

import com.alibaba.fastjson2.JSONWriter;
import com.alibaba.fastjson2.annotation.JSONField;
import org.citydb.config.SerializableConfig;
import org.citydb.model.geometry.Envelope;
Expand All @@ -35,6 +36,7 @@ public class TilingOptions {
@JSONField(serializeUsing = ExtentWriter.class, deserializeUsing = ExtentReader.class)
private Envelope extent;
private TilingScheme scheme;
@JSONField(serializeFeatures = JSONWriter.Feature.WriteEnumUsingToString)
private TileMatrixOrigin tileMatrixOrigin = TileMatrixOrigin.TOP_LEFT;

public static TilingOptions of(Envelope extent, TilingScheme scheme) {
Expand Down

0 comments on commit a4c2df4

Please sign in to comment.