Re: [mapguide-users] Studio ignoring specified coordinates

2013-01-21 Thread Zac Spitzer
I think 4326 is hardwired in C:\Program Files (x86)\OSGeo\MapGuide\Server\Wfs\OgcWfsService.config.awd ? On Tue, Jan 22, 2013 at 4:04 AM, msteventon wrote: > Not an open source question per se, but you guys are far more informative > than the official Autodesk forums. > > I'm exposing a data s

Re: [mapguide-users] FDO Provider SQL Server Spatial and Table-Valued Functions

2013-01-21 Thread Jackie Ng
You can turn on trace logging and see if the FDO provider is generating the SQL you are expecting it to. http://themapguyde.blogspot.com.au/2013/01/mapguide-tidbits-fdo-rdbms-provider.html - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/FDO-Provider-SQL-Server-Sp

Re: [mapguide-users] Mapguide Maestro - warning adding a Feature Source

2013-01-21 Thread Jackie Ng
Nope, there's nothing you can do to get rid of that warning. That warning is something you should read about when deciding to package data that includes this Feature Source - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mapguide-Maestro-warning-adding-a-Feature-

Re: [mapguide-users] authentication II

2013-01-21 Thread Juanita
Hi mpozauko, 1. Create new group for example x, with administrator rights with at least one user for example Administrator1. 2. Login in to Maestro and set up inherited security setting for every Recourse ID, except your fusion la

[mapguide-users] Studio ignoring specified coordinates

2013-01-21 Thread msteventon
Not an open source question per se, but you guys are far more informative than the official Autodesk forums. I'm exposing a data source for WFS consumption with a coordinate system of 3424. When I connect to the layer though I'm only getting an option of 4326. Anyone got any suggestions? Screen s

Re: [mapguide-users] FDO Provider SQL Server Spatial and Table-Valued Functions

2013-01-21 Thread Gunter Becker
Hi Jackie, I have no need to abstract it behind a view cause I don't need these function for MapGuide. Like I said I'm using a feature in SQL Server that is called "Change Data Capture". I have to use this for building a data history. When enabling this feature on my tables with geometry column

Re: [mapguide-users] FDO Provider SQL Server Spatial and Table-Valued Functions

2013-01-21 Thread Jackie Ng
Table-valued functions are probably not recognised/supported, because there's no FDO defined way to pass parameters to your table-valued function. Can you abstract it behind a view? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/FDO-Provider-SQL-Server-Spatial-a

[mapguide-users] FDO Provider SQL Server Spatial and Table-Valued Functions

2013-01-21 Thread Gunter Becker
Hi, I have quite some problems with "Table-Valued Function" in SQL Server that return tables which contains geometry-columns. I don't think that "Table-Valued Function" are supported by FDO or MapGuide OpenSource and therefore I do not need them to be accessed by MapGuide ( I use them alongside SQ