Revision 53045661146c14dc9a33b82eff245afae81773ea authored by Tobias Meisel on 04 May 2021, 07:42:35 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 19:02:42 UTC
1 parent 7c29e83
Raw File
bar.gml
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="OpenGeoSysGLI.xsl"?>

<OpenGeoSysGLI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogs="http://www.opengeosys.org">
    <name>bar</name>
    <points>
        <point id="0" x="0" y="0" z="0" name="p_0"/>
        <point id="1" x="2" y="0" z="0" name="p_1"/>
        <point id="2" x="2" y="2" z="0" name="p_2"/>
        <point id="3" x="0" y="2" z="0" name="p_3"/>
    </points>

    <polylines>
	<polyline id="0" name="top">
		<pnt>2</pnt>
		<pnt>3</pnt>
	</polyline>
	<polyline id="1" name="bottom">
		<pnt>0</pnt>
		<pnt>1</pnt>
	</polyline>
	<polyline id="2" name="left">
		<pnt>3</pnt>
		<pnt>0</pnt>
	</polyline>
	<polyline id="3" name="right">
		<pnt>1</pnt>
		<pnt>2</pnt>
	</polyline>
    </polylines>

</OpenGeoSysGLI>
back to top