Problem with MrSid in Maestro(1.1) - Mapguide 2.1

11 messages Options
Embed this post
Permalink
HABC

Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
I have been trying to get the raster image to work but with no luck. I have downloaded the plugin. I don't know what i have missed. Couple things i notice: when i try to save a raster dataconnect the message comes up like this "Spatial context extent appeas to be invalid(or default)". I did set up coord override. Other thing is in the config file has something like this:
.................................
            <Feature name="CA272">
              <Band name="RGB" number="1">
                <Image frame="1" name="CA272.sid">
                  <Bounds>
                    <MinX>-10000000</MinX>
                    <MinY>-10000000</MinY>
                    <MaxX>10000000</MaxX>
                    <MaxY>10000000</MaxY>
                  </Bounds>
                </Image>
              </Band>
            </Feature>
            <Feature name="CA273">
              <Band name="RGB" number="1">
                <Image frame="1" name="CA273.sid">
                  <Bounds>
                    <MinX>-10000000</MinX>
                    <MinY>-10000000</MinY>
                    <MaxX>10000000</MaxX>
                    <MaxY>10000000</MaxY>
                  </Bounds>
                </Image>
              </Band>
            </Feature>
....................................


Please help!!

HABC
Kenneth Skovhede, GEOGRAF A/S

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
The warning tells you that the provider reports the default extents,
which are probably not valid.

Either your data is missing extent info (not likely) or the
provider is not working.

Please see the FdoGdalNotes for info on how to debug rasters:
http://trac.osgeo.org/fdo/wiki/FdoGdalNotes

Regards, Kenneth Skovhede, GEOGRAF A/S



HABC skrev:

> I have been trying to get the raster image to work but with no luck. I have
> downloaded the plugin. I don't know what i have missed. Couple things i
> notice: when i try to save a raster dataconnect the message comes up like
> this "Spatial context extent appeas to be invalid(or default)". I did set up
> coord override. Other thing is in the config file has something like this:
> .................................
>             <Feature name="CA272">
>               <Band name="RGB" number="1">
>                 <Image frame="1" name="CA272.sid">
>                   <Bounds>
>                     <MinX>-10000000</MinX>
>                     <MinY>-10000000</MinY>
>                     <MaxX>10000000</MaxX>
>                     <MaxY>10000000</MaxY>
>                   </Bounds>
>                 </Image>
>               </Band>
>             </Feature>
>             <Feature name="CA273">
>               <Band name="RGB" number="1">
>                 <Image frame="1" name="CA273.sid">
>                   <Bounds>
>                     <MinX>-10000000</MinX>
>                     <MinY>-10000000</MinY>
>                     <MaxX>10000000</MaxX>
>                     <MaxY>10000000</MaxY>
>                   </Bounds>
>                 </Image>
>               </Band>
>             </Feature>
> ....................................
>
>
> Please help!!
>
> HABC
>  
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
Dejan Gregor

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
Dear Kenneth and HABC,

is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider that comes with the installation? Personally, I was not able to run it.

HABC, which provider do you use for MrSID? How did you implementi it to MGOS 2.1?

Dejan

On Mon, Nov 9, 2009 at 09:06, Kenneth Skovhede, GEOGRAF A/S <[hidden email]> wrote:
The warning tells you that the provider reports the default extents,
which are probably not valid.

Either your data is missing extent info (not likely) or the
provider is not working.

Please see the FdoGdalNotes for info on how to debug rasters:
http://trac.osgeo.org/fdo/wiki/FdoGdalNotes

Regards, Kenneth Skovhede, GEOGRAF A/S



