-
### Description
When using GeoJsonLayer with binary data, layer accessors receive a feature object which is missing important fields such as `id`. When creating a GeoJsonLayer with the same feature…
aethr updated
2 months ago
-
**Describe the bug**
```
Property 'setFeatures' does not exist on type 'Tile'.ts(2339)
```
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [geojson-vt example
](https://openlayers.…
-
The GeoJSON spec supports "unlocated" Feature objects where the "geometry" member is a JSON null value. The Geo library simply ignores Features of this kind, even if they have their properties populat…
-
## Motivation
Consider https://jsfiddle.net/w9bs8jot/. A GeoJSON Line feature is cut into multiple tiles and makes it impossible to query the entire line feature. A customer recently flagged this i…
-
While using prep to generate a hexagon file with distances, I noticed that all distance fields are returning zero. This doesn't make sense e.g., given the placement of the ocean, shown in the image at…
-
Hello,
Great work on CoastSat, its an amazing tool and has been super useful. I have noticed that in my own trials, I am sometimes missing areas of shoreline along a certain side of coast. I am usi…
-
For making admin updates, it would be nice if there was a mode which allowed changing the data for the feature and exporting the updated data.
-
### Version
"echarts": "^5.5.1", "echarts-gl": "^2.0.9",
### Link to Minimal Reproduction
1
### Steps to Reproduce
import { useState, useEffect } from "react";
import * as echarts from "ec…
-
Is **TileLayer** like
https://deck.gl/docs/api-reference/geo-layers/tile-layer
supported by dash-deck?
If I run the example below I get a "white screen" and following error:
```
layers-pa…
-
With small geojson layers the data can be included in the url as some base64-encoded string:
`geojson.io/data=eyJ0eXBlIjoiRmVhdHVyZUNvbGxlY3Rpb24iLCJmZWF0dXJlcyI6W3sidHlwZSI6IkZlYXR1cmUiLCJwcm9wZXJ…