[mapguide-users] Re: "Failed to read schema..." error with GDAL
Kenneth Skovhede
ks at geograf.dk
Thu Feb 4 14:22:23 EST 2010
If you can select the geometry, I suspect that the error is only cosmetic.
I cannot reproduce the error on my own machine :(.
I have put up r4586 on the download page, which logs the error,
so I can get the full error message.
If you try it out, there should be a longer message in the "About" ->
"Last exception" menu.
Regards, Kenneth Skovhede, GEOGRAF A/S
magnoliazz skrev:
> Are the files resonable size (eg. less than 10mb) so you can send one to
> me for testing?
>
> Thanks a lot for your reply Kenneth.
> The raster size is much more than 10M, so I tried the map agent. The
> DescribeFeatureScheme gave back the following:
>
> <xs:schema targetNamespace="http://fdo.osgeo.org/schemas/feature/default"
> elementFormDefault="qualified" attributeFormDefault="unqualified">
> −
> <xs:element name="default" type="default:defaultType" abstract="false"
> substitutionGroup="gml:_Feature">
> −
> <xs:key name="defaultKey">
> <xs:selector xpath=".//default"/>
> <xs:field xpath="FeatId"/>
> </xs:key>
> </xs:element>
> −
> <xs:complexType name="defaultType" abstract="false">
> −
> <xs:complexContent>
> −
> <xs:extension base="fdo:ClassType">
> −
> <xs:sequence>
> −
> <xs:element name="FeatId">
> −
> <xs:simpleType>
> −
> <xs:restriction base="xs:string">
> <xs:maxLength value="256"/>
> </xs:restriction>
> </xs:simpleType>
> </xs:element>
> <xs:element name="Raster" type="fdo:RasterPropertyType"
> fdo:defaultImageXSize="1024" fdo:defaultImageYSize="1024"/>
> </xs:sequence>
> </xs:extension>
> </xs:complexContent>
> </xs:complexType>
> </xs:schema>
>
> Is the fdo:defaultImageXSize and fdo:defaultImageYSize a limitation of the
> file size? is it possible to create a more customized schema?
>
> Thank you,
>
More information about the mapguide-users
mailing list