ReferencedEnvelope bounds = features.getBounds();
if(bounds != null){
KMLLookAtTransformer tx;
tx = new KMLLookAtTransformer(bounds, getIndentation(), getEncoding());
Translator translator = tx.createTranslator(contentHandler);
translator.encode(lookAtOpts);
}
}
String relLinks = (String) mapContent.getRequest().getFormatOptions().get("relLinks");
// Add prev/next links if requested