Skip to content

Instantly share code, notes, and snippets.

@tomstove
Last active December 16, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomstove/5457494 to your computer and use it in GitHub Desktop.
Save tomstove/5457494 to your computer and use it in GitHub Desktop.
Tørshavn, Faroe Islands
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<head>
<style>
.buildings {
fill: steelblue;
}
.roads {
fill: none;
stroke: orange;
stroke-width: 0.3px;
}
.natural {
fill: green;
fill-opacity: 0.5;
}
.landuse {
fill: #aaa;
fill-opacity: 0.1;
}
.waterways {
fill: none;
stroke: steelblue;
stroke-width: 0.3px;
}
</style>
</head>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/d3.geo.projection.v0.min.js"></script>
<script src="http://d3js.org/topojson.v0.min.js"></script>
<script>
// -6.8321228027 61.9868792191 -6.7308425903 62.0522763224
// -6.7814826964999995, 62.01957777075
var width = 960,
height = 500;
var projection = d3.geo.mercator()
.translate([width/2, height/2])
.center([-6.7814826964999995, 62.01957777075])
.scale(700000);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var buildings = svg.append("g");
var roads = svg.append("g");
var natural = svg.append("g");
var landuse = svg.append("g");
var waterways = svg.append("g");
d3.json('buildings.json', function(err, data) {
buildings.selectAll("path")
.data(data.features)
.enter().append("path")
.attr("class", "buildings")
.attr("d", path);
});
d3.json('roads.json', function(err, data) {
roads.selectAll("path")
.data(data.features)
.enter().append("path")
.attr("class", "roads")
.attr("d", path);
});
d3.json('natural.json', function(err, data) {
natural.selectAll("path")
.data(data.features)
.enter().append("path")
.attr("class", "natural")
.attr("d", path);
});
d3.json('landuse.json', function(err, data) {
landuse.selectAll("path")
.data(data.features)
.enter().append("path")
.attr("class", "landuse")
.attr("d", path);
});
d3.json('waterways.json', function(err, data) {
waterways.selectAll("path")
.data(data.features)
.enter().append("path")
.attr("class", "waterways")
.attr("d", path);
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "osm_id": 28248701.0, "name": null, "type": "park" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.7779141, 62.01664 ], [ -6.7781092, 62.0164517 ], [ -6.7782089, 62.0161245 ], [ -6.7780053, 62.0157148 ], [ -6.7776404, 62.0152745 ], [ -6.7771963, 62.0149426 ], [ -6.7772829, 62.0149243 ], [ -6.7773941, 62.0148918 ], [ -6.7774783, 62.0148728 ], [ -6.777754, 62.0147908 ], [ -6.7775813, 62.0145666 ], [ -6.7779925, 62.0142706 ], [ -6.777838, 62.0140647 ], [ -6.777943, 62.0140201 ], [ -6.778611, 62.014319 ], [ -6.7789839, 62.0145051 ], [ -6.7791241, 62.0145694 ], [ -6.7792406, 62.0145707 ], [ -6.779373, 62.0146807 ], [ -6.7795955, 62.0149255 ], [ -6.779792, 62.0152208 ], [ -6.780401, 62.0152065 ], [ -6.7809963, 62.0158303 ], [ -6.782422, 62.0154333 ], [ -6.7826469, 62.0156447 ], [ -6.7830517, 62.0161336 ], [ -6.7834906, 62.0165627 ], [ -6.783973, 62.0169875 ], [ -6.7834317, 62.0171429 ], [ -6.7825399, 62.0174725 ], [ -6.7822307, 62.0174895 ], [ -6.7820894, 62.0173704 ], [ -6.7814545, 62.0174416 ], [ -6.7810171, 62.0174802 ], [ -6.7809841, 62.017421 ], [ -6.7810026, 62.0170462 ], [ -6.780215, 62.0170242 ], [ -6.7801602, 62.0175283 ], [ -6.780111, 62.0178823 ], [ -6.7795863, 62.0177657 ], [ -6.77903, 62.0177203 ], [ -6.7788471, 62.0174684 ], [ -6.7790462, 62.0174085 ], [ -6.7787756, 62.0171343 ], [ -6.7785485, 62.0171885 ], [ -6.7779141, 62.01664 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 33859757.0, "name": "Hoyvíks tjørn", "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.7661339, 62.0166692 ], [ -6.7660298, 62.0166884 ], [ -6.7659042, 62.0166744 ], [ -6.7658595, 62.0166455 ], [ -6.7658042, 62.0165816 ], [ -6.7657205, 62.0165354 ], [ -6.7656821, 62.0165022 ], [ -6.7656028, 62.0164945 ], [ -6.7655339, 62.016492 ], [ -6.7654145, 62.0164826 ], [ -6.765288, 62.016483 ], [ -6.7652113, 62.0164716 ], [ -6.7651198, 62.0164577 ], [ -6.7650317, 62.0164327 ], [ -6.7649436, 62.0163987 ], [ -6.7648416, 62.0163758 ], [ -6.7647762, 62.0163591 ], [ -6.7647492, 62.0163415 ], [ -6.7647239, 62.0163177 ], [ -6.7647161, 62.0162924 ], [ -6.764737, 62.0162613 ], [ -6.7647919, 62.0162371 ], [ -6.7648434, 62.0162122 ], [ -6.7648669, 62.016186 ], [ -6.7648695, 62.0161574 ], [ -6.7649044, 62.0161156 ], [ -6.7649332, 62.0160596 ], [ -6.7649585, 62.0160465 ], [ -6.7650361, 62.0160199 ], [ -6.7651529, 62.0159618 ], [ -6.7652514, 62.0159258 ], [ -6.7653325, 62.0158996 ], [ -6.7654084, 62.0158959 ], [ -6.7654825, 62.0158996 ], [ -6.7655522, 62.0159204 ], [ -6.7656565, 62.0159663 ], [ -6.7657715, 62.0159993 ], [ -6.7658545, 62.0160522 ], [ -6.7659056, 62.0160832 ], [ -6.7659865, 62.0161471 ], [ -6.7660801, 62.0161811 ], [ -6.7661717, 62.016229 ], [ -6.7662696, 62.0162839 ], [ -6.7663164, 62.0163309 ], [ -6.766293, 62.0164218 ], [ -6.7662845, 62.0164837 ], [ -6.7662291, 62.0165476 ], [ -6.7662142, 62.0165906 ], [ -6.7661339, 62.0166692 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 45514098.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.7805603, 62.0162489 ], [ -6.7806469, 62.016202 ], [ -6.7807074, 62.0161865 ], [ -6.7808053, 62.0161658 ], [ -6.7809396, 62.0161957 ], [ -6.7810665, 62.0162323 ], [ -6.7811027, 62.0162422 ], [ -6.7811754, 62.0162668 ], [ -6.7812051, 62.016289 ], [ -6.7811956, 62.0163389 ], [ -6.7811175, 62.0163901 ], [ -6.7809922, 62.0164084 ], [ -6.7809464, 62.0164666 ], [ -6.7809141, 62.0165652 ], [ -6.7808615, 62.0165817 ], [ -6.7807969, 62.0165741 ], [ -6.7807595, 62.0165604 ], [ -6.7807522, 62.0165365 ], [ -6.7807362, 62.0164903 ], [ -6.7807032, 62.0163615 ], [ -6.7805603, 62.0162489 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 45514099.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.7807914, 62.016144 ], [ -6.7806728, 62.0161774 ], [ -6.7805971, 62.0162066 ], [ -6.7805543, 62.0162148 ], [ -6.7805233, 62.0162099 ], [ -6.7804832, 62.016184 ], [ -6.7804066, 62.0161192 ], [ -6.7803915, 62.0160985 ], [ -6.7804713, 62.0160509 ], [ -6.7806082, 62.0160358 ], [ -6.7807063, 62.01603 ], [ -6.7807569, 62.0160798 ], [ -6.7807914, 62.016144 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 61961443.0, "name": null, "type": "forest" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.7792832, 62.007785 ], [ -6.7785196, 62.0079249 ], [ -6.7781672, 62.0077901 ], [ -6.7780236, 62.0077503 ], [ -6.7780432, 62.0075787 ], [ -6.7780389, 62.0074092 ], [ -6.7781346, 62.0074103 ], [ -6.778648, 62.0072959 ], [ -6.7791375, 62.0075226 ], [ -6.7792832, 62.007785 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333155.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.82447, 62.0044348 ], [ -6.8243536, 62.0044504 ], [ -6.8242899, 62.0044674 ], [ -6.8241901, 62.0044765 ], [ -6.8240847, 62.0044921 ], [ -6.824021, 62.0044843 ], [ -6.8240238, 62.0044426 ], [ -6.8239933, 62.0043893 ], [ -6.823996, 62.0043411 ], [ -6.8240293, 62.0042826 ], [ -6.8241374, 62.0042371 ], [ -6.8242677, 62.0042358 ], [ -6.8243702, 62.0042787 ], [ -6.8244617, 62.0043385 ], [ -6.8245033, 62.0043854 ], [ -6.82447, 62.0044348 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333160.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.8246122, 62.0063742 ], [ -6.8244764, 62.0063794 ], [ -6.8243822, 62.0064119 ], [ -6.8242713, 62.006477 ], [ -6.8242574, 62.0065212 ], [ -6.824202, 62.0065564 ], [ -6.8241299, 62.0065824 ], [ -6.8239997, 62.0065837 ], [ -6.8238777, 62.006585 ], [ -6.8238084, 62.0065603 ], [ -6.8237862, 62.0065199 ], [ -6.8238361, 62.0064848 ], [ -6.8238361, 62.0064523 ], [ -6.8239054, 62.0064341 ], [ -6.8239803, 62.006408 ], [ -6.8240468, 62.0063768 ], [ -6.8240856, 62.0063521 ], [ -6.8241854, 62.0063547 ], [ -6.8242463, 62.0063157 ], [ -6.8242463, 62.006274 ], [ -6.8242685, 62.0062454 ], [ -6.8243295, 62.0062311 ], [ -6.8244099, 62.006235 ], [ -6.8244986, 62.0062493 ], [ -6.8246233, 62.0062584 ], [ -6.8245956, 62.0062818 ], [ -6.8245568, 62.0063092 ], [ -6.8246039, 62.0063313 ], [ -6.8246122, 62.0063742 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333161.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.8248608, 62.0017851 ], [ -6.8247146, 62.0018461 ], [ -6.8245684, 62.0018868 ], [ -6.8244385, 62.0019122 ], [ -6.824314, 62.0018715 ], [ -6.8241949, 62.001841 ], [ -6.8241191, 62.0017953 ], [ -6.8242544, 62.00178 ], [ -6.8244277, 62.0017521 ], [ -6.8245955, 62.0017343 ], [ -6.8247308, 62.0017419 ], [ -6.8248608, 62.0017851 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333163.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.8235498, 62.0040796 ], [ -6.8234528, 62.004107 ], [ -6.8233585, 62.0041096 ], [ -6.8232421, 62.004133 ], [ -6.8231645, 62.004159 ], [ -6.8230925, 62.0041889 ], [ -6.8230897, 62.0041551 ], [ -6.8231257, 62.0041135 ], [ -6.8231867, 62.0040744 ], [ -6.8232809, 62.0040432 ], [ -6.8233669, 62.0040016 ], [ -6.8234445, 62.0039638 ], [ -6.8234805, 62.0039391 ], [ -6.8235609, 62.0039404 ], [ -6.8236135, 62.0039742 ], [ -6.8236219, 62.0040211 ], [ -6.8235498, 62.0040796 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333167.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.8225485, 62.004949 ], [ -6.8225182, 62.0049815 ], [ -6.8225182, 62.00501 ], [ -6.8224792, 62.0050364 ], [ -6.8223536, 62.0050242 ], [ -6.8223103, 62.0049978 ], [ -6.8222973, 62.0049348 ], [ -6.8222973, 62.0048828 ], [ -6.8222973, 62.0048589 ], [ -6.8222929, 62.0048474 ], [ -6.8222574, 62.0048339 ], [ -6.8222352, 62.0048162 ], [ -6.8222441, 62.0047954 ], [ -6.8222929, 62.0047881 ], [ -6.8223284, 62.0047631 ], [ -6.8224193, 62.0047434 ], [ -6.8224969, 62.0047236 ], [ -6.8225656, 62.0047132 ], [ -6.8226565, 62.0046955 ], [ -6.8227186, 62.0046955 ], [ -6.822723, 62.0047194 ], [ -6.8227607, 62.0047444 ], [ -6.8227984, 62.0047715 ], [ -6.8227652, 62.0047996 ], [ -6.8227031, 62.0048204 ], [ -6.8226521, 62.0048381 ], [ -6.8226277, 62.0048714 ], [ -6.8226033, 62.0048984 ], [ -6.8225485, 62.004949 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333169.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.8256829, 62.0030963 ], [ -6.8255339, 62.0030166 ], [ -6.8254508, 62.0029516 ], [ -6.8253919, 62.0028963 ], [ -6.8253711, 62.0028394 ], [ -6.8253468, 62.0027938 ], [ -6.8252602, 62.0027613 ], [ -6.8251979, 62.0027239 ], [ -6.8250489, 62.0026913 ], [ -6.8248618, 62.0026962 ], [ -6.8246539, 62.0026946 ], [ -6.8244772, 62.0026897 ], [ -6.824453, 62.0026491 ], [ -6.8245222, 62.0026279 ], [ -6.8246262, 62.0026295 ], [ -6.8247994, 62.0026344 ], [ -6.8248964, 62.0026149 ], [ -6.8249796, 62.0025775 ], [ -6.8249068, 62.0025433 ], [ -6.8247994, 62.0025401 ], [ -6.8247128, 62.0025092 ], [ -6.824692, 62.0024767 ], [ -6.8247128, 62.0024311 ], [ -6.8247544, 62.002384 ], [ -6.8247578, 62.00234 ], [ -6.8248618, 62.0023758 ], [ -6.8249207, 62.0024181 ], [ -6.8250073, 62.0024523 ], [ -6.8251043, 62.0024815 ], [ -6.8252498, 62.0024848 ], [ -6.8253884, 62.0024685 ], [ -6.8255097, 62.002449 ], [ -6.8255963, 62.002475 ], [ -6.8255824, 62.0025385 ], [ -6.8255617, 62.002636 ], [ -6.8255928, 62.0026962 ], [ -6.8256483, 62.0027564 ], [ -6.8256691, 62.0028345 ], [ -6.8256587, 62.0028881 ], [ -6.8256933, 62.0029532 ], [ -6.8257591, 62.0030134 ], [ -6.8257834, 62.003041 ], [ -6.825728, 62.0030719 ], [ -6.8256829, 62.0030963 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333171.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.8221058, 62.0053066 ], [ -6.8220083, 62.0053524 ], [ -6.8218405, 62.0053752 ], [ -6.8217376, 62.0053803 ], [ -6.8217593, 62.0053397 ], [ -6.8217431, 62.0052685 ], [ -6.8216185, 62.005238 ], [ -6.8214291, 62.0052075 ], [ -6.8213208, 62.0051592 ], [ -6.8212937, 62.0051059 ], [ -6.8213425, 62.0050576 ], [ -6.8214291, 62.0050195 ], [ -6.8214994, 62.0049839 ], [ -6.8215482, 62.0049458 ], [ -6.8216023, 62.0049178 ], [ -6.8217214, 62.0049407 ], [ -6.8218892, 62.0049204 ], [ -6.8219217, 62.0049737 ], [ -6.8220516, 62.0050398 ], [ -6.8221924, 62.0050576 ], [ -6.8221599, 62.0051542 ], [ -6.822057, 62.005177 ], [ -6.8220462, 62.0052329 ], [ -6.8221058, 62.0053066 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 62333172.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.8260893, 62.0035585 ], [ -6.8259715, 62.0035341 ], [ -6.8258919, 62.0035211 ], [ -6.8257914, 62.0035194 ], [ -6.8257013, 62.0035373 ], [ -6.825632, 62.0035747 ], [ -6.8255766, 62.003617 ], [ -6.8255107, 62.003656 ], [ -6.8254588, 62.0037 ], [ -6.8253964, 62.0037488 ], [ -6.8252855, 62.0037683 ], [ -6.8252024, 62.0037585 ], [ -6.8251608, 62.0037309 ], [ -6.8250811, 62.0037032 ], [ -6.8249772, 62.0036918 ], [ -6.8248906, 62.0036674 ], [ -6.8248421, 62.003643 ], [ -6.824849, 62.0036024 ], [ -6.8249079, 62.0035829 ], [ -6.8250049, 62.0035438 ], [ -6.8251192, 62.0035162 ], [ -6.8252613, 62.0034771 ], [ -6.8254276, 62.0034674 ], [ -6.8256078, 62.0034609 ], [ -6.8257879, 62.0034414 ], [ -6.8259542, 62.00343 ], [ -6.8261275, 62.0034235 ], [ -6.8262383, 62.003417 ], [ -6.8262707, 62.0034311 ], [ -6.8262565, 62.003447 ], [ -6.8261927, 62.0034617 ], [ -6.8261473, 62.003483 ], [ -6.8261373, 62.003521 ], [ -6.826109, 62.0035476 ], [ -6.8260893, 62.0035585 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 64498850.0, "name": null, "type": "forest" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.7685227, 62.0238972 ], [ -6.7689228, 62.0247249 ], [ -6.7692011, 62.0251618 ], [ -6.7699155, 62.0261131 ], [ -6.7700045, 62.026308 ], [ -6.7700509, 62.0266005 ], [ -6.769947, 62.0268859 ], [ -6.7697281, 62.0271453 ], [ -6.7694609, 62.0273837 ], [ -6.769216, 62.0275439 ], [ -6.7690527, 62.0276196 ], [ -6.7687669, 62.0277292 ], [ -6.7680359, 62.027925 ], [ -6.7671614, 62.0282082 ], [ -6.7668325, 62.0283263 ], [ -6.7662613, 62.0286577 ], [ -6.7659882, 62.0287847 ], [ -6.7654384, 62.0289785 ], [ -6.7650869, 62.0288827 ], [ -6.7643317, 62.0288292 ], [ -6.7641452, 62.028729 ], [ -6.7642721, 62.0284733 ], [ -6.7641422, 62.0283428 ], [ -6.763966, 62.0281948 ], [ -6.7636088, 62.0279805 ], [ -6.7638547, 62.0278946 ], [ -6.7635021, 62.0276585 ], [ -6.7632586, 62.0276977 ], [ -6.7628759, 62.0274127 ], [ -6.7641005, 62.0270983 ], [ -6.7642049, 62.0270406 ], [ -6.7654596, 62.027999 ], [ -6.7661855, 62.0278511 ], [ -6.7661832, 62.0277586 ], [ -6.7665701, 62.027727 ], [ -6.766955, 62.0275277 ], [ -6.7673801, 62.0274685 ], [ -6.7679623, 62.0273271 ], [ -6.7680179, 62.0271563 ], [ -6.7673569, 62.0271584 ], [ -6.767728, 62.0267472 ], [ -6.7678393, 62.0264839 ], [ -6.767902, 62.0261391 ], [ -6.7679484, 62.0258584 ], [ -6.768062, 62.0255462 ], [ -6.768229, 62.0253068 ], [ -6.7682962, 62.0250762 ], [ -6.7681756, 62.02453 ], [ -6.7682086, 62.0239565 ], [ -6.7685227, 62.0238972 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 170066374.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.7855444, 62.0330222 ], [ -6.785457, 62.0329633 ], [ -6.7850906, 62.0329759 ], [ -6.7847822, 62.0329774 ], [ -6.7845658, 62.0328453 ], [ -6.7844547, 62.0327776 ], [ -6.7841679, 62.0326645 ], [ -6.7839529, 62.0324438 ], [ -6.7839228, 62.0324129 ], [ -6.7839754, 62.0322544 ], [ -6.7842801, 62.0322222 ], [ -6.7845434, 62.032274 ], [ -6.7848353, 62.0323575 ], [ -6.7850676, 62.0324033 ], [ -6.7852292, 62.0324652 ], [ -6.7853452, 62.0325201 ], [ -6.7854243, 62.032597 ], [ -6.7855418, 62.0326675 ], [ -6.7856828, 62.033035 ], [ -6.7855444, 62.0330222 ] ] ] } }
,
{ "type": "Feature", "properties": { "osm_id": 180146896.0, "name": null, "type": "water" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.797101, 62.007187 ], [ -6.7971083, 62.0072297 ], [ -6.7971051, 62.0073022 ], [ -6.7971019, 62.0073731 ], [ -6.7971598, 62.0074275 ], [ -6.7972402, 62.0074682 ], [ -6.7973688, 62.007518 ], [ -6.7975393, 62.0075543 ], [ -6.7975457, 62.007595 ], [ -6.7974878, 62.0076026 ], [ -6.7973624, 62.0076116 ], [ -6.797208, 62.0076267 ], [ -6.7970118, 62.0076464 ], [ -6.7968671, 62.0076267 ], [ -6.7966934, 62.007583 ], [ -6.7965744, 62.0075256 ], [ -6.7964233, 62.0074999 ], [ -6.7963236, 62.0074969 ], [ -6.7961462, 62.0073786 ], [ -6.797101, 62.007187 ] ] ] } }
]
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment