Tolomeo: framework per lo sviluppo di applicativi WebGIS
Macchina temporale
<!-- frammento di codice XML da includere nel preset di configurazone della mappa -->
<mappa>
...
...
<timeMachine>
<layerList>
<layer>
<tipo>WMS</tipo>
<url>URL_SERVER_WMS</url>
<layer>comunepo:ortofoto1954</layer>
<formato>image/jpeg</formato>
<srid>EPSG:3003</srid>
<testo>Foto aeree 1954</testo>
</layer>
<layer>
<tipo>WMS</tipo>
<url>URL_SERVER_WMS</url>
<layer>comunepo:ortofoto1978</layer>
<formato>image/jpeg</formato>
<srid>EPSG:3003</srid>
<testo>Foto aeree 1978</testo>
</layer>
...
...
<layer>
<tipo>WMS</tipo>
<url>URL_SERVER_WMS</url>
<layer>comunepo:ortofoto2011</layer>
<formato>image/jpeg</formato>
<srid>EPSG:3003</srid>
<testo>Foto aeree 2011</testo>
</layer>
</layerList>
</timeMachine>
</mappa>