Add location-based tutorial#83
Conversation
|
|
@nickw1 will circle back to this this week or weekend |
|
@coopbri sounds good. As it happens I'm also refactoring LocAR somewhat, wrapping a lot of the startup boilerplate code into an |
commit: |
|
This is great material. Would love to get this on our official docs site with your name on it. Could you open it in https://github.com/omnidotdev/docs under Thanks for your awesome LocAR updates and for the great docs contributions here! |
|
@coopbri many thanks! Will open under docs as you suggest. Closing here for now but will re-open. |
Description
This PR adds a tutorial for the geolocation part of RDK.
It starts with a Hello World, which simply displays a red box to the north of you, and then progresses to contacting a simple API, retrieving POIs from a database, and retrieving lines (roads or paths) from the database and rendering them as
GeoLines.If this looks OK, I plan on extending the tutorial to cover downloading and caching tile-based geodata with the
locar-tilerpackage, and accounting for elevation.Test Steps
Try out the tutorial and check it works.