Example JSON file for Icon
- Dominant language
- TypeScript
- Stars
- 12k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 66
Description
Hi,
Could you please provide an example GeoJson file for creating Icon layers.
```
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"style": {
fillColor:'#669933',
strokeColor:'red',
strokeWidth:6,
pointRadius:8
},
"icon": "car",
},
"geometry": {
"type": "Point",
"coordinates": [ -89.269113, 13.675143]
}
}
]}
```
I have been trying to use the above format, however when I load the json to Kepler it is being selected as **Polygon** rather than **Icon**. Also loaded file is not getting visualized in the tool.
It would be great if you could help me with this regard.
Thank you,
KK
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.