CesiumGS / cesium-google-earth-examples

Google Earth plugin API samples ported to Cesium
Apache License 2.0
94 stars 54 forks source link

Placemark #16

Closed hpinkos closed 9 years ago

hpinkos commented 9 years ago

place and drag markers

pjcozzi commented 9 years ago

Keep clicking add pin and they often show up on top of each other: image

pjcozzi commented 9 years ago

Ah, nevermind.

pjcozzi commented 9 years ago

There's a strange bug with the pin drag example where we have to grab the bottom of it to be able to drag it. If that is done once, they we are able to grab the top of it to drag it.

hpinkos commented 9 years ago

@pjcozzi i'm not sure what would cause that grab problem, could it be an issue with scene.pick?

pjcozzi commented 9 years ago

Could be. We'll look at it separately: #23.

hpinkos commented 9 years ago

@pjcozzi is there anything else I need to do here?

pjcozzi commented 9 years ago

Looks good, but I'll leave #17 open so we port this to the entity API.