From b99570cc7f6b885b40c940d51d8b09d39a0554b6 Mon Sep 17 00:00:00 2001 From: Prashant Andani Date: Fri, 13 Jul 2018 11:31:02 +0530 Subject: [PATCH] Error Fix at custom maps snippet There was an extra '{' --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 39b034ac..533ccb5b 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ A map of the USA with an Albers based projection will be default if you only inc .center([long, lat]) .scale(element.offsetWidth) .translate([element.offsetWidth / 2, element.offsetHeight / 2]); -} path = d3.geo.path() .projection( projection );