GNOME Bugzilla – Bug 762400
"JS ERROR: TypeError: this.place is null" when doing "What's here?" over the ocean.
Last modified: 2016-02-21 16:04:08 UTC
(gnome-maps:20358): Gjs-WARNING **: JS ERROR: TypeError: this.place is null MapMarker<._init@resource:///org/gnome/Maps/js/mapMarker.js:56 wrapper@resource:///org/gnome/gjs/modules/lang.js:178 _parent@resource:///org/gnome/gjs/modules/lang.js:131 PlaceMarker<._init@resource:///org/gnome/Maps/js/placeMarker.js:32 wrapper@resource:///org/gnome/gjs/modules/lang.js:178 MapView<.showPlace@resource:///org/gnome/Maps/js/mapView.js:461 wrapper@resource:///org/gnome/gjs/modules/lang.js:178 ContextMenu<._onWhatsHereActivated/<@resource:///org/gnome/Maps/js/contextMenu.js:127 GeocodeService<.reverse/<@resource:///org/gnome/Maps/js/geocodeService.js:81 main@resource:///org/gnome/Maps/js/main.js:47 run@resource:///org/gnome/gjs/modules/package.js:192 start@resource:///org/gnome/gjs/modules/package.js:176 @/home/hashem/sources/gnome-install/bin/gnome-maps:5 At the very least we should expect null to be returned and handle it accordingly (perhaps with a Utils.debug invocation).
Created attachment 321776 [details] [review] contextMenu: Handle nothing found in reverse geocode
Created attachment 321777 [details] cast of nothing found on whats here Maybe something like this?
Review of attachment 321776 [details] [review]: Looks great!
Attachment 321776 [details] pushed as 8eafb1f - contextMenu: Handle nothing found in reverse geocode