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
* 🗺️ coordinate projections (web mercator + based on the external [proj4dart](https://pub.dev/packages/proj4dart) library)
38
38
* 🔢 tiling schemes and tile matrix sets (web mercator, global geodetic)
39
39
40
40
Key features of the [geodata](https://pub.dev/packages/geodata) package:
41
41
42
-
* 🪄 Client-side data source abstraction for geospatial feature service Web APIs
43
-
* 🌐 The [GeoJSON](https://geojson.org/) client to read features from static web resources and local files
44
-
* 🌎 The [OGC API Features](https://ogcapi.ogc.org/features/) client to access metadata and feature items from a compliant geospatial Web API providing GeoJSON data
42
+
* 🪄 Client-side data source abstraction for geospatial feature service Web APIs.
43
+
* 🌐 The [GeoJSON](https://geojson.org/) client to read features from static web resources and local files, supports also [Newline-delimited GeoJSON](https://stevage.github.io/ndgeojson/) data.
44
+
* 🌎 The [OGC API Features](https://ogcapi.ogc.org/features/) client to access metadata and feature items from a compliant geospatial Web API providing GeoJSON data.
45
45
46
46
Client-side support for the OGC API Features standard:
Copy file name to clipboardExpand all lines: dart/geodata/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Geospatial feature service Web APIs with support for
14
14
15
15
Key features:
16
16
17
-
* 🪄 Client-side data source abstraction for geospatial feature service Web APIs
18
-
* 🌐 The [GeoJSON](https://geojson.org/) client to read features from static web resources and local files
19
-
* 🌎 The [OGC API Features](https://ogcapi.ogc.org/features/) client to access metadata and feature items from a compliant geospatial Web API providing GeoJSON data
17
+
* 🪄 Client-side data source abstraction for geospatial feature service Web APIs.
18
+
* 🌐 The [GeoJSON](https://geojson.org/) client to read features from static web resources and local files, supports also [Newline-delimited GeoJSON](https://stevage.github.io/ndgeojson/) data.
19
+
* 🌎 The [OGC API Features](https://ogcapi.ogc.org/features/) client to access metadata and feature items from a compliant geospatial Web API providing GeoJSON data.
20
20
21
21
Client-side support for the OGC API Features standard:
0 commit comments