File | Date | Author | Commit |
---|---|---|---|
com.osm2xp.classification | 2019-01-31 |
![]() |
[8a0319] Further geoindex building experiments |
com.osm2xp.core | 2019-02-01 |
![]() |
[5f0551] 3.5.1 release |
docs | 2018-07-19 |
![]() |
[8ea679] Fixed cooling towers, small fix for DSF writer,... |
experiments | 2018-07-12 |
![]() |
[e1d01d] Blender wall generation script initial work |
models_src | 2018-07-19 |
![]() |
[b36f9e] Cooling tower model fix #1 |
osm2xp | 2019-02-01 |
![]() |
[5f0551] 3.5.1 release |
osm2xp_additions | 2018-09-20 |
![]() |
[3e68ea] Added one more industrial facade |
.gitignore | 2019-01-21 |
![]() |
[e11017] DTree learning try 1 (unsuccessfull) |
CHANGELOG.md | 2019-02-01 |
![]() |
[5f0551] 3.5.1 release |
README.md | 2018-11-28 |
![]() |
[5a846e] Update README.md |
This project is based on original OSM2XP by Benjamin Blanchet, code was originally taken from code.google.com/p/osm2xp
Supports generating buildings using facade set from OSM data loaded from pbf file, as well as generating
* Forest zones
* Some objects by rules
I've needed custom generation for small terrain area around an airfield and decided to extend old OSM2XP app to support this.
Since initial task is generating X-Plane 10 scenery, most fixes I've done and all testing was done for X-Plane 10 scenery generation. I can't guarantee other modes will work correctly, but if you want to post some issues or offer some ideas/help for them - feel free to contact me.
You need at least Java 8 JRE or JDK to be installed
Download program archive from SourceForge and unpack to any folder. It's better to use path without spaces. Launch program using osm2xp/osm2xp.exe executable.
For now program is available for Windows only. If you need it for other OS, please create an issue on GitHub.
Please refer Quick Start Guide
Faced a problem? Please look at basic troubleshooting information, maybe there's a solution. If not - feel free to open an issue here or report it in this forum thread.
You can help with coding, if you know Java/Eclipse, with creating better default facade set (current one has a lot of problems), default models (cranes, chimneys, communication towers...) or just filing issues and posting improvement suggestions. Any help is welcome.