diff --git a/public/map.html b/public/map.html
index 0f976a2..aa49976 100644
--- a/public/map.html
+++ b/public/map.html
@@ -146,13 +146,13 @@
'line-width': 1
}
});
- // Add sector labels
- json.features.forEach(function(sector){
- console.log(sector)
- var marker = new mapboxgl.Marker()
- .setLngLat(turf.center({geojson: sector}))
- .addTo(map);
- });
+ // // Add sector labels
+ // json.features.forEach(function(sector){
+ // console.log(sector)
+ // var marker = new mapboxgl.Marker()
+ // .setLngLat(turf.center({geojson: sector}))
+ // .addTo(map);
+ // });
}catch(err){
throw Error(err);