Autodesk MapGuide
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
could not select any object into my layer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi ,
I'a developping an apllication with autodesk mapguide entreprise 2010 and sql server2008.
mydataconnection come from sql viewer so i couldn't selct any feature into my layer .
please help
Re: could not select any object into my layer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Jane,
A few questions, is this a SQL Spatial database? Also, I'm not sure what is the problem, are you not able to see any features in your map or are you not able to select them but you can see them.
Manoj
Re: could not select any object into my layer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I am also having issues with selecting features that have been loaded up from a spatial database (SQL Server 2008). Is this a limitation to Mapguide Enterprise?
Re: could not select any object into my layer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It's more a limitation of views.
Can MapGuide detect the identity properties from your view?
Because: No identity properties = unselectable layer
If that is the case, you have either re-consider the design of your view or to employ using a FDO schema override to say that [this column in this view is unique so use that as the identity property]
http://themapguyde.blogspot.com/2010/08/using-fdo-
http://themapguyde.blogspot.com/2010/09/using-fdo-
- Jackie
Re: could not select any object into my layer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Finally I found the solution to my problem. Thanks for sharing
