add(new Label("crsRemarks", remarks == null ? "-" : remarks.toString(locale)));
add(new Label("wkt", wkt));
add(new Label("aovCoords", aovCoords.toString()));
add(new Label("aovDescription", areaOfValidity));
Image aovMap = new Image("aovMap", new DynamicCrsMapResource(mapCrs));
add(aovMap);
// link with the reprojection console
add(new SimpleBookmarkableLink("reprojectFrom", ReprojectPage.class, new ParamResourceModel("reprojectFrom", this, code), "fromSRS", code));
add(new SimpleBookmarkableLink("reprojectTo", ReprojectPage.class, new ParamResourceModel("reprojectTo", this, code), "toSRS", code));