[gnome-maps] turnPointMarker: Remove custom name
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] turnPointMarker: Remove custom name
- Date: Sat, 6 Sep 2014 15:58:12 +0000 (UTC)
commit 0f1e4ac56cf15a87c028dd626af6bdbfb70a3e62
Author: Damián Nohales <damiannohales gmail com>
Date: Mon Sep 1 16:19:27 2014 -0300
turnPointMarker: Remove custom name
https://bugzilla.gnome.org/show_bug.cgi?id=735842
src/turnPointMarker.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/turnPointMarker.js b/src/turnPointMarker.js
index 834b839..dc6093c 100644
--- a/src/turnPointMarker.js
+++ b/src/turnPointMarker.js
@@ -110,9 +110,7 @@ const DestinationMarker = new Lang.Class({
_onMarkerDrag: function() {
let query = Application.routeService.query;
- let name = '[' + this.latitude.toFixed(3) + ', ' + this.longitude.toFixed(3) + ']';
let place = new Geocode.Place({
- name: name,
location: new Geocode.Location({ latitude: this.latitude,
longitude: this.longitude }) });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]