You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
around l639 in context.py, we update the params & options if the user passes a zoom in, but we only update the options dict if the user does not pass in a zoom level.
This means that, if lat,lng,zoom are all None, the resulting query URL does not have a bounding box.
@andy-esch and I get very different defaults in this case, so this may be an issue with something beyond cartoframes?
The text was updated successfully, but these errors were encountered:
@ljwolf, looks like the origins of this come from CartoDB/Windshaft-cartodb#734 (comment). We can wait for a fix on this, but I realized that there's another, better, way to set the view via URL params:
around l639 in
context.py
, we update theparams
&options
if the user passes a zoom in, but we only update the options dict if the user does not pass in a zoom level.This means that, if
lat,lng,zoom
are allNone
, the resulting query URL does not have a bounding box.@andy-esch and I get very different defaults in this case, so this may be an issue with something beyond cartoframes?
The text was updated successfully, but these errors were encountered: