[mapguide-users] mapguide-users Digest, Vol 91, Issue 16

Adam Valair amvalair at yahoo.ca
Thu Jul 24 10:01:08 PDT 2014


Hans, thanks for pointing me in the right direction. Can't  believe I 
missed that in the properties dialog.

James, once I got the WFS publishing correctly I can confirm ArcGIS (via 
interop) doesn't like MapGuide's WFS. Tried in QGIS 2.4.0 and was able 
to load a table with non-spatial attributes. Both ArcGIS and QGIS are 
able to connect and read something, but neither are able to find the 
geometries. I am more familiar with Geoserver and have used it in the 
past but on this project we are working with an application built around 
MG OS.

Thank you both for your help!



On 2014-07-22 12:00 PM, mapguide-users-request at lists.osgeo.org wrote:
> 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. Publish WFS/WMS from MapGuide OS With Maestro (Adam Valair)
>     2. Re: Publish WFS/WMS from MapGuide OS With Maestro (Berg, James)
>     3. Re: MapGuide Maestro6.0a3 and Raster. (Berg, James)
>     4. Re: Publish WFS/WMS from MapGuide OS With Maestro (Hans Milling)
>     5. Out of the Office (trobar at gissolutions.ca)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 21 Jul 2014 12:14:50 -0700
> From: Adam Valair <amvalair at yahoo.ca>
> To: mapguide-users at lists.osgeo.org
> Subject: [mapguide-users] Publish WFS/WMS from MapGuide OS With
> 	Maestro
> Message-ID: <53CD66AA.7000706 at yahoo.ca>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hello all,
>
> I have googled this to pieces without finding what I need.
>
> I want to publish WFS services from MapGuide OS for consumption in
> various client applications - for the moment I want to consume GeoJSON
> in a leaflet app, but eventually I would like to publish a WFS resource
> that can be consumed by ArcGIS Desktop, QGIS, etc.
>
> I am going the WFS route for web-friendly applications and
> interoperability. WMS further down the road, WFS-T as well if possible.
>
> So far I can't figure out how to accomplish this using Maestro. I have
> seen a post by Jackie saying that MG is capable of publishing WFS so I
> think it is doable.
>
> Any help, urls I may have missed, would be greatly appreciated.
>
> Many thanks,
> Adam
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 21 Jul 2014 13:35:51 -0600
> From: "Berg, James" <James.Berg at stantec.com>
> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>
> Subject: Re: [mapguide-users] Publish WFS/WMS from MapGuide OS With
> 	Maestro
> Message-ID:
> 	<0AB28970500E4442815603ECB873F3220165474E44 at CD1001-M350.corp.ads>
> Content-Type: text/plain; charset="us-ascii"
>
> I have had great difficulties getting this feature to work, particularly consuming with ArcGIS. The only GIS application that I could get to reliably consume a MapGuide WFS was Gaia.
>
> Consider this a difficult endeavor before setting aside time to research this (particularly for an employer.)
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 21 Jul 2014 14:06:32 -0600
> From: "Berg, James" <James.Berg at stantec.com>
> To: MapGuide Users Mail List <mapguide-users at lists.osgeo.org>
> Subject: Re: [mapguide-users] MapGuide Maestro6.0a3 and Raster.
> Message-ID:
> 	<0AB28970500E4442815603ECB873F3220165474F21 at CD1001-M350.corp.ads>
> Content-Type: text/plain; charset="us-ascii"
>
> Let's see.
>
> I used MapGuide 2.4 and you're using MapGuide 2.5. Between those versions FDO wasn't upgraded. What worked for me should work for you. The only difference is you're using 64-bit; that will require different binaries.
>
> Try this set of binaries: http://www.gisinternals.com/sdk/PackageList.aspx?file=release-1600-x64-gdal-1-9-0-mapserver-6-0-1.zip
>
> That's for MapGuide 2.4 (64-bit) which should also work for 2.5. That set was posted by Trevor Wekel in this thread: http://osgeo-org.1560.x6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-td4995445.html#a4995528
>
> Download the zip and find + copy the dlls to these locations in your install:
>
> Server\bin\libecwj2.dll
> Server\bin\lti_dsdk_dll.dll
> Server\bin\gdalplugins\gdal_ECW_JP2ECW.dll <-- don't need that unless you also want ECW (which requires additional steps anyway)
> Server\bin\gdalplugins\gdal_MrSID.dll
> Server\Fdo\gdal16.dll <-- this one is called "gdal19.dll" now because 2.4/2.5 uses gdal 1.9
> Server\Fdo\geos_c.dll
> Server\Fdo\iconv.dll
> Server\Fdo\libcurl.dll
> Server\Fdo\libexpat.dll
> Server\Fdo\libpq.dll
> Server\Fdo\libtiff.dll
> Server\Fdo\proj.dll
> Server\Fdo\spatialite.dll
> Server\Fdo\xerces-c_2_8.dll
> Server\Fdo\zlib1.dll
>
> That list is found here: http://trac.osgeo.org/mapguide/wiki/MGOS22GdalProvider
>
> Be sure to back up your bin folder first in case this doesn't work.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 22 Jul 2014 02:52:43 -0700 (PDT)
> From: Hans Milling <hm at geograf.dk>
> To: mapguide-users at lists.osgeo.org
> Subject: Re: [mapguide-users] Publish WFS/WMS from MapGuide OS With
> 	Maestro
> Message-ID: <1406022763952-5152400.post at n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Adam
>
> First, MapGuide does not support WFS-T, so if you want to support this in
> the future you should go for GeoServer instead of MapGuide.
> >From Maestro you can go to Tools - Site Administrator to configure your WFS
> server.
> Next you can right click at FeatureSource and select Properties to expose
> it's data as WFS. The properties window have a WFS tab where you can specify
> a name, bounding box, coordinate system etc.
>
> My experience is, like James that some GIS applications does not understand
> the WFS xml that MapGuide exposes. Especially if you have use none ASCII
> letters in either of the properties in the Site Administrator or WFS tab or
> in the column names of your data tables.
>
> Best regards Hans Milling...
>
>
>
> --
> View this message in context: http://osgeo-org.1560.x6.nabble.com/Publish-WFS-WMS-from-MapGuide-OS-With-Maestro-tp5152245p5152400.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 22 Jul 2014 06:29:22 -0300
> From: trobar at gissolutions.ca
> To: mapguide-users at lists.osgeo.org
> Subject: [mapguide-users] Out of the Office
> Message-ID:
> 	<8bffa1ffb8974f3186be7e02d913c86e at 861da0aeab3143b1940a6be037a4aa41>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I will be out of the office today but will respond to your email when I get on Friday, July 18.
>
>  
>
> Trevor
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.osgeo.org/pipermail/mapguide-users/attachments/20140722/f83f9dc1/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
> End of mapguide-users Digest, Vol 91, Issue 16
> **********************************************



More information about the mapguide-users mailing list