<?xml version="1.0" encoding="UTF-8"?>
<idoc title="Simple Example" icon="icon.png">

<!-- The layer related information, the igeo-file simple.igeo should be in the same folder -->
<layer dataset="simple.igeo">
    <!-- Plain text that describes the layer. -->
    <info>
        This is an example layer. It is a good starting point for making 
        new Layers based on your own data.
    </info>
    
    <!-- Add tag elements that defines under which categories the layer should be found -->
    <!-- Currently available categories are: -->
    <!-- Car, Companies, Eating, Entertainment, Example, Health, Nature, News, Outdoor, People, Photo, Science, Search, Service, Shopping, SocialCommunity, Sports, Tourism, Transport, Travel -->
    <tag name="Example"/>

</layer>


<!-- Text below is shown on the Layer page. -->

<style fontSize="12" fontStyle="bold" alignX="middle">Simple Example Layer</style><br/>
<br/>
This Layer is intended as an example for building new Layers. 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>

