Skip to content

Commit

Permalink
Merge pull request #988 from tbarsballe/tile-16-16
Browse files Browse the repository at this point in the history
[GEOS-6949] Fixed 16 showing twice
  • Loading branch information
tbarsballe committed Mar 25, 2015
2 parents b15fd63 + 3d7fda4 commit 581010e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected void onUpdate(AjaxRequestTarget target) {
configs.add(cacheNonDefaultStyles);

List<Integer> metaTilingChoices = Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 16, 16, 17, 18, 19, 20);
14, 15, 16, 17, 18, 19, 20);
IModel<Integer> metaTilingXModel = new PropertyModel<Integer>(gwcConfigModel, "metaTilingX");
DropDownChoice<Integer> metaTilingX = new DropDownChoice<Integer>("metaTilingX",
metaTilingXModel, metaTilingChoices);
Expand Down

0 comments on commit 581010e

Please sign in to comment.