<?xml version="1.0" encoding="UTF-8"?>

<idoc title="Multi Example " icon="icon.png">

<!-- The layer related information -->
<layer dataset="multi.igeo" >

    <!-- Plain text that describes the layer. -->
    <info>
        An example layer that shows point, lines and polygons visualized in different ways.
    </info>
    
    <!-- This is an example -->
    <tag name="Example"/>
    
    <!-- Define how to visualize -->
    <symbolLayer maxScale="100000" symbol="i:pinorange"/>
    
    <lineLayer color="#a0a0a0" maxScale="80000" width="3">
        <categoryColor value="1" color="#ff0000"/>
    </lineLayer>
    
    <polygonLayer  maxScale="80000" color="#ffff00" selectable="false">
        <categoryColor value="1" color="#608030"/>
        <categoryColor value="2" color="#203040"/>
        <categoryColor value="3" color="#ff0000"/>
    </polygonLayer>
</layer>


<!-- Text below is shown on the Layer page. -->

<style fontSize="12" fontStyle="bold" alignX="middle">Multi Example</style><br/>
<br/>
This Layer is an example with symbols, lines and polygons. To publish 
a layer go to the Publish section of the Locago web site (www.locago.com).
<br/>
<br/>

<section title="Show Layer Content" action="layer.viewExtent()"/>

</idoc>

