Line 17: | Line 17: | ||
.arcs { | .arcs { | ||
opacity: 1; | opacity: 1; | ||
− | stroke: # | + | stroke: #9d1c20; |
stroke-width: 5; | stroke-width: 5; | ||
fill:none; | fill:none; | ||
Line 27: | Line 27: | ||
stroke-width:1; | stroke-width:1; | ||
opacity: .6; | opacity: .6; | ||
− | stroke: # | + | stroke: #9d1c20; |
} | } | ||
.dev{ | .dev{ | ||
− | fill: # | + | fill: #9d1c20; |
− | stroke: # | + | stroke: #9d1c20; |
stroke-width: 1; | stroke-width: 1; | ||
cursor: pointer; | cursor: pointer; | ||
Line 38: | Line 38: | ||
.dev:hover{ | .dev:hover{ | ||
− | stroke: # | + | stroke: #9d1c20; |
stroke-width: 2; | stroke-width: 2; | ||
} | } | ||
Line 83: | Line 83: | ||
</defs> | </defs> | ||
</svg> | </svg> | ||
− | <div style="position: absolute; background-color: white !important;color: white !important; width: 400px; right: 100px;top: 135px; border-radius: 10px;border: 1px solid # | + | <div style="position: absolute; background-color: white !important;color: white !important; width: 400px; right: 100px;top: 135px; border-radius: 10px;border: 1px solid #9d1c20" id="show"></div> |
</div> | </div> | ||
Line 89: | Line 89: | ||
<script src="http://d3js.org/queue.v1.min.js"></script> | <script src="http://d3js.org/queue.v1.min.js"></script> | ||
<script> | <script> | ||
− | + | d3.json("/wiki/images/6/61/T--Heidelberg--places.txt", function(data){ | |
− | + | ||
// process google sheet into geojson | // process google sheet into geojson | ||
Revision as of 12:36, 31 October 2017