我正在尝试使用Openlayers读取GeoJSON切片文件。我收到以下错误消息:
Uncaught TypeError: geometryReader is not a function
GeoJSON文件是使用tippecanoe-decode由tippecanoe mbtiles文件生成的,并且在FeatureCollection对象中具有"properties"
成员:
{ "type": "FeatureCollection",
"properties": { "zoom": 12, "x": 1151, "y": 1621 },
"features": [{ "type": "FeatureCollection",
"properties": { "layer": "cumberfldparallll", "version": 2, "extent": 4096 }, "features": [...
我认为这就是为什么我遇到错误。有办法解决这个问题吗?
谢谢 吉姆