Skip to content

Commit 81fc36c

Browse files
committed
Fix example use_geodetic_calculations_EPSG_3857 for js-7.0
1 parent 20ba37e commit 81fc36c

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!-- Created with Jaspersoft Studio version 6.21.3.final using JasperReports Library version 6.21.3-4a3078d20785ebe464f18037d738d12fc98c13cf -->
2-
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="report" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" whenResourceMissingType="Error" uuid="9a3e59f5-6675-48cf-ad74-9c42b5a5b290">
1+
<!-- Created with Jaspersoft Studio version 7.0.3.final using JasperReports Library version 7.0.3-41034ca841d452f3305ba55b9042260aaa1ab5dd -->
2+
<jasperReport name="report" language="java" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" whenResourceMissingType="Error" uuid="9a3e59f5-6675-48cf-ad74-9c42b5a5b290">
33
<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.HorizontalRowLayout"/>
44
<property name="com.jaspersoft.studio.unit." value="pixel"/>
55
<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
@@ -16,19 +16,15 @@
1616
<detail>
1717
<band height="450" splitType="Prevent">
1818
<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/>
19-
<subreport overflowType="NoStretch">
20-
<reportElement positionType="Float" x="0" y="0" width="802" height="425" uuid="fa145068-76a5-4834-98ed-ce65b1976b3d">
21-
<property name="com.jaspersoft.studio.unit.width" value="px"/>
22-
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
23-
</reportElement>
24-
<subreportExpression><![CDATA[$P{mapSubReport}]]></subreportExpression>
25-
</subreport>
26-
<subreport overflowType="NoStretch">
27-
<reportElement x="580" y="360" width="200" height="44" uuid="ece5b3c1-ed42-4432-9ba6-eea975e72549">
28-
<property name="com.jaspersoft.studio.unit.width" value="px"/>
29-
</reportElement>
30-
<subreportExpression><![CDATA[$P{scalebarSubReport}]]></subreportExpression>
31-
</subreport>
19+
<element kind="subreport" uuid="fa145068-76a5-4834-98ed-ce65b1976b3d" positionType="Float" x="0" y="0" width="802" height="425" overflowType="NoStretch">
20+
<expression><![CDATA[$P{mapSubReport}]]></expression>
21+
<property name="com.jaspersoft.studio.unit.width" value="px"/>
22+
<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
23+
</element>
24+
<element kind="subreport" uuid="ece5b3c1-ed42-4432-9ba6-eea975e72549" x="580" y="360" width="200" height="44" overflowType="NoStretch">
25+
<expression><![CDATA[$P{scalebarSubReport}]]></expression>
26+
<property name="com.jaspersoft.studio.unit.width" value="px"/>
27+
</element>
3228
</band>
3329
</detail>
3430
</jasperReport>

0 commit comments

Comments
 (0)