Is a polygon overlay possible? #18214
martin-ueding
started this conversation in
Maps Related
Replies: 1 comment
-
Convertion to gpx (workaround ) or creating obf with this polygons. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I play around with the explorer tiles. The idea is to have an activity in each tile, where a tile is defined by the usual Open Street Map web Mercator tiling at zoom level 14.
When I am on the go, I'd like to see which tiles I haven't got yet. For this I have build a collection of scripts which download the activity data from Strava and generates the missing tiles as polygons. When overlaid on a map, it looks like this:
I can export this in various formats. The issue is that OsmAnd doesn't support the GeoJSON that I've used here. It looks like this:
The KML format also supports polygons, but OsmAnd doesn't support that either. The GPX format (which is supported) doesn't support polygons. For the time being I have simulated this with a bunch of square tracks, but I cannot fill/shade them this way.
Is there some other way to get these polygons into OsmAnd?
Beta Was this translation helpful? Give feedback.
All reactions