Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The XML code to incuded in Weave  config.xml

Code Block
languagexml
themeDJango
titleconfig.xml
collapsetrue
<!-- globalmap -->
<?include config_globalmap/globalmap.xml?>
Code Block
languagexml
themeDJango
titleglobalmap.xml
collapsetrue
<?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?>

...



<!-- resources -->

...


<?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?>

...


 
</config>

...