Hi, Trying to setup a map with FeatureCollection.FeaturesFromGeoJSON using this string:
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"stroke":"#555555","stroke-width":2,"stroke-opacity":1,"fill":"#90f900","fill-opacity":0.1},"geometry":{"type":"Polygon","coordinates":[[[12.190533198765593,55.4503204366878],[12.190538563183623,55.44988843170206],[12.19134859030612,55.44988538939668],[12.19134859030612,55.45035085939582],[12.190533198765593,55.4503204366878]]]},"properties":{"fill":"#00FF00","fill-opacity":0.3}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.189471043995695,55.45021699930504],[12.189492501667814,55.44987322017269],[12.190157689503508,55.449894516312185],[12.190168418339567,55.45023829525897],[12.189471043995695,55.45021699930504]]]},"properties":{"fill-opacity":0.2}}]}
I was expecting two boxes one transparent but get two solid boxes. It's like the properties for the feature isn't applying correctly?