breznak / openDS-oss

Mirror of the OpenDS.de car driving simulator
17 stars 12 forks source link

Automated export from OpenStreetMaps #1

Open breznak opened 8 years ago

breznak commented 8 years ago

This new feature should allow users to select area or cities in a map (OSM) and export them to OpenDS automatically.

This will use:

TODO:

breznak commented 8 years ago

@JohnnyMarek what's the progress on this task?

JohnnyMarek commented 8 years ago

Load from OpenStreetMap to Blender is done automatically, still need to solve how to export to .j3o file without doing it manually so it can be used in OpenDS. Will update my progress when it's done.

JohnnyMarek commented 8 years ago

Didn't find any solution not even on original jMonkey Forums, it looks like there is no way how to do this step without jMonkeyEngine software (because Asset Manager from here is required when new .j3o file is made), j3o is serialized file and from what i understood even jMonkey developers say it is not possible do this automatically at this moment. Will try to find different approach after all other tasks are solved.

breznak commented 8 years ago

Working code implemented in #38 using OSM2World project; Still, manual use of Blender and jMonkeySDK is needed - we wish to automate the process. Another discovered issue is #11