...
The XML code to incuded in Weave config.xml
Code Block |
---|
language | xml |
---|
theme | DJango |
---|
title | config.xml |
---|
collapse | true |
---|
|
<!-- globalmap -->
<?include config_globalmap/globalmap.xml?> |
Code Block |
---|
language | xml |
---|
theme | DJango |
---|
title | globalmap.xml |
---|
collapse | true |
---|
|
<?xml version="1.0" encoding="UTF-8"?> |
...
<config xmlns= "urn:com.cohga.server.config#1.0" |
...
xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" |
...
xmlns:xsd= "http://www.w3.org/2001/XMLSchema" |
...
<?include globalmap_ds_localhost.xml?> |
...
<?include globalmap_gadm.xml?> |
...
<?include globalmap_geonames.xml?> |
...
...
<?include resources/locale_input_text_en.xml?> |
...
<?include resources/locale_input_text_sv.xml?> |
...
<?include resources/locale_input_text_no.xml?> |
...
<?include resources/locale_input_text_es.xml?> |
...
...