[mapguide-users] Re: mapguide-users Digest, Vol 38, Issue 1

hanane el yazidi hanane.elyazidi at gmail.com
Tue Feb 2 06:35:01 EST 2010


Hi,

I'm a MGOS novice. I'd like to add a raster (.tiff) with Maestro, so I added
an alias pointing to the directory where the raster is located, then I added
a dataconnection with the FDO Gdal provider, tested the connection, and it
was good. But when I want to add the raster layer, I get this error: "*Failed
to read schema from data source. The operation gave the error message: Value
cannot be null. Parameter name: input"*.  What am I doing wrong? is there
some detailed documentation about the use of raster data in maestro.
Thanks in advance


2010/2/1 <mapguide-users-request at lists.osgeo.org>

> Send mapguide-users mailing list submissions to
>        mapguide-users at lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.osgeo.org/mailman/listinfo/mapguide-users
> or, via email, send a message with subject or body 'help' to
>        mapguide-users-request at lists.osgeo.org
>
> You can reach the person managing the list at
>        mapguide-users-owner at lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of mapguide-users digest..."
>
>
> Today's Topics:
>
>   1. RE: Problem with map only half showing. (Crispin_at_1Spatial)
>   2. Re: Does MGOS use worldfiles? (Crispin_at_1Spatial)
>   3. problem when using same code for MapGuideEnterprise2009 with
>      MapGuideEnterprise2010 (ehsan)
>   4. WMS Map Problem (Luis Paolini)
>   5. Map editing on web application (prabhat30)
>   6. how to get selected feature (prabhat30)
>   7. Re: Mapguide HOSTING (Rodolfo Moreno)
>   8. Re: Mapguide HOSTING (GordonL)
>   9. RE: Nightly windows build of MGOS (Trevor Wekel)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 31 Jan 2010 11:09:00 -0800 (PST)
> From: Crispin_at_1Spatial <crispin.hoult at 1spatial.com>
> Subject: [mapguide-users] RE: Problem with map only half showing.
> To: mapguide-users at lists.osgeo.org
> Message-ID: <1264964940437-4490553.post at n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi,
>
> Gary's comments reminded me of the solution - the issue is when the bottom
> scan line of the raster is within the image.  It's a GDAL issue and Frank W
> confirmed it was an issue with the OS compression and the reader.  The
> solution was built into a GDAL patch / release.
>
> It looks like you are on MG 2.0.2 still?  That is GDAL 1.4 so a copy of the
> GDAL v1.4.x latest (e.g. an old download of FWTools), stop the MG service
> and replace the GDAL dll -- restart and you should be OK
>
>  Crispin
>
> --
> View this message in context:
> http://n2.nabble.com/Problem-with-map-raster-tif-files-only-half-showing-tp4473961p4490553.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 31 Jan 2010 11:14:37 -0800 (PST)
> From: Crispin_at_1Spatial <crispin.hoult at 1spatial.com>
> Subject: [mapguide-users] Re: Does MGOS use worldfiles?
> To: mapguide-users at lists.osgeo.org
> Message-ID: <1264965277263-4490581.post at n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> ... see issue here and follow links for discussion:
>
> http://trac.osgeo.org/mapguide/ticket/998
>
> --
> View this message in context:
> http://n2.nabble.com/Does-MGOS-use-worldfiles-tp4133221p4490581.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 31 Jan 2010 23:25:49 -0800 (PST)
> From: ehsan <ehsan85 at yahoo.com>
> Subject: [mapguide-users] problem when using same code for
>        MapGuideEnterprise2009 with MapGuideEnterprise2010
> To: mapguide-users at lists.osgeo.org
> Message-ID: <1265009149028-4492918.post at n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi,
> i just changing my MapGuideEnterprise2009 to MapGuideEnterprise2010, i had
> some trouble with my PHP code when use it in MapGuideEnterprise2010. Before
> i use the MapGuideEnterprise2009, i use the MapGuide Open Source 2.0, the
> code that i make is to search for NOLOT, select and zoom to selection in
> the
> map, then the same code i use in MapGuideEnterprise2009 and it work well.
> but when i use the MapGuideEnterprise2010 it seem does not work at all.
> when
> i use the in Internet Explorer get this error
>
> Webpage error details
> Message: Object expected
> Line: 56
> Char: 1
> Code: 0
> URI:
>
> http://localhost:8008/mapguide2010/phpsamples/Build/Search%20Query%202.php?SESSION=349b6ad6-f130-102c-8000-001b246a1fcd_en_7F0000010AF20AF10AF0&WEBLAYOUT=Library%3A%2F%2Fgis%2Flayoutmelaka.WebLayout&DWF=0&LOCALE=en&NOLOT=3475&LAYER=Lot
> Tanah Melaka&DAERAH=03&MUKIM=Sungei Baru Ulu
>
> when i check at my code at line 56, the code is:
> <body class="AppFrame" onLoad="OnPageLoad()">
>
> Is MapGuideEnterprise2010 can not use the same code from the
> MapGuideEnterprise2009?
>
> Thanks.
> --
> View this message in context:
> http://n2.nabble.com/problem-when-using-same-code-for-MapGuideEnterprise2009-with-MapGuideEnterprise2010-tp4492918p4492918.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 1 Feb 2010 09:00:14 -0200
> From: "Luis Paolini" <l_paolini at uol.com.br>
> Subject: [mapguide-users] WMS Map Problem
> To: <mapguide-users at lists.osgeo.org>
> Message-ID:
>
>  <!&!AAAAAAAAAAAYAAAAAAAAACnGWmDPjatNrG2fqilf47fCgAAAEAAAAIFyXJvcjaFLo3vM4JVtVw0BAAAAAA==@
> uol.com.br>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi folks,
>
>
>
>        I'm using Mapguide to publish some DWG files that can be accessed
> via WMS Requests.
>
>        I have used AutocadMap3D 2009 to publish the DWGs into Mapguide and
> after that I've checked that the DWF files created
>
> were perfect.
>
>       After that I used Maestro to enable WMS and configure WMS parameters.
>
>        Finally, when I send a WMS request and get a map back I can see that
> some map geometries were moved (offset) from their
>
> original position.
>
>       Do you have any ideas?
>
>       PS: I tried that on Mapguide 2010 and in Mapguide Open Source and the
> result is the same.
>
>
>
> Regards,
>
>
>
> Luis
>
>
>
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.osgeo.org/pipermail/mapguide-users/attachments/20100201/cd20e2b8/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Mon, 1 Feb 2010 04:24:20 -0800 (PST)
> From: prabhat30 <lonely_prabhat at yahoo.co.in>
> Subject: [mapguide-users] Map editing on web application
> To: mapguide-users at lists.osgeo.org
> Message-ID: <1265027060706-4494040.post at n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi,
>
>    Iam trying to edit existing feature class on web application using open
> source mapguide(c#). Whether it is possible or not. If not give me any
> alternate solutions to solve this problem.
>
> Thanks in advance
>
> Regards
> Prabhat
> --
> View this message in context:
> http://n2.nabble.com/Map-editing-on-web-application-tp4494040p4494040.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 1 Feb 2010 05:41:41 -0800 (PST)
> From: prabhat30 <lonely_prabhat at yahoo.co.in>
> Subject: [mapguide-users] how to get selected feature
> To: mapguide-users at lists.osgeo.org
> Message-ID: <1265031701067-4494406.post at n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi ,
>  I am trying to get all the fields data of a selected feature ( any feature
> ). send me some sample codes to do so.... thanks in advance....
> --
> View this message in context:
> http://n2.nabble.com/how-to-get-selected-feature-tp4494406p4494406.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 1 Feb 2010 07:25:26 -0800 (PST)
> From: Rodolfo Moreno <rodolfoamoreno at gmail.com>
> Subject: [mapguide-users] Re: Mapguide HOSTING
> To: mapguide-users at lists.osgeo.org
> Message-ID: <1265037926507-4494946.post at n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi Gordon,
> I gave at glance to the VPSLAND site and I could not see any plan for
> mapguide hosting.
> have you installed the maguide server inside of your VPSLAND windows plan ?
>
> Regards,
>
> -----
> Rodolfo Moreno
> CivilEng
>
> --
> View this message in context:
> http://n2.nabble.com/Mapguide-HOSTING-tp4479629p4494946.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 8
> Date: Mon, 1 Feb 2010 07:27:47 -0800 (PST)
> From: GordonL <gordon.luckett at arrowgeomatics.com>
> Subject: [mapguide-users] Re: Mapguide HOSTING
> To: mapguide-users at lists.osgeo.org
> Message-ID: <1265038067033-4494960.post at n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi Rodolfo, yes, I installed MapGuide myself on there.  They are just a VPS
> site, not a mapguide site.
> --
> View this message in context:
> http://n2.nabble.com/Mapguide-HOSTING-tp4479629p4494960.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 9
> Date: Mon, 1 Feb 2010 08:23:00 -0800
> From: Trevor Wekel <trevor_wekel at otxsystems.com>
> Subject: RE: [mapguide-users] Nightly windows build of MGOS
> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>
> Message-ID:
>
>  <7661E3F3A90DBC47869E52672C2E4159F5991351F1 at VA3DIAXVS121.RED001.local>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello Sindile,
>
> Are you are looking for an MGOS 2.1 build?  If so, are there specific
> defect fixes you would like addressed?  The PSC is currently considering a
> 2.1.1 point release to address some defects.
>
> Thanks,
> Trevor
>
> -----Original Message-----
> From: mapguide-users-bounces at lists.osgeo.org [mailto:
> mapguide-users-bounces at lists.osgeo.org] On Behalf Of Intengu Technologies
> Sent: January 31, 2010 9:48 AM
> To: MapGuide Users Mail List
> Subject: [mapguide-users] Nightly windows build of MGOS
>
> Where can I get nighthly builds of MGOS for Windows.
>
> --
> Sindile Bidla
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
> ------------------------------
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
> End of mapguide-users Digest, Vol 38, Issue 1
> *********************************************
>



-- 
Hanane EL YAZIDI
Ingénieur d'état en Sciences
de l'Information Géographique (SIG)
tél: 06 72 82 53 23
email: hanane.elyazidi at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20100202/a471d1f4/attachment.html


More information about the mapguide-users mailing list