I am creating US map using D3 , i have to implemented three level zooming , from nation map to state , from state to county and from county to zip boundaries.
I am already done with first two level , I used AngularJS directives.
GIST URL : D3 two level Zoom
Now I need to implement third level of getting in to county and showing all zip level area borders. I already did lot of search for zip level geometry , I found one helpful question in stackoverflow , but this data has only state name associated , I also need county name , since I only need to draw boundaries for particular county which was clicked, any clue how to get proper will be helpful. I found US Atlas project , though having hope it will help me, can't understand it properly.