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

3D buildings are rendered over features #886

Open
vesnikos opened this issue Mar 21, 2024 · 0 comments
Open

3D buildings are rendered over features #886

vesnikos opened this issue Mar 21, 2024 · 0 comments

Comments

@vesnikos
Copy link

The buildings are rendered over features. Here's a screenshot of the effect.

image

Test geojson:

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -0.049438481,
              51.513446334
            ],
            [
              -0.049438481,
              51.513659994
            ],
            [
              -0.049095158,
              51.513659994
            ],
            [
              -0.049095158,
              51.513446334
            ],
            [
              -0.049438481,
              51.513446334
            ]
          ]
        ]
      }
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant