Fix casing of GeoJSON/TopoJSON (#19029)
This commit is contained in:
@@ -69,7 +69,7 @@ We use [Linguist](https://github.com/github/linguist) to perform language detect
|
|||||||
{% ifversion mermaid %}
|
{% ifversion mermaid %}
|
||||||
## Creating diagrams
|
## Creating diagrams
|
||||||
|
|
||||||
You can also use code blocks to create diagrams in Markdown. GitHub supports Mermaid, geoJSON, topoJSON, and ASCII STL syntax. For more information, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."
|
You can also use code blocks to create diagrams in Markdown. GitHub supports Mermaid, GeoJSON, TopoJSON, and ASCII STL syntax. For more information, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
## Further reading
|
## Further reading
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ graph TD;
|
|||||||
|
|
||||||
{% endnote %}
|
{% endnote %}
|
||||||
|
|
||||||
## Creating geoJSON and topoJSON maps
|
## Creating GeoJSON and TopoJSON maps
|
||||||
|
|
||||||
You can use geo/topoJSON syntax to create interactive maps. To create a map, add geoJSON or topoJSON inside a fenced code block with the `geojson` or `topojson` syntax identifier. For more information, see "[Creating and highlighting code blocks](/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks)."
|
You can use GeoJSON/TopoJSON syntax to create interactive maps. To create a map, add GeoJSON or TopoJSON inside a fenced code block with the `geojson` or `topojson` syntax identifier. For more information, see "[Creating and highlighting code blocks](/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks)."
|
||||||
|
|
||||||
### Using geoJSON
|
### Using GeoJSON
|
||||||
|
|
||||||
For example, you can create a simple map:
|
For example, you can create a simple map:
|
||||||
|
|
||||||
@@ -77,9 +77,9 @@ For example, you can create a simple map:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Using topoJSON
|
### Using TopoJSON
|
||||||
|
|
||||||
For example, you can create a simple topoJSON map:
|
For example, you can create a simple TopoJSON map:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
```topojson
|
```topojson
|
||||||
|
|||||||
@@ -208,7 +208,7 @@
|
|||||||
description: A format for describing gem dependencies for Ruby programs.
|
description: A format for describing gem dependencies for Ruby programs.
|
||||||
- term: GET
|
- term: GET
|
||||||
description: A type of method in the REST API
|
description: A type of method in the REST API
|
||||||
- term: geoJSON
|
- term: GeoJSON
|
||||||
description: A format for encoding a variety of geographic data structures.
|
description: A format for encoding a variety of geographic data structures.
|
||||||
- term: GitHub Marketplace Developer Agreement
|
- term: GitHub Marketplace Developer Agreement
|
||||||
description: An agreement users sign when using GitHub Marketplace.
|
description: An agreement users sign when using GitHub Marketplace.
|
||||||
@@ -618,7 +618,7 @@
|
|||||||
description: >-
|
description: >-
|
||||||
Can be used in place of a password. Tokens can be personal access tokens,
|
Can be used in place of a password. Tokens can be personal access tokens,
|
||||||
OAuth tokens, or API tokens.
|
OAuth tokens, or API tokens.
|
||||||
- term: topoJSON
|
- term: TopoJSON
|
||||||
description: An extension of GeoJSON that encodes topology.
|
description: An extension of GeoJSON that encodes topology.
|
||||||
- term: TOTP application
|
- term: TOTP application
|
||||||
description: >-
|
description: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user