-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can only create one spatial Bookmark in current master #25436
Comments
Author Name: Richard Duivenvoorde (@rduivenvoorde) Some extra testing:
|
Author Name: Harrissou Santanna (@DelazJ) I confirm: I neither can check it. Last week, it was possible to check that box but it resulted in #25369 (on Windows 10) |
Author Name: Harrissou Santanna (@DelazJ)
|
Author Name: Giovanni Manghi (@gioman)
|
Author Name: Alessandro Pasotti (@elpaso) looking ...
|
Author Name: Richard Duivenvoorde (@rduivenvoorde) @alessandro, see also https://lists.osgeo.org/pipermail/qgis-developer/2017-November/050696.html I think the actual functionality/user experience is a little smelly too |
Author Name: Alessandro Pasotti (@elpaso) Thanks Richard, I saw that email. Btw, the whole bookmarks functionality was badly broken in master, I'm almost done with fixing it, I'll commit soon.
|
Author Name: Anónimo (Anónimo) Applied in changeset 7e711f1.
|
Author Name: Richard Duivenvoorde (@rduivenvoorde) Reopening, as still things are not going well. First: thanks for showing the actual epsg-code in the SRID table now!! Much better then the internal crs id it was before! Things that go wrong with me here:
As said earlier, I think there has not been enough thought one how this could/should be used and all the implications of checking/deleting bookmarks. Not sure if above issues are fixable easily (I doubt), but current model-merging is not optimal (to be positive). I would think that there should actually 2 tables in the Spatial Bookmarks Panel: one for global bookmarks (saved in qgis.sqlite) and one saved in the project/project file. Then you can ONLY copy a bookmark from one table to the other, and ONLY delete it in one of the two tables (being the qgis-model and the project-model). Opening a fresh project opens (off course) the qgis-model and a fresh project-model. Opening an excisting project opens both. Thoughts?
|
Author Name: Alessandro Pasotti (@elpaso) First, instead of re-opening this ticket (whose title and description are "I can only create one spatial..." and appears to be actually fixed) you should create separate tickets, for separate issues. Thas said, I agree that the current merged model is a bit overcomplicated: it took me a while to fix it. But please, close this one and file another ticket, I'll see what I can do to fix the "in project" issue while I'm am fresh. |
Author Name: Richard Duivenvoorde (@rduivenvoorde) See #25481 Closing this one as THIS actual issue is fixed.
|
Author Name: Alessandro Pasotti (@elpaso)
|
Author Name: Giovanni Manghi (@gioman)
|
Author Name: Richard Duivenvoorde (@rduivenvoorde)
Original Redmine Issue: 17539
Affected QGIS version: master
Redmine category:gui
Assignee: Alessandro Pasotti
Creating a new project, and for example add some wms layers like:
qgis.utils.iface.addRasterLayer(
"tileMatrixSet=EPSG:28992&crs=EPSG:28992&layers=brtachtergrondkaart&styles=&format=image/png&url=http://geodata.nationaalgeoregister.nl/tiles/service/wmts/brtachtergrondkaart", # uri
"wmts master example", # name for layer (as seen in QGIS)
"wms" # dataprovider key
)
zooming in and create a bookmark (and not adding a name), I cannot add a new bookmark anymore. Nor via Menu, nor via Ctrl-B
Tested on a fresh build on Debian, and a fresh nightly on Windows today.
Also tested both with an existing profile AND a super fresh one.
Related issue(s): #24885 (duplicates)
Redmine related issue(s): 16986
The text was updated successfully, but these errors were encountered: