-
-
Notifications
You must be signed in to change notification settings - Fork 86
[Feature] Use OpenStreetMaps for Roomfinder #1437
Comments
I also thought it could be kinda cool to have a Google Maps Live View like AR aided guidance systems to exercise rooms, could be helpful for new students. But thats a larger undertaking, just wanted to put the idea out there. |
That would be a large step. I would start with just opening openstreetmaps or maps and mark the location. If this works we can always add more features to it or do even more complicated things. |
That is defintly not currently possible from my perspective. |
@kmodexc If you want, you can have a look at our js implementation of the same feature. FYI: For all other features in our pipeline this seems to be the right choice |
Yes I agree. As I said I just wanted to put the idea out there. |
nav.tum.sexy got so freaking good, we might as well just redirect to them or find a way to use their map overlays in the app. At least additionally linking to nav.tum.sexy should be part of the app in the future imo. |
I thought using something like this to get started. I would open something like the "share" thing and let the user decide, how he wants to open the location. |
Most Map SDK's are not for free. Many of them offer a free tier of some amount of requests per month (i.e. 50 000). I just want to know how many request we can expect to the interactive map. If no one reacts, i will use OpenLayers instead. This is totally free. |
Actually, if you need tiles, we will have a tiling service (vector+static) online in a few days (or once TUM-Dev/NavigaTUM#201 gets a review if the changes to the docs are clear 😉) The documentation of OpenLayers seems quite poor. I want to avoid discouraging you, but if I were you, this documentation state would be a big deterrent. I honestly could not find the section, which talks about how to integrate a mobile app with them.. Given our current max. users of 5k, something like mapbox mobile shold be fine, though. 😉 Their free tier supports up to 25k monthly active users. |
Small update: we have reviewed this changed and set it online at https://nav.tum.sexy/maps/ (as said, with limited coverage). |
So I can use nav.tum.sexy/maps as a source for loading maps? And I should use mapbox instead? I'm not experienced with this and if someone has some experience with for example mapbox that seems to be a sign that its also good for the app. I guess I will use this instead then. |
From here I guess it was intended to put the Map inside the Box in |
Sorry for the late response. My idea was to do it like it is on the NavigaTUM website, therefore I left there space for including a map instead of this photoView. But putting this feature in separate activity is also good, imo |
I have seen this app and would like to work on this.
My idea would be to use something like this to solve the problem.
The text was updated successfully, but these errors were encountered: