Changes between Initial Version and Version 1 of Ticket #6866, comment 2


Ignore:
Timestamp:
2011-09-19T23:56:51+02:00 (14 years ago)
Author:
jhuntley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6866, comment 2

    initial v1  
    1313
    1414{{{
    15             XPathExpression exp=xpath.compile(".//ImageryMetadata/ZoomMax/text()");
     15            XPathExpression exp=xpath.compile("//ImageryMetadata/ZoomMax/text()");
    1616            String strValue=exp.evaluate(document);
    1717            imageryZoomMax = Integer.parseInt(strValue);