Skip to content

Commit 18e47d1

Browse files
author
farah-alyasari
committed
spatial-io-supported-data-format-details check
1 parent bfe1f0e commit 18e47d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-maps/spatial-io-supported-data-format-details.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ manager: philmea
1111
---
1212
# Supported data format details
1313

14-
This article provides specifics on the read and write support for all XML tags and Well Known Text geometry types. Details are provided on how delimited spatial data is parsed in the spatial IO module.
14+
This article provides specifics on the read and write support for all XML tags and Well Known Text geometry types. It also details the way delimited spatial data is parsed in the spatial IO module.
1515

1616
## Supported XML namespaces
1717

@@ -33,7 +33,7 @@ The spatial IO module supports XML tags from the following namespaces.
3333

3434
## Supported XML elements
3535

36-
The spatial IO module supports the following XML elements. Any XML tags that aren't supported will be converted into a JSON object and added to as a property in the `properties` field of the parent shape or layer.
36+
The spatial IO module supports the following XML elements. Any XML tags that aren't supported will be converted into a JSON object. Then, each tag will be added as a property in the `properties` field of the parent shape or layer.
3737

3838
### KML elements
3939

@@ -59,7 +59,7 @@ The spatial IO module supports the following KML elements.
5959
| `east` | yes | yes | |
6060
| `end` | yes | yes | |
6161
| `ExtendedData` | yes | yes | Supports untyped `Data`, `SimpleData` or `Schema`, and entity replacements of the form `$[dataName]`. |
62-
| `extrude` | partial | partial | Only supported for polygons. MultiGeometry that have polygons of different heights will be broken out into individual features. Line styles aren't supported. Polygons with an altitude of 0 will be rendered as a flat polygon. When reading, the altitude of the first coordinate in the exterior ring will be added as a height property of the polygon. Then, the altitude of the first coordinate will be used to render the polygon accordingly on the map. |
62+
| `extrude` | partial | partial | Only supported for polygons. MultiGeometry that have polygons of different heights will be broken out into individual features. Line styles aren't supported. Polygons with an altitude of 0 will be rendered as a flat polygon. When reading, the altitude of the first coordinate in the exterior ring will be added as a height property of the polygon. Then, the altitude of the first coordinate will be used to render the polygon on the map. |
6363
| `fill` | yes | yes | |
6464
| `Folder` | yes | yes | |
6565
| `GroundOverlay` | yes | yes | `color` isn't supported |
@@ -242,7 +242,7 @@ The spatial IO module supports the following GML elements.
242242
- Member elements will be searched for a geometry that may be buried within child elements. This search operation is necessary as many XML formats that extend from GML may not place a geometry as a direct child of a member element.
243243
- `srsName` is partially supported for WGS84 coordinates and the following codes:[EPSG:4326](https://epsg.io/4326)), and web mercator ([EPSG:3857](https://epsg.io/3857) or one of its alternative codes. Any other coordinate system will be parsed as WGS84 as-is.
244244
- Unless specified when reading an XML feed, the axis order is determined based on hints in the XML feed. A preference is given for the "latitude, longitude" axis order.
245-
- Unless a custom GML namespace is specified for the properties when writing to a GML file, additional property information will not be added to the GML file.
245+
- Unless a custom GML namespace is specified for the properties when writing to a GML file, additional property information will not be added.
246246

247247
### GPX elements
248248

@@ -337,7 +337,7 @@ When writing;
337337

338338
## Delimited spatial data support
339339

340-
Delimited spatial data, such as comma-separated value files (CSV), often have columns that contain spatial data. There could be columns that contain latitude and longitude information. In Well Known Text format, there could be a column that contains spatial geometry data.
340+
Delimited spatial data, such as comma-separated value files (CSV), often have columns that contain spatial data. For example, there could be columns that contain latitude and longitude information. In Well Known Text format, there could be a column that contains spatial geometry data.
341341

342342
### Spatial data column detection
343343

0 commit comments

Comments
 (0)