2010-08-10 08:04:10 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE Map >
|
2010-10-06 20:59:59 +02:00
|
|
|
<Map xmlns:xi="http://www.w3.org/2001/XInclude" srs="+init=epsg:4326" background-color="rgb(255,255,255)" >
|
2010-08-10 08:04:10 +02:00
|
|
|
|
|
|
|
<!-- http://www.oreillynet.com/xml/blog/2004/05/transclude_with_xinclude_and_x.html -->
|
|
|
|
|
|
|
|
<xi:include href="styles.xml" />
|
|
|
|
|
|
|
|
<xi:include href="layers.xml" />
|
|
|
|
|
|
|
|
</Map>
|