diff --git a/html/template/sync/upload-by-id.html b/html/template/sync/upload-by-id.html
index 3a4657ac..5253e204 100644
--- a/html/template/sync/upload-by-id.html
+++ b/html/template/sync/upload-by-id.html
@@ -46,15 +46,6 @@ function onLoad() {
'circle-stroke-color': "#7aab5f"
}
});
- map.addLayer({
- "id": "service-area",
- "source": "tegola-nidus",
- "source-layer": "service-area-bounds",
- "type": "line",
- "paint": {
- "line-color": "#f00"
- }
- });
});
const checkboxShowIssuesOnly = document.getElementById("showIssuesOnly");