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

Possible min threshold for osm data points #99

Open
jstrahler opened this issue Oct 24, 2019 · 6 comments
Open

Possible min threshold for osm data points #99

jstrahler opened this issue Oct 24, 2019 · 6 comments

Comments

@jstrahler
Copy link
Contributor

When trying to display osm data, small data sets do not display on bridges

Note: change user and id to whatever yours is
failure case command: ./osm 5 jstrahler 209382050691 35.2971 -80.7475 35.3162 -80.7211

success case command: ./osm 6 jstrahler 209382050691 35.1971 -80.8475 35.3162 -80.7211

@jstrahler
Copy link
Contributor Author

osm.zip

@krs-world
Copy link
Contributor

Jay, this is a binary.. can you provide the source code for this so I can test?

@jstrahler
Copy link
Contributor Author

osm.cpp.zip

@krs-world
Copy link
Contributor

Ok, for very small graphs (right now set at 2000 nodes), you need to make the following call for OSM data:
graph.setLargeVisualization(true);

This forces it to render using webgl. Force directed rendering is not supported for OSM graphs, I believe.

@krs-world
Copy link
Contributor

Oh, I tested it with this additional call and it works fine.

@esaule
Copy link
Member

esaule commented Nov 16, 2019 via email

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

3 participants