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

Points cut of by IDL in 2D #4179

Closed
hpinkos opened this issue Aug 5, 2016 · 1 comment
Closed

Points cut of by IDL in 2D #4179

hpinkos opened this issue Aug 5, 2016 · 1 comment

Comments

@hpinkos
Copy link
Contributor

hpinkos commented Aug 5, 2016

From the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/YNQ2QlAC9HY

image

var viewer = new Cesium.Viewer('cesiumContainer', {     
    sceneMode: Cesium.SceneMode.SCENE2D,
});

viewer.camera.setView({
    destination: Cesium.Cartesian3.fromDegrees(179, 20, 35000000)
});

viewer.entities.add({
    position : Cesium.Cartesian3.fromDegrees(179.9, 40),
    point : {
        pixelSize : 10,
        color : Cesium.Color.YELLOW
    }
});
viewer.entities.add({
    position : Cesium.Cartesian3.fromDegrees(-179.9, 30),
    point : {
        pixelSize : 10,
        color : Cesium.Color.YELLOW
    }
});
@pjcozzi
Copy link
Contributor

pjcozzi commented Jan 2, 2017

Combing with #4179.

@pjcozzi pjcozzi closed this as completed Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants