-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to API docs is dead #154
Link to API docs is dead #154
Comments
I could have sworn I found these somewhere since I've developed against the API since your post. For future travelers there's a small amount of info here https://docs.openaerialmap.org/catalog/ and if you go to https://github.com/hotosm/oam-api/tree/develop/routes and look at the src there's some examples of using the API in each route file. |
The API docs is hosted on https://hotosm.github.io/oam-api/ |
Thanks for taking them back up, but I can't really find the information I need. I'm not sure if this belongs here, the docs repo, or the browser repo, but I was wondering if there was something like a quick start guide for embedding imagery in a site. I've tried this page in the leaflet docs, but on inspecting the network tab shows that all the tiles (Expand) Or if you can help directly, or point me to a gitter / matrix / discord that'd also be appreciated
const M = L.map('level', {
center: [level.center.lat, level.center.lon],
zoom: 20,
});
L.tileLayer(level.tms, { tms: true }).addTo(M);
// level.tms is a url like https://tiles.openaerialmap.org/5bcf6bd791037900144c3ea0/0/5bcf6bd791037900144c3ede/{z}/{x}/{y} |
Hey, I am trying to embed a leaflet.js viewer that allows you view OAM imagery into a page.
However, the linked API docs (https://hotosm.github.io/oam-catalog) is dead, and 404s.
I have followed instructions on adding a map layer from leaflet's docs, but the viewer is completely grey.
Is it all possible to revive the API docs for OAM? Or perhaps point me in the right direction?
Thank you for your time.
The text was updated successfully, but these errors were encountered: