Re: [OSM-talk] Android program with a custom map style

2018-05-06 Thread Andy Mabbett
On 6 May 2018 at 15:45, Mateusz Konieczny  wrote:

> I am looking for an Android application that has bicycle-focused map style
> available offline.

In the UK we have CycleStreets:

  https://www.cyclestreets.net/

which, while perhaps not meeting your geographical needs, shows what
is possible.

-- 
Andy Mabbett
@pigsonthewing
http://pigsonthewing.org.uk

___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Android program with a custom map style

2018-05-06 Thread Warin

On 07/05/18 00:45, Mateusz Konieczny wrote:
I am looking for an Android application that has bicycle-focused map 
style available offline.


I am looking for features like
- ability to distinguish road based on surface (=sand =dirt =asphalt 
should be easy to distinguish)
In OSMAnd there is a setting that turns on the display of this 
information ... and it works in the bicycling mode.
- oneway arrows displayed based also on oneway:bicycle, 
cycleway=opposite,

cycleway=opposite_lane tags, not only oneway tag
- displaying bicycle routes
In OSMAnd there is a setting that turns on the display of this 
information for bicycling routes.
- displaying detailed info about ferries across rivers (at least fee, 
opening_hours,

seasonal and description tags)


The other features you have listed I don't know about for OSMAnd as I 
have not come across them.


___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Android program with a custom map style

2018-05-06 Thread Tim Teulings

Hello Mateusz,

I am looking for an Android application that has bicycle-focused map 
style available offline.



I am looking for features like
- ability to distinguish road based on surface (=sand =dirt =asphalt 
should be easy to distinguish)

- oneway arrows displayed based also on oneway:bicycle, cycleway=opposite,
cycleway=opposite_lane tags, not only oneway tag
- displaying bicycle routes
- displaying detailed info about ferries across rivers (at least fee, 
opening_hours,

seasonal and description tags)

I am not expecting that application like this exists and I checked
https://wiki.openstreetmap.org/wiki/Comparison_of_Android_applications


You can use libosmscout (http://libosmscout.sourceforge.net/), which is 
a C++ framework/library for writing application using rendering, 
location lookup, routing, which should allow you to do most of the above.


Challenge: C++ under Android can be tricky, if you not use Qt (which is 
supported) and it is a framework, so you have to write your own 
application based on the libosmscout APIs around it.


--
Gruß...
   Tim

___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Android program with a custom map style

2018-05-06 Thread john whelan
OSMand certainly supports cyclists in routing.  OSM can hold the
information you are after.

I'd have a look at what is there first.  If it isn't then there are quite a
few people who might be interested so I wonder if it could be incorporated
in some way.

Cheerio John

On 6 May 2018 at 10:45, Mateusz Konieczny  wrote:

> I am looking for an Android application that has bicycle-focused map style
> available offline.
>
> I am looking for features like
> - ability to distinguish road based on surface (=sand =dirt =asphalt
> should be easy to distinguish)
> - oneway arrows displayed based also on oneway:bicycle, cycleway=opposite,
> cycleway=opposite_lane tags, not only oneway tag
> - displaying bicycle routes
> - displaying detailed info about ferries across rivers (at least fee,
> opening_hours,
> seasonal and description tags)
>
> I am not expecting that application like this exists and I checked
> https://wiki.openstreetmap.org/wiki/Comparison_of_Android_applications
>
> My current plan is to use OSMand support for custom rendering -
> maxerickson_ on IRC pointed me to http://osmand.net/help/docs/
> Custom_Rendering_How-To.htm
>
> Has anybody made cycling focused map style for OSMand (or any other custom
> map style)?
>
> Is there maybe an app that already implements what I mentioned and I
> missed it?
>
>
> ___
> talk mailing list
> talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk
>
>
___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk