03-27-2022, 03:09 PM
mepo is really great ! Thanks !
love the scriptability, here is a quick and dirty one to center map on the position given by pp gps you just have to name it mepo_something.sh and place it in your path and it will be automagically available from the main menu![Wink Wink](https://forum.pine64.org/images/smilies/wink.png)
#!/bin/bash
DISPLAYNAME=" Relocate : gpspipe 5s"
gpspipe -w -x 5 | grep TPV | tail -n 1 | jq '"\(.lat) \(.lon)"' | sed "s/\"/center_on_coords /" | sed s/\"/\;/
love the scriptability, here is a quick and dirty one to center map on the position given by pp gps you just have to name it mepo_something.sh and place it in your path and it will be automagically available from the main menu
![Wink Wink](https://forum.pine64.org/images/smilies/wink.png)
#!/bin/bash
DISPLAYNAME=" Relocate : gpspipe 5s"
gpspipe -w -x 5 | grep TPV | tail -n 1 | jq '"\(.lat) \(.lon)"' | sed "s/\"/center_on_coords /" | sed s/\"/\;/