mapbox / geojson.io

A quick, simple tool for creating, viewing, and sharing spatial data
http://geojson.io/
ISC License
1.87k stars 560 forks source link

3D buildings are rendered over features #886

Open vesnikos opened 3 months ago

vesnikos commented 3 months ago

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
            ]
          ]
        ]
      }
    }
  ]
}