Autodesk MapGuide Enterprise Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Problem by feature selection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
375 Views, 3 Replies
11-22-2011 07:12 AM
Hallo everybody,
I have a selection in my program:
String queryStr = "equi_id='10000038'"; MgFeatureQueryOptions myQuery = new MgFeatureQueryOptions(); myQuery.SetFilter(queryStr); MgFeatureReader reader=featureService.SelectFeatures(resId,className,myQuery);
It works on Server MapGuide Server (Version 2.1.0.4283) but on server
Infrastructure Map Server (Version 2.3.0.4202) it doesn't work.
What shuld I change to select a feature?
Best Regards,
Bogdan
Re: Problem by feature selection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2011 12:04 AM in reply to:
brokosa
I do not see any changes to this API between MapGuide 2.1 and AIMS. Do you get any error message?
Daniel Du
Developer Technical Services
Autodesk Developer Network
Re: Problem by feature selection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2011 01:25 AM in reply to:
Daniel.Du
Hello Daniel,
thx for your answer. I have an error found - it was my dumy mistake - it was a space on end of my key string and i have searched without space so the strings ware not equel.
Best Regards,
Bogdan
Re: Problem by feature selection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2011 06:53 PM in reply to:
brokosa
Thanks brokosa, good to know that.
Have fun~
Daniel Du
Developer Technical Services
Autodesk Developer Network

