admin管理员组文章数量:1025244
I've just starting using vega and when I use this code:
{
"$schema": ".json",
"height": 300,
"widht": 400,
"title": "The London boroughs",
"layer": [
{
"data": {
"url": ".github.io/refs/heads/main/ldn_boroughs.geojson"
},
"mark": {
"type": "geoshape",
"fill":"lightgray",
"stroke": "black",
"strokeWidth": 0.4
}
},
]
}
I see a square: vega lite
I was hoping to see the map, but I didn't. I am really confused as to why it's happening since it works with other geoJson files. Any thoughts? Thanks so much
I've just starting using vega and when I use this code:
{
"$schema": ".json",
"height": 300,
"widht": 400,
"title": "The London boroughs",
"layer": [
{
"data": {
"url": ".github.io/refs/heads/main/ldn_boroughs.geojson"
},
"mark": {
"type": "geoshape",
"fill":"lightgray",
"stroke": "black",
"strokeWidth": 0.4
}
},
]
}
I see a square: vega lite
I was hoping to see the map, but I didn't. I am really confused as to why it's happening since it works with other geoJson files. Any thoughts? Thanks so much
本文标签: jsonVegaLite geoJson not displaying correctly (seems simple)Stack Overflow
版权声明:本文标题:json - Vega-Lite: geoJson not displaying correctly (seems simple...) - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745622173a2159640.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论