This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: https://www.wikidata.org/wiki/Q647092 Intesa Bank might possibly be replaced by Q1343118 | |
Warning: https://www.wikidata.org/wiki/Q4854143 Bancpost might possibly be replaced by Q806161 | |
Warning: https://www.wikidata.org/wiki/Q95984154 BB&T might possibly be replaced by Q795486 | |
Warning: https://www.wikidata.org/wiki/Q3821055 Caja Duero might possibly be replaced by Q8254950 | |
Q2931752 "الصندوق الوطني للتوفير والاحتياط" adding missing tag brand:wikipedia = ar:الصندوق الوطني للتوفير والاحتياط | |
Warning: https://www.wikidata.org/wiki/Q9256201 Eurobank might possibly be replaced by Q4855947 | |
Q5453817 "First State Bank (West Nebraska and Omaha)" adding missing tag brand:wikipedia = en:1st State Bank - 1st.BANK | |
Q16976594 "Fulton Bank" adding missing tag brand:wikipedia = en:Fulton Bank | |
Q8072576 "Zions Bank" adding missing tag brand:wikipedia = en:Zions Bank | |
Warning: https://www.wikidata.org/wiki/Q4086829 B&N Bank might possibly be replaced by Q4327204 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"shop": { | |
"craft": { | |
"A.C. Moore": { | |
"id": "acmoore-286374", | |
"locationSet": {"include": ["us"]}, | |
"oldid": "shop/craft|A.C. Moore", | |
"tags": { | |
"brand": "A.C. Moore", | |
"brand:wikidata": "Q4647066", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// debug | |
var gj = rtree.all().map(function(d) { | |
return { type: 'Polygon', coordinates: [[ | |
[d[0], d[1]], [d[2], d[1]], [d[2], d[3]], [d[0], d[3]], [d[0], d[1]] | |
]]}; | |
}); | |
var debug = label.selectAll('.layer-debug').data([0]); | |
debug.enter() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>SVG Swarm</title> | |
<style> | |
svg { | |
position: absolute; | |
top: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>SVG Swarm</title> | |
<style> | |
svg { | |
position: absolute; | |
top: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>SVG Swarm</title> | |
<style> | |
svg { | |
position: absolute; | |
top: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>SVG Swarm</title> | |
<style> | |
svg { | |
position: absolute; | |
top: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>SVG Swarm</title> | |
<style> | |
svg { | |
position: absolute; | |
top: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
['touchstart', 'touchend', 'touchcancel', | |
'mousedown', 'mouseup', | |
'click', 'dblclick', 'contextmenu', | |
'dragstart', 'dragend', | |
'movestart', 'moveend', | |
'zoomstart', 'zoomend', | |
'rotatestart', 'rotateend', | |
'pitchstart', 'pitchend', | |
'boxzoomstart', 'boxzoomend', 'boxzoomcancel' | |
].forEach(function (type) { |
NewerOlder