Once again i'm searching for some help.
I manage to draw my map but when i attempt to add circles (stores locations from csv), my points appears in the left corner and i'm getting the following errors
> Error: <circle> attribute cx: Expected length, "NaN". Error: <circle>
> attribute cy: Expected length, "NaN". Error: <circle> attribute r:
> Expected length, "NaN".
I read many posts here in stack and i read the basic tutorial from Mike Bostock but can't manage to have my points at the right place
So i'm wondering if the projection of the circles i'm using is not the cause of this behaviour i'm seeing
Please find here my plunker
N.B : I deliberately used the same json file twice in my if function, please don't mind this point
Thank you very much for your help