Feature request: optimized route based on fuel stations

2017-08-19 Thread Francesco Pelullo
Hi,

It would be great if OsmAnd could optimize car routing based on fuel stations 
position.

My car uses CNG (compressed natural gas) as fuel, not very common to find it, 
but I suppose this problem will became very common with the diffusion of 
electrical cars.

Every time I need to prepare a battle plan:

1) choose a starting point and a destination point
2) let OsmAnd calculate a ruote, based on some preferences (avoid toll roads 
etc)
3) split route in sections smaller than my car autonomy
4) check if, in proximity of every section endpoint, there are fuel stations 
that sell fuel:CNG
5) check if those fuel stations will be open at my ETA

Could OsmAnd in future calcolate a route as a human? :-)

It would be fine if:
a) OsmAnd will have a preferences section for car settings (fuel, autonomy, 
percent of reservoir etc)
b) OsmAnd calculate a route as in my schema (or better): trip distance before 
apply for find a fuel station (less than car autonomy), maximum deviation from 
original route, fuel stations opening hours etc.

Thank you
/niubii/





-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to view camping with a minimum 5 km scale?

2017-05-31 Thread Francesco Pelullo
Hi,

you can highlight icon map of anything, up to zoom "20Km", as follow:
1. tap menu
2. tap search
3. tap "categories" tab (upper center of the screen)
4. go at the bottom of the list and tap "personalized search"
5. scroll down to your category, it is "Tourism"
6. tap over the three little dots near the sliding switch
7. select the POI you are searching (Camping site) and tap apply
8. in blue bar on the lower of the screen, tap show
9. in grey bar on the upper of the screen, tap "show personalized filter above 
map"
Enjoy!

Please consider that:
- my english is lullaby :-)
- there are others solutions for show personalized filters above map

Regards
/niubii/

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Attempts to Update OsmAnd+ Fail

2017-04-25 Thread Francesco Pelullo
Hi,

I think your problem is insufficient ROM.
Your phone has 1GB ROM (and 16GB RAM).
Try to clean memory/cache from loaded/running apps, and try again.

Regards
/niubii/

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What is OsmAnd API demo?

2017-04-15 Thread Francesco Pelullo
https://github.com/osmandapp/Osmand/tree/master/OsmAnd/src/net/osmand/plus/osmo

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What is OsmAnd API demo?

2017-04-14 Thread Francesco Pelullo
Osmand API manages transparent layers above maps, this is how OsMo plugin drew 
icons over maps.

Please check OsMo source code.

Ciao
/niubii/

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Doubt about the new elevation and slope profile for calculated routes

2017-04-12 Thread Francesco Pelullo
i am not sure, but I suppose you need to download the shaded relief map of your 
area before.

The profile is visible when you calculate a ruote. In "ruote summary" screen, 
tap over time icon.

Ciao
/niubii/

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Live tracking of friends

2017-04-11 Thread Francesco Pelullo
BTW, starting from today, OsMo plugin definitely has been removed from 
OsmAnd+.

At the moment, I solved this problem with Traccar Manager.
I push positions to the server via OsmAnd built-in tracking feature, and 
pull positions via Traccar Manager.

However, this is not too much useful, because I need to run two different 
apps, that doesn't exchange data.

Anyone know a better solution?

Regards
/niubii/


-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Live tracking of friends

2017-03-24 Thread Francesco Pelullo


Il giorno giovedì 23 marzo 2017 14:20:04 UTC+1, Vasil Dimov ha scritto:
 

> Stupid question - is the OsMo plugin open source? Because I could not 
> find its source, and if not open source, then how could I keep it 
> working? 
>
>
Yes, another user already sent the link.
 

> > However, most well promising solution is Traccar (http://www.traccar.org). 
>
> Is this best achieved as a plugin? Is there some HOWTO or examples of 
> creating OsmAnd plugins that can 1. Get the own's coordinates (I guess 
> using OsmAnd API, not directly from the OS) and 2. Draw on the map 
> (friends' positions)? 
>
>
>
Please refer to OsMo code for question 1. and 2.
OsmAnd API Demo source code could be useful too. It is well commented.

Don't forget to check Osmodroid, too. 
Osmodroid would be the natural descendant for OsMo, but (in my opinion) its 
worst problem is a lack of documentation (mostly in russian). Also, you 
cannot choose a private server. This is not a problem for many people (OsMo 
too works with a single public server), it seem to me really important.

I'm not a programmer, but I suppose there are two possible "easy" solutions:
1. change OsMo source code for let you choose where upload/download data. A 
Traccar server will be nice.
2. change Traccar client _and_ Traccar Manager source codes for let them 
share data with OsmAnd via OsmAnd API.

A third, possible solution is: change OsmAnd source code for let it share 
data with Traccar client and Traccar Manager via Traccar API. OsmAnd must 
get group position from Traccar Manager and show them on the map.

Ciao
/niubii/


-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Live tracking of friends

2017-03-20 Thread Francesco Pelullo
Hi,

In my opinion, instead of apply for another different app/plugin starting from 
zero, you could start from OsMo and try to keep it working.

However, most well promising solution is Traccar (http://www.traccar.org).

It has a client app, a monitoring app and a self manageable private server (or 
the public server, if you want).

OsmAnd could already interface with traccar server, using its tracking feature, 
so you don't really need traccar client. However, this feature is a bit 
spartan, because you can share easily your personal position, without groups 
support.

A solution could be to integrate Traccar API (client and manager) in a plugin, 
and use them togheter with OsmAnd API for bypass Traccar client and traccar 
manager. At this point, this plugin will upload your position as traccar client 
does (differentiating by groups) to a traccar server (public or private). Them, 
same plugin will get your position/group positions from server, showing them in 
OsmAnd map.

Regards
/niubii/

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


What happened to the OsMo plugin?

2017-03-13 Thread Francesco Pelullo
hi

OsMo plugin is (was) really useful.
Now there is a strong effort to migrate users to Osmodroid, as server support 
for OsMo groups is broken or works randomly.

I really disagree this, because Osmodroid is a different app from OsmAnd, so 
now if you want share your location and follow a route you need to install and 
run two apps instead of only one. Benehalf, ad I could see, Osmodroid can't let 
you see group member position on OsmAnd map, only show it on the raster map or 
in web site.

Also, Osmodroid seems to me to be a bit undocumented (mostly in russian) and 
its features and permissions are top much invasive (remote tracking activation, 
also via SMS, and so on).

Please can someone address me to a basic documentation or some example about 
OsMo server api? I'd like to continue to use it in my personal server.

Thank you
/niubii/

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Using osmand live, recent edits not showing

2017-02-08 Thread Francesco Pelullo
Hi,

Live updates don't seem to be really... live! :-)
When I chance something in OSM, live updates sync these edits in two or three 
days.

Regards
/niubii/

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


OsMo plugin in iOS

2017-02-05 Thread Francesco Pelullo
Hi,

We're testing group position sharing via OsMo plugin, it works fine under 
various android devices.

iOS devices, instead, are a nightmare.

OsMo plugin is not present, also GPX sharing via personal server is missing.

Do you have plan to develop these functions in next releases?

There are other solutions for share position in a group? E.g., with a personal 
geoserver and OSMAnd API?
Can someone point me to some howto?

Thank you

Francesco
/niubii/ in OSM

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.