Como_desenhar_um_poligono_em_um_mapa_dentro_do_github_readme

Como desenhar um poligono em um mapa, dentro do Github README.md

Unform

Exemplo

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
              [-90,35],
              [-90,30],
              [-85,30],
              [-85,35],
              [-90,35]
          ]
        ]
      }
    }
  ]
}

Exemplo Code

type: geojson

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
              [-90,35],
              [-90,30],
              [-85,30],
              [-85,35],
              [-90,35]
          ]
        ]
      }
    }
  ]
}

My Profile Resume

|
Govinda
| | :—: |

<$- HashTags -$>

#Geo #Poligono #Spatial #Geopandas #GIS #GIS_GUIs #polygon #GeoJSON

My Profile Resume

|
Govinda
| | :—: |

Unform

Links

  • Outro exemplio de implementação : https://github.com/govinda777/blog/blob/main/README-Components.md#mapas-geofraficos-mapas-do-geojson-e-topojson

  • Documentação README.md Markdown : https://docs.github.com/pt/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

  • Outra documentação sobre Markdown : https://docs.pipz.com/central-de-ajuda/learning-center/guia-basico-de-markdown#open

  • Documentação Discord Markdown : https://www.markdownguide.org/tools/discord/

"Buy Me A Coffee"

Written on July 20, 1990