HABC skrev:
I have been trying to get the raster image to work but with no luck. I have
downloaded the plugin. I don't know what i have missed. Couple things i
notice: when i try to save a raster dataconnect the message comes up like
this "Spatial context extent appeas to be invalid(or default)". I did set up
coord override. Other thing is in the config file has something like this:
.................................
           <Feature name="CA272">
             <Band name="RGB" number="1">
               <Image frame="1" name="CA272.sid">
                 <Bounds>
                   <MinX>-10000000</MinX>
                   <MinY>-10000000</MinY>
                   <MaxX>10000000</MaxX>
                   <MaxY>10000000</MaxY>
                 </Bounds>
               </Image>
             </Band>
           </Feature>
           <Feature name="CA273">
             <Band name="RGB" number="1">
               <Image frame="1" name="CA273.sid">
                 <Bounds>
                   <MinX>-10000000</MinX>
                   <MinY>-10000000</MinY>
                   <MaxX>10000000</MaxX>
                   <MaxY>10000000</MaxY>
                 </Bounds>
               </Image>
             </Band>
           </Feature>
....................................


Please help!!

HABC
 
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users


_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
__

Dejan Gregor, MSc
GISc Researcher and Consultant

http://www.linkedin.com/in/dgregor 
Crispin_at_1Spatial

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
Also see...

http://n2.nabble.com/Minutes-from-PSC-Meeting-Nov-5-09-tt3954905.html#a3962451

... MapGuide bugs 1121 and 790 (=FDO 493)

They well maybe all the same thing...

 Crispin


Dejan Gregor wrote:
Dear Kenneth and HABC,

is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider
that comes with the installation? Personally, I was not able to run it.

HABC, which provider do you use for MrSID? How did you implementi it to MGOS
2.1?

Dejan

On Mon, Nov 9, 2009 at 09:06, Kenneth Skovhede, GEOGRAF A/S
<ks@geograf.dk>wrote:

> The warning tells you that the provider reports the default extents,
> which are probably not valid.
>
> Either your data is missing extent info (not likely) or the
> provider is not working.
>
> Please see the FdoGdalNotes for info on how to debug rasters:
> http://trac.osgeo.org/fdo/wiki/FdoGdalNotes
>
> Regards, Kenneth Skovhede, GEOGRAF A/S
>
>
>
> HABC skrev:
>
>> I have been trying to get the raster image to work but with no luck. I
>> have
>> downloaded the plugin. I don't know what i have missed. Couple things i
>> notice: when i try to save a raster dataconnect the message comes up like
>> this "Spatial context extent appeas to be invalid(or default)". I did set
>> up
>> coord override. Other thing is in the config file has something like this:
>> .................................
>>            <Feature name="CA272">
>>              <Band name="RGB" number="1">
>>                <Image frame="1" name="CA272.sid">
>>                  <Bounds>
>>                    <MinX>-10000000</MinX>
>>                    <MinY>-10000000</MinY>
>>                    <MaxX>10000000</MaxX>
>>                    <MaxY>10000000</MaxY>
>>                  </Bounds>
>>                </Image>
>>              </Band>
>>            </Feature>
>>            <Feature name="CA273">
>>              <Band name="RGB" number="1">
>>                <Image frame="1" name="CA273.sid">
>>                  <Bounds>
>>                    <MinX>-10000000</MinX>
>>                    <MinY>-10000000</MinY>
>>                    <MaxX>10000000</MaxX>
>>                    <MaxY>10000000</MaxY>
>>                  </Bounds>
>>                </Image>
>>              </Band>
>>            </Feature>
>> ....................................
>>
>>
>> Please help!!
>>
>> HABC
>>
>>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
Homan, Thomas

RE: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
In reply to this post by HABC
Have you tried taking the bounds to the actual bounding box of the
images and just not a huge generic bounds statement?

Also, does it work if there is only one image loaded?

What is the rest of the config.xml file? I found a helpful reference to
the config.xml file for MGE at
http://images.autodesk.com/apac_japan_main/files/linking_to_external_dat
a_autodeskmapguidewhitepaper.pdf when I was having problems with imagery
on my MGE2010 instal. I put the bounds higher up and let the images land
where they were rather than micromanaging. Everything worked better
after that.

Just some thoughts

