[mapguide-users] Re: MaestroAPI 4.0 - problem with ILayerDefinition

2012-02-29 Thread Hans Milling
What version (xml/schema) is the Layer definition? If it is above 1.0.0 make sure that you add a reference to the OSGeo.MapGuide.ExtendedObjectModels.dll. Best regards Hans Milling... -- View this message in context:

[mapguide-users] Maestro 4 - setting AllowOverpost and DisplayAsText

2012-02-29 Thread Hans Milling
Hi All Is it possible to set the two options AllowOverpost and DisplayAsText using Maestro? I know I can use the Edit as xml button on the layer and change the true/false value, but it would be nice to have a checkbox in the application instead. I tried to upgrade to v1.2.0 of the layer

[mapguide-users] Re: MaestroAPI 4.0 - problem with ILayerDefinition

2012-02-29 Thread Jackie Ng
And call ModelSetup.Initialize() in your application's entry point. This will make all 1.0.0 schema versions known to the Maestro API - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MaestroAPI-4-0-problem-with-ILayerDefinition-tp4531544p4532072.html Sent from the

[mapguide-users] Re: Maestro 4 - setting AllowOverpost and DisplayAsText

2012-02-29 Thread Jackie Ng
Probably not implemented, and hence a defect. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Maestro-4-setting-AllowOverpost-and-DisplayAsText-tp4531717p4532077.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Re: using SQL functions in Studio/Maestro?

2012-02-29 Thread Jackie Ng
You are limited to the FDO expression functions supported by the FDO provider. If you require the use of such function, consider encapsulating the result behind a view. Using a view as a feature class effectively makes it read-only (obviously), so don't bother trying to do feature manipulation

[mapguide-users] multiple coordinate systems SQL spatial?

2012-02-29 Thread Jamo
Curious to know if it is possible to specify which cordinate system certain features sets are in at the datasource level in mapguide? I notice its possible to add coordinate system overrides, any chance someone can point me in the right direction or give me a quick run through? I've been

Re: [mapguide-users] multiple coordinate systems SQL spatial?

2012-02-29 Thread Zac Spitzer
which db are you using? any reason you aren't just storing the geometries using the correct SRS to start with? z On Thu, Mar 1, 2012 at 2:43 PM, Jamo adam.jami...@portbris.com.au wrote: Curious to know if it is possible to specify which cordinate system certain features sets are in at the

[mapguide-users] Re: multiple coordinate systems SQL spatial?

2012-02-29 Thread Jamo
using MSSQL Spatial (SQL Server 10.0.2531) I've not looked at the SRS since I first started using SQL as a datastore, so the thought hasn't really crossed my mind. I think the server only supports geography type spatial reference systems ? to overcome this i can remember setting up the below.