You are not logged in.
- Topics: Active | Unanswered
Announcement
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Pages: 1
#1 2016-09-15 13:00:27
- eis_kalt
- Member
- Registered: 2014-11-23
- Posts: 44
Demo: dynamic 3D world rendering using Unity3D
After couple of years of development, I was able to push first release to google play: https://play.google.com/store/apps/deta … tymap.demo
Description of the project and full source code you can find here: https://github.com/reinterpretcat/utymap
Binaries are there: https://github.com/reinterpretcat/utyma … tag/ver1.0
One more topic related to this project: http://forum.openstreetmap.org/viewtopic.php?id=28110
Some notes regarding demo:
* Needs internet for tile downloading (0.5-3Mb depending on location)
* Vector data is consumed from openstreetmap via API v0.6 which leads to some problems with speed and having non-full relations returned
* Start location can be set by place name (nominatim geocoding API used), direct location or device location (nominatim reverse geocoding API is used)
* Generates Globe using NaturalEarth data
Known bugs:
* assets on google play sucks (will fix it soon)
* bird-eys scene has always the same location (will fix soon)
* truncated geometry sometimes (see notes above)
* some minor rendering unity3d-specific issues with Lenovo devices observed
Last edited by eis_kalt (2016-09-16 21:32:13)
Offline
#2 2016-10-05 21:33:32
- wambacher
- Member
- From: Schlangenbad/Wambach, Germany
- Registered: 2009-12-16
- Posts: 16,769
- Website
Re: Demo: dynamic 3D world rendering using Unity3D
Some notes regarding demo:
* Needs internet for tile downloading (0.5-3Mb depending on location)
* Vector data is consumed from openstreetmap via API v0.6 which leads to some problems with speed and having non-full relations returned
Hi,
you'll run in big problems using the API for data download. The API is made for editing (load, edit, upload) and not for fetching data.
Soomer or later your app will be blocked by OSM staff.
Please start using the Overpass API, which has been developed for that.
Regards
walter
Last edited by wambacher (2016-10-05 21:34:24)
Offline
#3 2016-10-30 20:33:50
- eis_kalt
- Member
- Registered: 2014-11-23
- Posts: 44
Re: Demo: dynamic 3D world rendering using Unity3D
Thanks, I'll try to switch
Offline
Pages: 1