Skip to content

Instantly share code, notes, and snippets.

@jaisonoh
jaisonoh / convenience.js
Last active August 29, 2015 14:07
marketmapConvenience.js
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"letter": "toilet",
"color": "aqua",
"opacity": "0.6",
"weight": "0",
@jaisonoh
jaisonoh / marketDrawing.js
Last active August 29, 2015 14:07
marketDrawing.js
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"letter": "b1",
"color": "blue",
"opacity": "0.6",
"weight": "0"
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"letter": "G",
"color" : "grey",
"stroke": "black",
"opacity": "0.2",