@ -133,7 +133,7 @@ export const getUserPoints = async () => {
feature.geometry = {
"type": "Point",
"coordinates": [n.clock_in_lng, n.clock_in_lat]
"coordinates": [n.wp_lon, n.wp_lat]
}
featureCollection.features.push(feature);