OSF-file plugin for dynamic data (e.g. roadworks and detours)? #19412
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
You can define (in osf) your own map for download menu. The only question is how to define auto refreshing period. |
Beta Was this translation helpful? Give feedback.
-
Yes it's possible to keep pushing the map update via AIDL interface. And keep plugin running. You need to create OBF file on server side cause otherwise it won't be working. We also have code for direction points which auto assign tags to the roads but unfortunately we didn't finish it with API I think |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help! I will try to implement and possibly come back with questions concerning certain details. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I was completely wrong! Of course, I meant the OSF file format, NOT the OBF file format. I am going to change the topic title. |
Beta Was this translation helpful? Give feedback.
-
In https://osmand.net/docs/user/plugins/custom I read "This package is a collection of online and offline map sources of various types." However, the description of the example contains only offline map sources. So, how could online map sources defined/included in the plugin? |
Beta Was this translation helpful? Give feedback.
-
With osf (plugin file) |
Beta Was this translation helpful? Give feedback.
With osf (plugin file)
you can define access to raster online data
https://osmand.net/docs/user/map/raster-maps/
if you have server that supports tiles like wms wmts and similar.
You can define access to vector obf maps like every country file in osmand.
The only question is how often you can recreate the file and how often user have to/want to update it.