GNOME Bugzilla – Bug 763469
mapView freezes when opening geoJSON
Last modified: 2016-03-14 07:07:48 UTC
When the map is in the same place where the JSON have to be inserted then the mapView freezes. this is the screencast of the situation http://giphy.com/gifs/xT9DPjuMwbbGjY7omA/fullscreen To reproduce 1.) open a JSON file. 2.) then without changing anything in the map close the json. 3.) reinsert the same json.
I think this is a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=763179. Map view actually freezes after closing any modal dialog (File open dialog is one of them ).
*** This bug has been marked as a duplicate of bug 763179 ***
Created attachment 323729 [details] [review] layersPopover: Do not use dialog.run() This can create situation where we can not interact with the map. Use asynchronous way instead.
Could you test if this solves the issue for you?
Comment on attachment 323729 [details] [review] layersPopover: Do not use dialog.run() Attachment 323729 [details] pushed as acc3673 - layersPopover: Do not use dialog.run()
Sorry for late feedback. This solves the problem.