Skip to content

Commit 4d598e4

Browse files
reverted
1 parent 91ed9fe commit 4d598e4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

US.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
.attr('stroke', '#ffffff00')
4949
.attr('transform', 'translate(0.59,-0.48)')
5050

51-
/*svg.append('defs')
51+
svg.append('defs')
5252
.append('pattern')
5353
.attr('id', 'grid')
5454
.attr('x', '0')
@@ -63,7 +63,7 @@
6363
.attr('height', '2.0118748349721')
6464
.attr('fill', 'none')
6565
.attr('stroke', '#999')
66-
.attr('stroke-width', '0.3px')*/
66+
.attr('stroke-width', '0.3px')
6767
/*svg.append('circle')
6868
.attr('fill', 'url(#grid)')
6969
.attr('stroke', '#999')
@@ -73,7 +73,7 @@
7373
.attr('transform', 'translate(0.59,-0.48)')*/
7474

7575

76-
/*d3.json("fulldec14topo.json?q=39", function(error, us) {
76+
d3.json("fulldec14topo.json?q=39", function(error, us) {
7777
if (error) {
7878
throw error;
7979
}
@@ -84,7 +84,7 @@
8484
.data(topojson.feature(us, us.objects.grts).features)
8585
.enter().append("path")
8686
.attr("d", path)
87-
})*/
87+
})
8888
/*
8989
d3.json("q2topo.json?q=39", function(error, us) {
9090
if (error) {

0 commit comments

Comments
 (0)