RE: [mapguide-users] FeatureReader

2007-12-11 Thread Bruce Dechant
There is no limit. Is an exception being thrown? If so that would give you a clue as to why it is not working as expected. Thanks, Bruce From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ary sucaya Sent: Monday, December 10, 2007 9:20 AM To: Mapguide User Subject: [mapguide-users]

Re: [mapguide-users] FeatureReader

2007-12-11 Thread ary sucaya
w what wrong.. Thanx, Ary Sucaya - Original Message From: Bruce Dechant <[EMAIL PROTECTED]> To: MapGuide Users Mail List Sent: Tuesday, December 11, 2007 8:30:29 PM Subject: RE: [mapguide-users] FeatureReader There is no limit. Is an exception being thrown?

RE: [mapguide-users] FeatureReader

2007-12-12 Thread Bruce Dechant
join with a one-to-many relationship to see if all your data is returned. Bruce From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ary sucaya Sent: Tuesday, December 11, 2007 10:19 PM To: MapGuide Users Mail List Subject: Re: [mapguide-users] FeatureReader Thank for replying, There

Re: [mapguide-users] FeatureReader

2007-12-12 Thread ary sucaya
PM Subject: RE: [mapguide-users] FeatureReader The reason you might be only getting a smaller subset of the data could be the type of join you setup. If the primary only has 100 records and the secondary has 300 records and you are doing a 1 to 1 join – you will only end up with 100 records in

Re: [mapguide-users] featurereader, tileservice, map.open() problem

2008-03-12 Thread Kenneth, GEOGRAF A/S
When the viewer starts up, it does the following: 1. Create a new session. This implies creating a temporary empty repository 2. "Compile" information from the Library respository, regarding the map (such as feature source names, etc) into a binary format. 3. Store this binary version in the sess

Re: [mapguide-users] featurereader, tileservice, map.open() problem

2008-03-13 Thread Áron Deák
Thank you for your quick reply, I am still stuck tough. What I really need is to be able to access the feature information on the server without having to create a viewer. I couldn't find sample code that does this, please show me how I could do this. Thanks in advance Aron Deak ___

Re: [mapguide-users] featurereader, tileservice, map.open() problem

2008-03-13 Thread Kenneth, GEOGRAF A/S
I haven't used the official API for a while, because I made my own. You can see how to do use it on this page: http://code.google.com/p/mapstudioos/wiki/HowToUseMapGuideAPI With that API you can use the following code: MapGuideAPI.ServerConnectionI con = new HttpServerConnection(new Uri("http://