You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/app/components/help/ExportFormats.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ export default () =>
101
101
</ul>
102
102
</div>
103
103
<div>
104
-
<h2id="gpkg">GeoJSON .geojson</h2>
104
+
<h2id="geojson">GeoJSON .geojson</h2>
105
105
<p>
106
106
GeoJSON is an open standard geospatial data interchange format that represents simple geographic features and their nonspatial attributes. Based on JavaScript Object Notation (JSON), GeoJSON is a format for encoding a variety of geographic data structures. It uses a geographic coordinate reference system, World Geodetic System 1984, and units of decimal degrees.
107
107
</p>
@@ -142,7 +142,7 @@ export default () =>
142
142
</ul>
143
143
</div>
144
144
<div>
145
-
<h2id="gpkg">FlatGeobuf .fgb</h2>
145
+
<h2id="fgb">FlatGeobuf .fgb</h2>
146
146
<p>
147
147
FlatGeobuf is a binary file format for storing geospatial vector data in a compact and efficient manner. It uses a hierarchical structure to organize features into layers, and stores attribute data in a separate file.
148
148
</p>
@@ -183,7 +183,7 @@ export default () =>
183
183
</ul>
184
184
</div>
185
185
<div>
186
-
<h2id="gpkg">CSV .csv</h2>
186
+
<h2id="csv">CSV .csv</h2>
187
187
<p>
188
188
CSV is a file format for storing tabular data in plain text format. Each row of data represents a record, and each column represents a field of that record. CSV files are widely used because they are simple and easy to create and manipulate, making them a popular choice for data exchange. </p>
189
189
<h4>
@@ -203,7 +203,7 @@ export default () =>
203
203
</ul>
204
204
</div>
205
205
<div>
206
-
<h2id="gpkg">SQL .sql</h2>
206
+
<h2id="sql">SQL .sql</h2>
207
207
<p>
208
208
SQL files are plain text files that contain SQL commands to create, modify or interact with a relational database. They can be used to define database schemas, constraints, and indexes, as well as to insert, update, and query data.
0 commit comments