Skip to content

Commit

Permalink
Change default zoom level.
Browse files Browse the repository at this point in the history
  • Loading branch information
katus98 committed Dec 19, 2020
1 parent 1393e21 commit e4e3e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/katus/entity/Layer.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Setter
@Getter
public class Layer extends JavaPairRDD<String, Feature> implements Serializable {
private static final int DEFAULT_ZOOM = 10;
private static final int DEFAULT_ZOOM = 8;
private LayerMetadata metadata;
private Boolean isIndexed = false;

Expand Down

0 comments on commit e4e3e78

Please sign in to comment.