Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - daubor

#1
1. Select an Online Map to show!
2. Start a download of e.g. the current view and select some layers.
3. Abort the download after it has started!
4. Press Home-Button to go back to MapView

-> expected Result: last chosen OnlineMap and position is still shown
-> actual Result: "MapQuest - Portions"-Map is always shown
#2
I would like to see more customization for custom screens!

Due to the fact, that i'm using Locus mainly in car and the autozoom is still not implemented  :roll: i need to zoom a lot.
My custom screen is showing all info i need, but for zooming i always need to go back to locus-homescreen..zoom zoom..and back again on my custom screen.

Is it possible to add tasks to the elements of custom screens?

For example:
<RotateView
      android:layout_width="80dip"
      android:layout_height="80dip"
      locus:task="wpt_next" <!-- when the element is touched/clicked, the next waypoint is selected -->
      locus:action="{guide_wpt_angle}"
      locus:rotateImage="@drawable/marker" />

<TextView
      android:layout_width="30dip"
      android:layout_height="match_parent"
      android:drawableLeft="@drawable/zoom_out"
      android:padding="2dip"
      locus:task="zoom_out"/>  <!-- when the element is touched/clicked, map is zoomed out -->[/color]

There are a lot of actions which could be triggered:
- start/pause/stop recording
- zooming
- switching customscreens (to switch to a predefined custom screen: locus:task="cs_chg_MaleSmurf")
- guide-controls
- gps on/off
- and so on...

I think this would improve the feature a lot!

regards
#3
Implemented / speed dependent zoom
March 10, 2011, 11:32:42
In car, i often need to adjust the zoom - especially in "guide" mode.
A speed dependent zoom would be very helpful to keep the overview. If using offline maps, the "best" layer should be used, if one is available.

For example.
0 - 30km/h -> Zoomlevel 25
30 - 60km/h -> Zoomlevel 24
...
Adjustable speed- and zoomlevels would be good!
An adjustable hysteresis to avoid zoom toggling would be nice too!
#4
Hi,

i'm new to Locus, just installed 0.9.27 today.
When importing a .gpx file, Locus suddenly crashes.
I've tried it with different tracks from gpsies.de; bug is reproducable.

<entry key="STACK_TRACE_KEY">java.util.FormatFlagsConversionMismatchException: Mismatched Convertor =s, Flags=  
   at java.util.Formatter$FormatToken.ensureOnlyMinus(Formatter.java:1300)
   at java.util.Formatter$Transformer.transformFromString(Formatter.java:1517)
   at java.util.Formatter$Transformer.transform(Formatter.java:1395)
   at java.util.Formatter.doFormat(Formatter.java:1082)
   at java.util.Formatter.format(Formatter.java:994)
   at java.lang.String.format(String.java:2254)
   at android.content.res.Resources.getString(Resources.java:283)
   at android.content.Context.getString(Context.java:195)
   at menion.android.settings.Loc.get(Loc.java:17)
   at menion.android.gui.FileBrowser.browseTo(FileBrowser.java:249)
   at menion.android.gui.FileBrowser.onItemClick(FileBrowser.java:104)
   at android.widget.AdapterView.performItemClick(AdapterView.java:284)
   at android.widget.ListView.performItemClick(ListView.java:3382)
   at android.widget.AbsListView$PerformClick.run(AbsListView.java:1696)
   at android.os.Handler.handleCallback(Handler.java:587)
   at android.os.Handler.dispatchMessage(Handler.java:92)
   at android.os.Looper.loop(Looper.java:144)
   at android.app.ActivityThread.main(ActivityThread.java:4937)
   at java.lang.reflect.Method.invokeNative(Native Method)
   at java.lang.reflect.Method.invoke(Method.java:521)
   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
   at dalvik.system.NativeStart.main(Native Method)
</entry>