Hi Michaël,
maybe it is a problem of the coordinates?
This layer contains GK coordinates (SRID 31467).
I send you the geometries.
Maybe it helps.
Uwe
Am 23.03.2013 15:44, schrieb Michaël Michaud:
Hi Uwe, Jukka
1 - I still cannot reproduce the WKB type 0 bug.
Instead, I get from time to time a warning : "No such object exists".
I had a look, but I think this is a concurent threading issue, that I'll
not be able to solve in a short delay (just a warning though).
<?xml version='1.0' encoding='UTF-8'?>
<JCSDataFile xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" >
<JCSGMLInputTemplate>
<CollectionElement>featureCollection</CollectionElement>
<FeatureElement>feature</FeatureElement>
<GeometryElement>geometry</GeometryElement>
<ColumnDefinitions>
<column>
<name>Vorname</name>
<type>STRING</type>
<valueElement elementName="property" attributeName="name" attributeValue="Vorname"/>
<valueLocation position="body"/>
</column>
<column>
<name>Nachname</name>
<type>STRING</type>
<valueElement elementName="property" attributeName="name" attributeValue="Nachname"/>
<valueLocation position="body"/>
</column>
<column>
<name>Flaeche</name>
<type>INTEGER</type>
<valueElement elementName="property" attributeName="name" attributeValue="Flaeche"/>
<valueLocation position="body"/>
</column>
</ColumnDefinitions>
</JCSGMLInputTemplate>
<featureCollection>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64270.3374,51627.0842
64341.076,51749.2142
64492.1932,51719.332
64386.9769,51653.147
64365.2645,51630.6959
64270.3374,51627.0842 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Klara</property>
<property name="Nachname">Fall</property>
<property name="Flaeche">13800</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64365.2645,51630.6959
64386.9769,51653.147
64492.1932,51719.332
64528.5146,51661.2178
64436.8671,51603.9382
64365.2645,51630.6959 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Otto</property>
<property name="Nachname">Fant</property>
<property name="Flaeche">9037</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64365.2645,51630.6959
64436.8671,51603.9382
64396.6683,51563.7394
64333.2169,51597.5581
64365.2645,51630.6959 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Helmut</property>
<property name="Nachname">Helmchen</property>
<property name="Flaeche">3570</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64313.1312,51561.3862
64315.8877,51579.6394
64333.2169,51597.5581
64396.6683,51563.7394
64366.0292,51533.1003
64313.1312,51561.3862 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Malte</property>
<property name="Nachname">Müller</property>
<property name="Flaeche">2864</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64307.1294,51521.6419
64313.1312,51561.3862
64366.0292,51533.1003
64352.2822,51510.1886
64307.1294,51521.6419 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Frieda</property>
<property name="Nachname">Meyer</property>
<property name="Flaeche">1732</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64302.8138,51493.0638
64307.1294,51521.6419
64352.2822,51510.1886
64335.4782,51482.182
64302.8138,51493.0638 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Kay </property>
<property name="Nachname">Kaiman</property>
<property name="Flaeche">1218</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64279.3197,51455.8399
64302.8138,51493.0638
64335.4782,51482.182
64321.201,51444.4628
64279.3197,51455.8399 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Jens</property>
<property name="Nachname">Jensen</property>
<property name="Flaeche">1606</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64255.1764,51411.0197
64261.7768,51428.0449
64279.3197,51455.8399
64321.201,51444.4628
64305.6161,51402.5495
64255.1764,51411.0197 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Moritz</property>
<property name="Nachname">Moor</property>
<property name="Flaeche">2256</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64240.7414,51373.7856
64255.1764,51411.0197
64305.6161,51402.5495
64274.9405,51365.7388
64240.7414,51373.7856 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Dieter </property>
<property name="Nachname">Dachs</property>
<property name="Flaeche">1753</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64285.8236,51363.1781
64314.3839,51397.4505
64363.1352,51372.3774
64333.4948,51348.2227
64321.8212,51354.708
64285.8236,51363.1781 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Paule</property>
<property name="Nachname">Schuster</property>
<property name="Flaeche">1923</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64314.3839,51397.4505
64344.5218,51477.818
64374.4568,51464.3237
64363.1352,51372.3774
64314.3839,51397.4505 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Stadt</property>
<property name="Nachname">GeoCity</property>
<property name="Flaeche">3789</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64344.5218,51477.818
64373.9708,51526.8997
64414.7898,51494.3831
64374.4568,51464.3237
64344.5218,51477.818 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Gustav</property>
<property name="Nachname">Gans</property>
<property name="Flaeche">2202</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64373.9708,51526.8997
64443.1329,51596.0618
64468.1959,51564.5563
64414.7898,51494.3831
64373.9708,51526.8997 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Stadt</property>
<property name="Nachname">GeoCity</property>
<property name="Flaeche">4256</property>
</feature>
<feature>
<geometry>
<gml:Polygon>
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>64443.1329,51596.0618
64521.9387,51645.3155
64543.1387,51611.3955
64468.1959,51564.5563
64443.1329,51596.0618 </gml:coordinates>
</gml:LinearRing>
</gml:outerBoundaryIs>
</gml:Polygon>
</geometry>
<property name="Vorname">Stadt</property>
<property name="Nachname">GeoCity</property>
<property name="Flaeche">3626</property>
</feature>
</featureCollection>
</JCSDataFile>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel