{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "category": "HHX", "AOI": "23", "popup": "I am pop 1", "color": "#0868AC" }, "geometry": { "type": "Point", "coordinates": [ 0.310986091576809, -0.609470229723394 ] } }, { "type": "Feature", "properties": { "category": "HF", "AOI": "23", "popup": "I am pop 2", "color": "#753" }, "geometry": { "type": "Point", "coordinates": [ -0.498515393030161, -0.803250507891858 ] } }, { "type": "Feature", "properties": { "category": "STX", "AOI": "35", "popup": "I am pop 3", "color": "#086875" }, "geometry": { "type": "Point", "coordinates": [ -1.961243944366307, 1.090795436786998 ] } } ] }