Skip to content

Instantly share code, notes, and snippets.

@msr8
Last active February 17, 2024 11:13
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 msr8/1ee984e57e1d6c0dd6286e51660e66a3 to your computer and use it in GitHub Desktop.
Save msr8/1ee984e57e1d6c0dd6286e51660e66a3 to your computer and use it in GitHub Desktop.
Github Markdown stuff
> [!NOTE]  
> Highlights information that users should take into account, even when skimming

> [!TIP]
> Optional information to help a user be more successful

> [!IMPORTANT]  
> Crucial information necessary for users to succeed

> [!WARNING]  
> Critical content demanding immediate user attention due to potential risks

> [!CAUTION]
> Negative potential consequences of an action

Note

Highlights information that users should take into account, even when skimming

Tip

Optional information to help a user be more successful

Important

Crucial information necessary for users to succeed

Warning

Critical content demanding immediate user attention due to potential risks

Caution

Negative potential consequences of an action




{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
              [-90,35],
              [-90,30],
              [-85,30],
              [-85,35],
              [-90,35]
          ]
        ]
      }
    }
  ]
}
{
  "type": "Topology",
  "transform": {
    "scale": [0.0005000500050005, 0.00010001000100010001],
    "translate": [100, 0]
  },
  "objects": {
    "example": {
      "type": "GeometryCollection",
      "geometries": [
        {
          "type": "Point",
          "properties": {"prop0": "value0"},
          "coordinates": [4000, 5000]
        },
        {
          "type": "LineString",
          "properties": {"prop0": "value0", "prop1": 0},
          "arcs": [0]
        },
        {
          "type": "Polygon",
          "properties": {"prop0": "value0",
            "prop1": {"this": "that"}
          },
          "arcs": [[1]]
        }
      ]
    }
  },
  "arcs": [[[4000, 0], [1999, 9999], [2000, -9999], [2000, 9999]],[[0, 0], [0, 9999], [2000, 0], [0, -9999], [-2000, 0]]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment