Skip to content

Instantly share code, notes, and snippets.

@oneluiz
Last active October 11, 2018 05:07
Show Gist options
  • Save oneluiz/e90f2de72a3771deeee192a8c7181cba to your computer and use it in GitHub Desktop.
Save oneluiz/e90f2de72a3771deeee192a8c7181cba to your computer and use it in GitHub Desktop.

Revisions

  1. oneluiz revised this gist Oct 11, 2018. 1 changed file with 15 additions and 0 deletions.
    15 changes: 15 additions & 0 deletions cuentas.json
    Original file line number Diff line number Diff line change
    @@ -53,6 +53,21 @@
    ]
    ]
    }
    },
    {
    "type": "Feature",
    "properties": {
    "marker-color": "#f5ba07",
    "marker-size": "medium",
    "marker-symbol": ""
    },
    "geometry": {
    "type": "Point",
    "coordinates": [
    -85.43818473815917,
    10.62956584126984
    ]
    }
    }
    ]
    }
  2. oneluiz revised this gist Oct 11, 2018. 1 changed file with 56 additions and 20 deletions.
    76 changes: 56 additions & 20 deletions cuentas.json
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,58 @@
    {
    "items": [
    {
    "cedula": "1",
    "nombre": "Melinda",
    "correo": "[email protected]",
    "usuario": "Robinson"
    },
    {
    "cedula": "2",
    "nombre": "Hannah",
    "correo": "[email protected]",
    "usuario": "Nichols"
    },
    {
    "cedula": "3",
    "nombre": "Rhonda",
    "correo": "[email protected]",
    "usuario": "Cobb"
    }
    ]
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {
    "stroke": "#ff0000",
    "stroke-width": 2,
    "stroke-opacity": 1
    },
    "geometry": {
    "type": "LineString",
    "coordinates": [
    [
    -85.44346332550049,
    10.626824198535438
    ],
    [
    -85.43359279632568,
    10.631421708531386
    ],
    [
    -85.43402194976807,
    10.631970030790203
    ],
    [
    -85.44286251068115,
    10.628131754294879
    ],
    [
    -85.44316291809082,
    10.628890977650158
    ],
    [
    -85.44342041015624,
    10.629692378032452
    ],
    [
    -85.4438066482544,
    10.630409418696528
    ],
    [
    -85.44466495513916,
    10.632096566556193
    ],
    [
    -85.44672489166258,
    10.631042100236732
    ],
    [
    -85.44384956359863,
    10.626571122580451
    ]
    ]
    }
    }
    ]
    }
  3. oneluiz created this gist Jul 10, 2018.
    22 changes: 22 additions & 0 deletions cuentas.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    {
    "items": [
    {
    "cedula": "1",
    "nombre": "Melinda",
    "correo": "[email protected]",
    "usuario": "Robinson"
    },
    {
    "cedula": "2",
    "nombre": "Hannah",
    "correo": "[email protected]",
    "usuario": "Nichols"
    },
    {
    "cedula": "3",
    "nombre": "Rhonda",
    "correo": "[email protected]",
    "usuario": "Cobb"
    }
    ]
    }