Geography: add a message in geoplaces to change the markers color.

This commit is contained in:
SNoiraud 2016-10-12 19:42:31 +02:00
parent 3ebd8ee769
commit adca37f7fd

View File

@ -364,6 +364,7 @@ class GeoPlaces(GeoGraphyView):
self.message_layer.add_message(
_("Right click on the map and select 'show all places'"
" to show all known places with coordinates. "
"You can change the markers color depending on place type. "
"You can use filtering."))
if place.get_latitude() != "" and place.get_longitude() != "":
latitude, longitude = conv_lat_lon(place.get_latitude(),
@ -377,6 +378,7 @@ class GeoPlaces(GeoGraphyView):
_("Right click on the map and select 'show all places'"
" to show all known places with coordinates. "
"You can use the history to navigate on the map. "
"You can change the markers color depending on place type. "
"You can use filtering."))
_LOG.debug(" stop createmap.")
_LOG.debug("%s", time.strftime("begin sort : "