Re: [mapguide-users] Acessing AssociationProperty from FeatureSource

2015-03-17 Thread Gunter Becker
So, I suppose I have to use FDO API. Does anybody know where I can find a .NET API documentation for FDO? The one I found under the project page (http://fdo.osgeo.org/documentation.html) seems to be not available any longer. Gunter -- View this message in context:

[mapguide-users] REST Tile creation crops labels and symbols

2015-03-17 Thread Gunter Becker
Hi, when using the REST extension (MGOS 3.0) I realized that point labels and symbols are cropped at the borders of the tiles. This doesn't happen with the common tile service. http://osgeo-org.1560.x6.nabble.com/file/n5193785/CroppedTile.png I suppose the reason is that the REST extension use

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2015-03-17 Thread Scott Hameister
I can't recall But I believe that is correct On Tue, Mar 17, 2015 at 4:27 PM, ChrisGo cgounta...@mpowerinnovations.com wrote: As far as I know the GDAL components are not ready for MapGuide 2.6. Is this incorrect? -- View this message in context:

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2015-03-17 Thread Rémy Gourrat
Hi, You don't need oci to display ecw. Oci.dll is for oracle direct connection and With mapguide we use king oracle fdo not oci. Rémy - AG-Carto - Bayonne -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p5194028.html Sent

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2015-03-17 Thread ChrisGo
As far as I know the GDAL components are not ready for MapGuide 2.6. Is this incorrect? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p5194037.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] REST Tile creation crops labels and symbols

2015-03-17 Thread Gunter Becker
I don't think that mapguide rest passthrough to rendertilexyz. I can't see nor reference to this method in your code. In tileservicecontroller.php (function PutTileImageXYZ) I found this comment: Maybe that's the problem. Gunter -- View this message in context:

Re: [mapguide-users] REST Tile creation crops labels and symbols

2015-03-17 Thread Jackie Ng
Is the issue happening with rendertilexyz or just mapguide-rest? Because mapguide-rest should passthrough to rendertilexyz on a MGOS 3.0 install - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/REST-Tile-creation-crops-labels-and-symbols-tp5193785p5193819.html

Re: [mapguide-users] REST Tile creation crops labels and symbols

2015-03-17 Thread Jackie Ng
I must ask what version of mapguide-rest you are using. Because 1.0 RC1 does pass-through for XYZ tile requests if the installation is MGOS 3.0 https://github.com/jumpinjackie/mapguide-rest/blob/master/app/controller/tileservicecontroller.php#L388-L420 - Jackie -- View this message in

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2015-03-17 Thread mgmarek
hi, i'm trying to run ECW in MGOS 2.6. My system is W8.1 64b and MGOS is 64b I've downloded: release-1700-x64-gdal-1-11-1-mapserver-6-4-1.zip - it vas signed as MVSC 2012 version unpacked and make some copy to bin: Server\bin\libecwj2.dll Server\bin\lti_dsdk_dll.dll

Re: [mapguide-users] REST Tile creation crops labels and symbols

2015-03-17 Thread Gunter Becker
I'm already using version 1.0 RC1. I think it is the second condition in that line that leads my request to RenderMap instead of RenderMapXYZ. I haven't created a TileSetDefinition. I was not aware of it. I will give it a try. Gunter -- View this message in context:

Re: [mapguide-users] REST Tile creation crops labels and symbols

2015-03-17 Thread Gunter Becker
Now I have created my TileSetDefinition for TileProvider XYZ. But I still can't get this to work. I looked for your examples and realized that there is no one working with this type of TileSetDefinition. Every exemple uses the old RenderMap method. Even the one called Sheboygan map as an XYZ tile

Re: [mapguide-users] REST Tile creation crops labels and symbols

2015-03-17 Thread Jackie Ng
Ok, I just pushed the fix for this: https://github.com/jumpinjackie/mapguide-rest/issues/99 With this fix, the change you have to make to the OL sample is to change this: url: restUrl + '/library/Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition/xyz/Base Layer