Coder Social home page Coder Social logo

Comments (6)

vasturiano avatar vasturiano commented on July 26, 2024 2

@BenPav I think the issue may be that your polygon is reverse wound, so essentially you're filling the entire world with a small square hole where you expect the polygon to be.
Geojson expects polygon coordinates to go clockwise iirc. So can you try reversing your coordinates array and see if it fixes it?

from globe.gl.

vasturiano avatar vasturiano commented on July 26, 2024 1

@BenPav that is expected. The polygons translate into cone like shapes, rooted at the globe center that are contoured according to the polygon geojson.

If you don't wish to show the cone radial walls, you can switch it off via .polygonSideColor(() => 'rgba(0,0,0,0)).

from globe.gl.

BenPav avatar BenPav commented on July 26, 2024

That fixed one problem, but I still have a giant spire going from the core of the earth out into the heavens.

from globe.gl.

vasturiano avatar vasturiano commented on July 26, 2024

@BenPav can you make a simple example on codepen so that it's easier to debug?

from globe.gl.

BenPav avatar BenPav commented on July 26, 2024

https://codepen.io/benpavlov/pen/abBrWKG

from globe.gl.

alexzborovskii avatar alexzborovskii commented on July 26, 2024

@vasturiano thank you so much for your advice about reversing the coordinates order!

from globe.gl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.