How do you set the extent of a sublayer to fit all of the points?
I've been trying to use this bounds function, but it doesn't work:
sql.getBounds('select * from table').done(function(bounds) { map.fitBounds(bounds);});
أكثر...
I've been trying to use this bounds function, but it doesn't work:
sql.getBounds('select * from table').done(function(bounds) { map.fitBounds(bounds);});
أكثر...