Re: [mapguide-users] Help with Spatial Contexts

2017-03-09 Thread gom
Thanks for the thorough answer. That does match what my understanding has been. My question arose because I added a data table to PostGIS recently. In the Maestro Preview of that data source, the table showed sc_3 as the spatial context of the table. The layer showed sc_2 as its selected

Re: [mapguide-users] Help with Spatial Contexts

2017-03-09 Thread Jackie Ng
I know for SQL Server, the provider may create a f_scinfo table to store intermediate data for spatial contexts. Since the PostgreSQL provider is built on the same core, it may be creating a f_scinfo table for this purpose as well. Does your database have this table? - Jackie -- View this

Re: [mapguide-users] Help with Spatial Contexts

2017-03-09 Thread Flipper
Where do the sc_1, sc_2, etc come from when you list Coordinate Systems Overrides for SQL server in Maestro? Is this just an autonumber internally to Maestro or is this stored somewhere in SQL? -- View this message in context:

Re: [mapguide-users] Help with Spatial Contexts

2017-03-09 Thread Jackie Ng
Maestro does no auto-numbering. Definitely comes from the FDO provider. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Help-with-Spatial-Contexts-tp5310988p5311692.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Help with Spatial Contexts

2017-03-09 Thread Jackie Ng
Since the PostgreSQL provider is built on the same GenericRdbms core as the other relational providers, you should still be able to activate tracing via the FDO_TRACE_FILE environment variable and have a look at the SQL statements the provider is executing to get its spatial contexts