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: articles/azure-maps/spatial-io-supported-data-format-details.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ manager: philmea
11
11
---
12
12
# Supported data format details
13
13
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.
15
15
16
16
## Supported XML namespaces
17
17
@@ -33,7 +33,7 @@ The spatial IO module supports XML tags from the following namespaces.
33
33
34
34
## Supported XML elements
35
35
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.
37
37
38
38
### KML elements
39
39
@@ -59,7 +59,7 @@ The spatial IO module supports the following KML elements.
59
59
|`east`| yes | yes ||
60
60
|`end`| yes | yes ||
61
61
|`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. |
@@ -242,7 +242,7 @@ The spatial IO module supports the following GML elements.
242
242
- 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.
243
243
-`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.
244
244
- 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.
246
246
247
247
### GPX elements
248
248
@@ -337,7 +337,7 @@ When writing;
337
337
338
338
## Delimited spatial data support
339
339
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.
0 commit comments