-
Notifications
You must be signed in to change notification settings - Fork 175
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
How to modify some of the advanced points? #13
Comments
Yellow connected things are markers (the ones saying Vancouver/Tokyo here https://www.robscanlon.com/encom-globe/). You add them using the |
Ok I know I’m bad at this, but do I put this in encom_globe.js or what? |
I really should have a minimal example.. the demo page turned into something far more complicated than necessary for most uses. And now that I look at this a few years later, the API could be a lot better. But it works. At a minimum you need to do the following:
Does that make sense? I believe how this is set up. See index.html for details. The fact that I look back on this and am embarrassed by how complicated it is means I'm growing as a programmer, right? :) |
OK, that still doesn't explain which file I should put the addPin and addMarker calls. |
You don't need to edit encom-globe.js. You put it wherever you have created your reference to the globe. See https://github.com/arscan/encom-globe/blob/master/index.html, which is an example. |
I'm interested in contributing to this project if you need a hand. I've been using this lib for a few days and also been modifying parts of the source to get it to do what I wanted (this is what I've got so far: https://puu.sh/yrrhi/bd74fe71e8.png). So if you are interested in improving this project, I could help out in a few weeks. |
@jjant -- I'm happy to take any contributions, as long as are things other developers might find useful, and that they still allow me to to configure the globe to look like what is on https://www.robscanlon.com/encom-boardroom. Thanks! |
I know it's been a while since you committed here, but I hope someone else is looking here. I want to have a straightforward (relatively speaking) guide to editing the advanced points (yellow connected points, satellites). I just want to know what the variables do.
The text was updated successfully, but these errors were encountered: