Improve fetching performance while paging through STAC search response
Description
Current usage of URL in GeoJSONReader was found to be slowing down performance. With this change, reusing the original HTTPClient from the first request (a HTTPComponet one, with connection pooling) improved GetMap drawing performance 2x.
Current usage of URL in GeoJSONReader was found to be slowing down performance. With this change, reusing the original HTTPClient from the first request (a HTTPComponet one, with connection pooling) improved GetMap drawing performance 2x.