Getting More than 15 results for Enroute

Hi,

I am using the ruby library for FlightXML. I’m trying to get all the currently enroute aircraft for a specific airport. This works great for smaller airports, but larger ones have more than 15. So I call SetMaximumResultSize to 100 and do my Enroute call again. I still get back 15, but I’m playing with the offset and I see the rest of results.

How do i get the call to return back all 100 instead of 15 record chunks?

Thanks.

See if you’re still having this problem now. I just fixed some configuration settings which should improve this functionality.

Thanks.

Yep That did it.

Thanks!

Felix