GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.46k stars 1.13k forks source link

Update bbox command for maps #12589

Closed kikislater closed 2 months ago

kikislater commented 2 months ago

Is your feature request related to a problem? Please describe. Related to this PR => https://github.com/GeoNode/geonode/pull/12588 , bbox maps needs to be regenerated on existing instance

Describe the solution you'd like

Simple bbox update for maps instead of running django shell and import Map form maps models, retrieve maps then make a loop to compute_bbox

Proposed By

Sylvain POULAIN (https://github.com/kikislater)

mattiagiupponi commented 2 months ago

Hi @kikislater A GNIP is not strictly required since is a small change in the management command. The GNIP is mainly used for big changes in the code.

I just update the description, soon i'll reivew the PR. Thanks for the contribution!

kikislater commented 2 months ago

Oh yes, I have selected wrong template after clicking the new issue button. I should have clicked on feature request. Sorry about that