Skip to content
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

Please delete or update #3

Open
icemagno opened this issue Sep 19, 2019 · 1 comment
Open

Please delete or update #3

icemagno opened this issue Sep 19, 2019 · 1 comment

Comments

@icemagno
Copy link

Please delete or update this project since it not compile anymore because OSM2world.

@icemagno
Copy link
Author

icemagno commented Feb 6, 2020

Several errors ...

# ./osm2world.sh -i /opt/data/osm-tiles/{zoom}/{x}/{y}.osm -o /opt/data/obj-tiles/dummy.obj
java.io.FileNotFoundException: /opt/data/osm-tiles/{zoom}/{x}/{y}.osm
        at org.osm2world.core.osm.creation.OSMFileReader.<init>(Unknown Source)
        at org.osm2world.console.Output.output(Unknown Source)
        at org.osm2world.console.OSM2World.executeArgumentsGroup(Unknown Source)
        at org.osm2world.console.OSM2World.main(Unknown Source)
# ./osm2world.sh -i /opt/data/osm-tiles/12/{x}/{y}.osm -o /opt/data/obj-tiles/dummy.obj
java.io.FileNotFoundException: /opt/data/osm-tiles/12/{x}/{y}.osm
        at org.osm2world.core.osm.creation.OSMFileReader.<init>(Unknown Source)
        at org.osm2world.console.Output.output(Unknown Source)
        at org.osm2world.console.OSM2World.executeArgumentsGroup(Unknown Source)
        at org.osm2world.console.OSM2World.main(Unknown Source)
# ./osm2world.sh -i /opt/data/osm-tiles/12/1553/2314.osm -o /opt/data/obj-tiles/dummy.obj
time terrain interpolation: 0:00:00.577
time add constraints: 0:00:00.000
time enforce constraints: 0:00:00.000
java.io.IOException: No such file or directory
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(File.java:1012)
        at org.osm2world.core.target.obj.ObjWriter.writeObjFile(Unknown Source)
        at org.osm2world.console.Output.output(Unknown Source)
        at org.osm2world.console.OSM2World.executeArgumentsGroup(Unknown Source)
        at org.osm2world.console.OSM2World.main(Unknown Source)
#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant