我有这个GeoJSON文件(polygon.geojson)...{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[73,15],[83.0,15],[83,5],[73,5],[73,15]]]},"properties":{"name":"Foo"}}...并将其用作矢量源:varvectorSource=newol.source.Vector({url:'polygon.geojson',format:newol.format.GeoJSON(),projection:'EPSG:4326',});现在