Tom

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of HABC
Sent: Saturday, November 07, 2009 8:38 AM
To: [hidden email]
Subject: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide
2.1


I have been trying to get the raster image to work but with no luck. I
have downloaded the plugin. I don't know what i have missed. Couple
things i
notice: when i try to save a raster dataconnect the message comes up
like this "Spatial context extent appeas to be invalid(or default)". I
did set up coord override. Other thing is in the config file has
something like this:
.................................
            <Feature name="CA272">
              <Band name="RGB" number="1">
                <Image frame="1" name="CA272.sid">
                  <Bounds>
                    <MinX>-10000000</MinX>
                    <MinY>-10000000</MinY>
                    <MaxX>10000000</MaxX>
                    <MaxY>10000000</MaxY>
                  </Bounds>
                </Image>
              </Band>
            </Feature>
            <Feature name="CA273">
              <Band name="RGB" number="1">
                <Image frame="1" name="CA273.sid">
                  <Bounds>
                    <MinX>-10000000</MinX>
                    <MinY>-10000000</MinY>
                    <MaxX>10000000</MaxX>
                    <MaxY>10000000</MaxY>
                  </Bounds>
                </Image>
              </Band>
            </Feature>
....................................


Please help!!

HABC
--
View this message in context:
http://n2.nabble.com/Problem-with-MrSid-in-Maestro-1-1-Mapguide-2-1-tp39
64578p3964578.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
Jason Birch

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
The GDAL provider does not report the correct bounds in most cases when used with 2.0/2.1; the exception I've found being GeoTIFFs with embedded CRS.  I think basically if it doesn't know the projection it also doesn't return the bounds, but I haven't investigated this fully.  This used to work, but I think MapGuide previously used a different method to obtain the bounds.

Jason

2009/11/9 Homan, Thomas <[hidden email]>
Have you tried taking the bounds to the actual bounding box of the
images and just not a huge generic bounds statement?

Also, does it work if there is only one image loaded?

What is the rest of the config.xml file? I found a helpful reference to
the config.xml file for MGE at
http://images.autodesk.com/apac_japan_main/files/linking_to_external_dat
a_autodeskmapguidewhitepaper.pdf
when I was having problems with imagery
on my MGE2010 instal. I put the bounds higher up and let the images land
where they were rather than micromanaging. Everything worked better
after that.

Just some thoughts

Tom

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of HABC
Sent: Saturday, November 07, 2009 8:38 AM
To: [hidden email]
Subject: [mapguide-users] Problem with MrSid in Maestro(1.1) - Mapguide
2.1


I have been trying to get the raster image to work but with no luck. I
have downloaded the plugin. I don't know what i have missed. Couple
things i
notice: when i try to save a raster dataconnect the message comes up
like this "Spatial context extent appeas to be invalid(or default)". I
did set up coord override. Other thing is in the config file has
something like this:
.................................
           <Feature name="CA272">
             <Band name="RGB" number="1">
               <Image frame="1" name="CA272.sid">
                 <Bounds>
                   <MinX>-10000000</MinX>
                   <MinY>-10000000</MinY>
                   <MaxX>10000000</MaxX>
                   <MaxY>10000000</MaxY>
                 </Bounds>
               </Image>
             </Band>
           </Feature>
           <Feature name="CA273">
             <Band name="RGB" number="1">
               <Image frame="1" name="CA273.sid">
                 <Bounds>
                   <MinX>-10000000</MinX>
                   <MinY>-10000000</MinY>
                   <MaxX>10000000</MaxX>
                   <MaxY>10000000</MaxY>
                 </Bounds>
               </Image>
             </Band>
           </Feature>
....................................


Please help!!

HABC
--
View this message in context:
http://n2.nabble.com/Problem-with-MrSid-in-Maestro-1-1-Mapguide-2-1-tp39
64578p3964578.html

Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users


