~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to test/rbkt/ExpQueryResults/zorba/geo/union5.xml.res

  • Committer: ceejatec
  • Date: 2011-02-23 12:49:34 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:trunk/zorba:9976
Numerous changes to support externalizing modules.
1. Overhauled ZorbaConfig framework to allow easy "finding" of Zorba (either
   from source or installed binary form); consolidated all into top-level
   config/ directory.
2. Moved GENERATE_MODULE_LIBRARY() macro to ZorbaModule.cmake (which is also
   installed); updated to support out-of-core modules.
3. Fixed and improved several features regarding "make install", such as
   enabling RPath, correcting include directories, etc.
4. Consolidated some other project-configuration files into config/, such as
   debian and Fedora packaging files.
5. Added --module-path option to testdriver and testdriver_mt.
6. testdriver is now installed by "make install" (may be revisited).

And, eliminated "geo" module - now available at
  http://zorba.svn.sourceforge.net/svnroot/zorba/modules/geo/trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<gml:MultiSurface xmlns:gml="http://www.opengis.net/gml">
3
 
  <gml:Polygon>
4
 
    <gml:exterior>
5
 
      <gml:LinearRing>
6
 
        <gml:posList>
7
 
          1.000000 1.000000
8
 
          2.000000 4.000000
9
 
          3.000000 4.000000
10
 
          2.000000 2.000000
11
 
          1.000000 1.000000
12
 
        </gml:posList>
13
 
      </gml:LinearRing>
14
 
    </gml:exterior>
15
 
  </gml:Polygon>
16
 
  <gml:Polygon>
17
 
    <gml:exterior>
18
 
      <gml:LinearRing>
19
 
        <gml:posList>
20
 
          10.000000 10.000000
21
 
          20.000000 40.000000
22
 
          30.000000 40.000000
23
 
          20.000000 15.000000
24
 
          10.000000 10.000000
25
 
        </gml:posList>
26
 
      </gml:LinearRing>
27
 
    </gml:exterior>
28
 
  </gml:Polygon>
29
 
</gml:MultiSurface>
 
 
b'\\ No newline at end of file'