-
Notifications
You must be signed in to change notification settings - Fork 184
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
Draw a line on openstreemap( via leaflet) and extrude something in threejs in this geo-viewer example? #11
Comments
Thanks for trying geo-viewer!
For example, to render a polygon, follow two separate steps:
And, importantly, you can resolve the relationship between the two types of coordinates following this information. Some related references:
You can find all the source files in the source directory. |
Hi, J-devel But I do like putting the two things together very much like your geo-viewer example: click the map and got 3d view in three-geo. Is that possible to "cut into" your app.min.js and put my map js (with leaftlet or mapbox) and 3d tubes js (with terrain) there? I am studying your reference and see how far I can go. |
Hi there,
geo-viewer is an amazing example and I am learning it (in three-geo/examples/geo-viewer/io/).
I would like to add something onto both openstreemap via leaflet and threejs in this geo-viewer example. Any documentations or suggestions? It is really appreciated if a demo is available for the above purpose.
Also, It is hard to read app.min.js, where can I get the unminified version?
Thanks a lot.
ouyang
The text was updated successfully, but these errors were encountered: