Tagged Questions
2
votes
0answers
179 views
OpenLayers BBOX sending double requests
I've implemented a openlayers bbox strategy on a vector layer. I have my server return a nice jsonp object wrapped in the callback given by the request.
The problem is that during normal use of the ...