_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
Jason Birch

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
In reply to this post by Dejan Gregor
ECW and MrSID are not supported by default in MGOS, primarily due to licensing restrictions.  We could probably bundle the MrSID DLLs from my reading of the license, but there is a certain degree of risk that would be involved and we'd probably want to get a legal opinion first.

I documented some steps to add ECW and MrSID support to MapGuide, but people have been having mixed luck with this:

http://n2.nabble.com/ECWs-and-MG-2-1-tp2978248p2978703.html

Jason

2009/11/9 Dejan Gregor <[hidden email]>
Dear Kenneth and HABC,

is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider that comes with the installation? Personally, I was not able to run it.

HABC, which provider do you use for MrSID? How did you implementi it to MGOS 2.1?

Dejan


_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
HABC

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
Thanks for all the responses. I did try everything that i know/can find and I also tried to manually set up the config.xml but still with no luck. I hope this is just a bug and hopefully it will be fixed in the final 2.1 release.

Here is config.xml i manually created.

<?xml version="1.0" encoding="UTF-8"?>
<fdo:DataStore xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:gml="http://www.opengis.net/gml"
xmlns:fdo="http://fdo.osgeo.org/schemas"
xmlns:fds="http://fdo.osgeo.org/schemas/fds">
<gml:DerivedCRS gml:id="coordSys">
<gml:remarks>LL83</gml:remarks>
<gml:srsName>LL83</gml:srsName>
<gml:validArea>
<gml:boundingBox>
<gml:pos>1390000 556000</gml:pos>
<gml:pos>1448000 623000</gml:pos>
</gml:boundingBox>
</gml:validArea>
<gml:baseCRS>
<fdo:WKTCRS gml:id="coordSys">
<gml:srsName>LL83</gml:srsName>
<fdo:WKT>GEOGCS["LL83",DATUM["NAD83",SPHEROID["GRS1980",6378137.000,298.25722210]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</fdo:WKT>
</fdo:WKTCRS>
</gml:baseCRS>
<gml:definedByConversion
xlink:href="http://fdo.osgeo.org/coord_conversions#identity"/>
<gml:derivedCRSType codeSpace="http://fdo.osgeo.org/crs_types">geographic</gml:derivedCRSType>
<gml:usesCS
xlink:href="http://fdo.osgeo.org/cs#default_cartesian"/>
</gml:DerivedCRS>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://fdo.osgeo.org/schemas/feature/rasters"
xmlns:fdo="http://fdo.osgeo.org/schemas"
xmlns:gml="http://www.opengis.net/gml"
xmlns:rasters="http://fdo.osgeo.org/schemas/feature/rasters"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="RasterType" type="rasters:RasterTypeType"
abstract="false" substitutionGroup="gml:_Feature">
<xs:key name="RasterTypeKey">
<xs:selector xpath=".//RasterType"/>
<xs:field xpath="Id"/>
</xs:key>
</xs:element>
<xs:complexType name="RasterTypeType" abstract="false"
fdo:hasGeometry="false">
<xs:complexContent>
<xs:extension base="gml:AbstractFeatureType">
<xs:sequence>
<xs:element name="Id">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Image" type="fdo:RasterPropertyType"
fdo:defaultImageXSize="200" fdo:defaultImageYSize="200">
<xs:annotation>
<xs:appinfo source="http://fdo.osgeo.org/schemas">
<fdo:DefaultDataModel dataModelType="Unknown"
dataType="Unknown" organization="Row" bitsPerPixel="32" tileSizeX="128"
tileSizeY="128"/>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
<SchemaMapping provider="OSGeo.Gdal" name="rasters"
xmlns="http://fdogrfp.osgeo.org/schemas">
<complexType name="RasterTypeType">
<RasterDefinition name="rasters">
<Location name="\\Atimagesvr\e$\GeoData\imagery\Sid\">
<Feature name="BR264">
<Band name="RGB" number="1">
<Image name="BR264.sid" frame="1">
<Bounds>
                    <MinX>1393000</MinX>
                    <MinY>621000</MinY>
                    <MaxX>1396000</MaxX>
                    <MaxY>623000</MaxY>
                  </Bounds></Image>
</Band>
</Feature>
</Location>
</RasterDefinition>
</complexType>
</SchemaMapping>
</fdo:DataStore>


Thanks, everyone.


Jason Birch wrote:
ECW and MrSID are not supported by default in MGOS, primarily due to
licensing restrictions.  We could probably bundle the MrSID DLLs from my
reading of the license, but there is a certain degree of risk that would be
involved and we'd probably want to get a legal opinion first.

I documented some steps to add ECW and MrSID support to MapGuide, but people
have been having mixed luck with this:

http://n2.nabble.com/ECWs-and-MG-2-1-tp2978248p2978703.html

Jason

2009/11/9 Dejan Gregor <dejan.gregor@gmail.com>

> Dear Kenneth and HABC,
>
> is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider
> that comes with the installation? Personally, I was not able to run it.
>
> HABC, which provider do you use for MrSID? How did you implementi it to
> MGOS 2.1?
>
> Dejan
>
>

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
Jason Birch

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
Have you tried that on a local drive?

I don't know how well / whether gdal works wth UNC shares. Also, is
your mapguide service running as an account that is a domain user and,
in this case, an administrator on the remote server since you're
trying to access an admin share?  You may want to try logging in as
that user, persistently mapping a drive letter, and using that
instead.

I can guarantee that unless there is a reproducible defect logged in
trac, that it is unlikely that your symptoms will be resolved in a
post-2.1 release.  Stuff just doesn't get fixed in open source
projects unless people are aware of it, and someone cares enough to do
something about it. We do benefit some from q/a and remediation on
mapguide core from the Autodesk team, but this halo does not usually
cascade through to the gdal raster provider.

Jason

On 2009-11-10, HABC <[hidden email]> wrote:

>
> Thanks for all the responses. I did try everything that i know/can find and
> I
> also tried to manually set up the config.xml but still with no luck. I hope
> this is just a bug and hopefully it will be fixed in the final 2.1 release.
>
> Here is config.xml i manually created.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <fdo:DataStore xmlns:xs="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:xlink="http://www.w3.org/1999/xlink"
> xmlns:gml="http://www.opengis.net/gml"
> xmlns:fdo="http://fdo.osgeo.org/schemas"
> xmlns:fds="http://fdo.osgeo.org/schemas/fds">
> <gml:DerivedCRS gml:id="coordSys">
> <gml:remarks>LL83</gml:remarks>
> <gml:srsName>LL83</gml:srsName>
> <gml:validArea>
> <gml:boundingBox>
> <gml:pos>1390000 556000</gml:pos>
> <gml:pos>1448000 623000</gml:pos>
> </gml:boundingBox>
> </gml:validArea>
> <gml:baseCRS>
> <fdo:WKTCRS gml:id="coordSys">
> <gml:srsName>LL83</gml:srsName>
> <fdo:WKT>GEOGCS["LL83",DATUM["NAD83",SPHEROID["GRS1980",6378137.000,298.25722210]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</fdo:WKT>
> </fdo:WKTCRS>
> </gml:baseCRS>
> <gml:definedByConversion
> xlink:href="http://fdo.osgeo.org/coord_conversions#identity"/>
> <gml:derivedCRSType
> codeSpace="http://fdo.osgeo.org/crs_types">geographic</gml:derivedCRSType>
> <gml:usesCS
> xlink:href="http://fdo.osgeo.org/cs#default_cartesian"/>
> </gml:DerivedCRS>
> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
> targetNamespace="http://fdo.osgeo.org/schemas/feature/rasters"
> xmlns:fdo="http://fdo.osgeo.org/schemas"
> xmlns:gml="http://www.opengis.net/gml"
> xmlns:rasters="http://fdo.osgeo.org/schemas/feature/rasters"
> elementFormDefault="qualified" attributeFormDefault="unqualified">
> <xs:element name="RasterType" type="rasters:RasterTypeType"
> abstract="false" substitutionGroup="gml:_Feature">
> <xs:key name="RasterTypeKey">
> <xs:selector xpath=".//RasterType"/>
> <xs:field xpath="Id"/>
> </xs:key>
> </xs:element>
> <xs:complexType name="RasterTypeType" abstract="false"
> fdo:hasGeometry="false">
> <xs:complexContent>
> <xs:extension base="gml:AbstractFeatureType">
> <xs:sequence>
> <xs:element name="Id">
> <xs:annotation>
> <xs:documentation/>
> </xs:annotation>
> <xs:simpleType>
> <xs:restriction base="xs:string">
> <xs:maxLength value="256"/>
> </xs:restriction>
> </xs:simpleType>
> </xs:element>
> <xs:element name="Image" type="fdo:RasterPropertyType"
> fdo:defaultImageXSize="200" fdo:defaultImageYSize="200">
> <xs:annotation>
> <xs:appinfo source="http://fdo.osgeo.org/schemas">
> <fdo:DefaultDataModel dataModelType="Unknown"
> dataType="Unknown" organization="Row" bitsPerPixel="32" tileSizeX="128"
> tileSizeY="128"/>
> </xs:appinfo>
> </xs:annotation>
> </xs:element>
> </xs:sequence>
> </xs:extension>
> </xs:complexContent>
> </xs:complexType>
> </xs:schema>
> <SchemaMapping provider="OSGeo.Gdal" name="rasters"
> xmlns="http://fdogrfp.osgeo.org/schemas">
> <complexType name="RasterTypeType">
> <RasterDefinition name="rasters">
> <Location name="\\Atimagesvr\e$\GeoData\imagery\Sid\">
> <Feature name="BR264">
> <Band name="RGB" number="1">
> <Image name="BR264.sid" frame="1">
> <Bounds>
>                     <MinX>1393000</MinX>
>                     <MinY>621000</MinY>
>                     <MaxX>1396000</MaxX>
>                     <MaxY>623000</MaxY>
>                   </Bounds></Image>
> </Band>
> </Feature>
> </Location>
> </RasterDefinition>
> </complexType>
> </SchemaMapping>
> </fdo:DataStore>
>
>
> Thanks, everyone.
>
>
>
> Jason Birch wrote:
>>
>> ECW and MrSID are not supported by default in MGOS, primarily due to
>> licensing restrictions.  We could probably bundle the MrSID DLLs from my
>> reading of the license, but there is a certain degree of risk that would
>> be
>> involved and we'd probably want to get a legal opinion first.
>>
>> I documented some steps to add ECW and MrSID support to MapGuide, but
>> people
>> have been having mixed luck with this:
>>
>> http://n2.nabble.com/ECWs-and-MG-2-1-tp2978248p2978703.html
>>
>> Jason
>>
>> 2009/11/9 Dejan Gregor <[hidden email]>
>>
>>> Dear Kenneth and HABC,
>>>
>>> is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider
>>> that comes with the installation? Personally, I was not able to run it.
>>>
>>> HABC, which provider do you use for MrSID? How did you implementi it to
>>> MGOS 2.1?
>>>
>>> Dejan
>>>
>>>
>>
>> _______________________________________________
>> mapguide-users mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>>
>
> --
> View this message in context:
> http://n2.nabble.com/Problem-with-MrSid-in-Maestro-1-1-Mapguide-2-1-tp3964578p3983792.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> _______________________________________________
> mapguide-users mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
zspitzer

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
is there a version of the MrSID for fdo 3.4 ? I couldn't see one?

the older downloads are missing as well

if your using the previous version for fdo 3.30 which was gdal 1.43,
fdo 3.40 is using 1.60

you can also enable some pretty detailed tracing in 2.1 which might
shed some light on the problem

z

On Wed, Nov 11, 2009 at 1:32 PM, Jason Birch <[hidden email]> wrote:

> Have you tried that on a local drive?
>
> I don't know how well / whether gdal works wth UNC shares. Also, is
> your mapguide service running as an account that is a domain user and,
> in this case, an administrator on the remote server since you're
> trying to access an admin share?  You may want to try logging in as
> that user, persistently mapping a drive letter, and using that
> instead.
>
> I can guarantee that unless there is a reproducible defect logged in
> trac, that it is unlikely that your symptoms will be resolved in a
> post-2.1 release.  Stuff just doesn't get fixed in open source
> projects unless people are aware of it, and someone cares enough to do
> something about it. We do benefit some from q/a and remediation on
> mapguide core from the Autodesk team, but this halo does not usually
> cascade through to the gdal raster provider.
>
> Jason
>
> On 2009-11-10, HABC <[hidden email]> wrote:
>>
>> Thanks for all the responses. I did try everything that i know/can find and
>> I
>> also tried to manually set up the config.xml but still with no luck. I hope
>> this is just a bug and hopefully it will be fixed in the final 2.1 release.
>>
>> Here is config.xml i manually created.
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <fdo:DataStore xmlns:xs="http://www.w3.org/2001/XMLSchema"
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> xmlns:xlink="http://www.w3.org/1999/xlink"
>> xmlns:gml="http://www.opengis.net/gml"
>> xmlns:fdo="http://fdo.osgeo.org/schemas"
>> xmlns:fds="http://fdo.osgeo.org/schemas/fds">
>> <gml:DerivedCRS gml:id="coordSys">
>> <gml:remarks>LL83</gml:remarks>
>> <gml:srsName>LL83</gml:srsName>
>> <gml:validArea>
>> <gml:boundingBox>
>> <gml:pos>1390000 556000</gml:pos>
>> <gml:pos>1448000 623000</gml:pos>
>> </gml:boundingBox>
>> </gml:validArea>
>> <gml:baseCRS>
>> <fdo:WKTCRS gml:id="coordSys">
>> <gml:srsName>LL83</gml:srsName>
>> <fdo:WKT>GEOGCS["LL83",DATUM["NAD83",SPHEROID["GRS1980",6378137.000,298.25722210]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</fdo:WKT>
>> </fdo:WKTCRS>
>> </gml:baseCRS>
>> <gml:definedByConversion
>> xlink:href="http://fdo.osgeo.org/coord_conversions#identity"/>
>> <gml:derivedCRSType
>> codeSpace="http://fdo.osgeo.org/crs_types">geographic</gml:derivedCRSType>
>> <gml:usesCS
>> xlink:href="http://fdo.osgeo.org/cs#default_cartesian"/>
>> </gml:DerivedCRS>
>> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
>> targetNamespace="http://fdo.osgeo.org/schemas/feature/rasters"
>> xmlns:fdo="http://fdo.osgeo.org/schemas"
>> xmlns:gml="http://www.opengis.net/gml"
>> xmlns:rasters="http://fdo.osgeo.org/schemas/feature/rasters"
>> elementFormDefault="qualified" attributeFormDefault="unqualified">
>> <xs:element name="RasterType" type="rasters:RasterTypeType"
>> abstract="false" substitutionGroup="gml:_Feature">
>> <xs:key name="RasterTypeKey">
>> <xs:selector xpath=".//RasterType"/>
>> <xs:field xpath="Id"/>
>> </xs:key>
>> </xs:element>
>> <xs:complexType name="RasterTypeType" abstract="false"
>> fdo:hasGeometry="false">
>> <xs:complexContent>
>> <xs:extension base="gml:AbstractFeatureType">
>> <xs:sequence>
>> <xs:element name="Id">
>> <xs:annotation>
>> <xs:documentation/>
>> </xs:annotation>
>> <xs:simpleType>
>> <xs:restriction base="xs:string">
>> <xs:maxLength value="256"/>
>> </xs:restriction>
>> </xs:simpleType>
>> </xs:element>
>> <xs:element name="Image" type="fdo:RasterPropertyType"
>> fdo:defaultImageXSize="200" fdo:defaultImageYSize="200">
>> <xs:annotation>
>> <xs:appinfo source="http://fdo.osgeo.org/schemas">
>> <fdo:DefaultDataModel dataModelType="Unknown"
>> dataType="Unknown" organization="Row" bitsPerPixel="32" tileSizeX="128"
>> tileSizeY="128"/>
>> </xs:appinfo>
>> </xs:annotation>
>> </xs:element>
>> </xs:sequence>
>> </xs:extension>
>> </xs:complexContent>
>> </xs:complexType>
>> </xs:schema>
>> <SchemaMapping provider="OSGeo.Gdal" name="rasters"
>> xmlns="http://fdogrfp.osgeo.org/schemas">
>> <complexType name="RasterTypeType">
>> <RasterDefinition name="rasters">
>> <Location name="\\Atimagesvr\e$\GeoData\imagery\Sid\">
>> <Feature name="BR264">
>> <Band name="RGB" number="1">
>> <Image name="BR264.sid" frame="1">
>> <Bounds>
>>                     <MinX>1393000</MinX>
>>                     <MinY>621000</MinY>
>>                     <MaxX>1396000</MaxX>
>>                     <MaxY>623000</MaxY>
>>                   </Bounds></Image>
>> </Band>
>> </Feature>
>> </Location>
>> </RasterDefinition>
>> </complexType>
>> </SchemaMapping>
>> </fdo:DataStore>
>>
>>
>> Thanks, everyone.
>>
>>
>>
>> Jason Birch wrote:
>>>
>>> ECW and MrSID are not supported by default in MGOS, primarily due to
>>> licensing restrictions.  We could probably bundle the MrSID DLLs from my
>>> reading of the license, but there is a certain degree of risk that would
>>> be
>>> involved and we'd probably want to get a legal opinion first.
>>>
>>> I documented some steps to add ECW and MrSID support to MapGuide, but
>>> people
>>> have been having mixed luck with this:
>>>
>>> http://n2.nabble.com/ECWs-and-MG-2-1-tp2978248p2978703.html
>>>
>>> Jason
>>>
>>> 2009/11/9 Dejan Gregor <[hidden email]>
>>>
>>>> Dear Kenneth and HABC,
>>>>
>>>> is MrSID really supported my MGOS 2.1 out of the box by the GDAL provider
>>>> that comes with the installation? Personally, I was not able to run it.
>>>>
>>>> HABC, which provider do you use for MrSID? How did you implementi it to
>>>> MGOS 2.1?
>>>>
>>>> Dejan
>>>>
>>>>
>>>
>>> _______________________________________________
>>> mapguide-users mailing list
>>> [hidden email]
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>
>> --
>> View this message in context:
>> http://n2.nabble.com/Problem-with-MrSid-in-Maestro-1-1-Mapguide-2-1-tp3964578p3983792.html
>> Sent from the MapGuide Users mailing list archive at Nabble.com.
>> _______________________________________________
>> mapguide-users mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
> _______________________________________________
> mapguide-users mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>



--
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168
_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
Jason Birch

Re: Problem with MrSid in Maestro(1.1) - Mapguide 2.1

Reply Threaded More More options
Print post
Permalink
There's an MrSID plugin for GDAL 1.6, which I think I link to in the message posted above.  

We've never distributed an MrSID plugin directly (I'd feel uncomfortable with this, but less so than for ECW) just pointed to the versions that Frank has made available for download.

Jason

2009/11/10 Zac Spitzer <[hidden email]>
is there a version of the MrSID for fdo 3.4 ? I couldn't see one?

the older downloads are missing as well

if your using the previous version for fdo 3.30 which was gdal 1.43,
fdo 3.40 is using 1.60

you can also enable some pretty detailed tracing in 2.1 which might
shed some light on the problem

z


_______________________________________________
mapguide-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapguide-users