Comment 2 for bug 445374

Revision history for this message
Rob Norris (rw-norris) wrote :

Fixed upstream and is in version 0.9.96.

Here is the patch:

-------------------------- src/terraservermapsource.c --------------------------
index 7fb9472..efeb9d0 100644
@@ -187,7 +187,8 @@ _coord_to_mapcoord ( VikMapSource *self, const VikCoord *src, gdouble xmpp, gdou

  TerraserverMapSourcePrivate *priv = TERRASERVER_MAP_SOURCE_PRIVATE(self);
  int type = priv->type;
+ if ( src->mode == VIK_COORD_UTM )
+ return FALSE;

  if ( xmpp != ympp )
   return FALSE;