File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.2.1
2
+
3
+ Small documentation link fixes.
4
+
1
5
## 1.2.0
2
6
3
7
[ geodata release 1.2.0] ( https://github.com/navibyte/geospatial/milestone/4 )
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Add the dependency in your `pubspec.yaml`:
154
154
155
155
``` yaml
156
156
dependencies :
157
- geodata : ^1.2.0
157
+ geodata : ^1.2.1
158
158
` ` `
159
159
160
160
Import it:
@@ -170,10 +170,11 @@ Other documentation:
170
170
171
171
> 📚 ** Concepts** : If coordinates, geometries, features and feature collections
172
172
> are unfamiliar concepts, you might want to read more about
173
- > [ geometries] ( https://pub.dev/packages/geobase#geometries ) ,
174
- > [ geospatial features] ( https://pub.dev/packages/geobase#geospatial-features )
175
- > and [ GeoJSON] ( https://pub.dev/packages/geobase#vector-data-formats ) in the
176
- > documentation of the [ geobase] ( https://pub.dev/packages/geobase ) package.
173
+ > [ geometries] ( https://geospatial.navibyte.dev/v1/geobase/geometry/ ) ,
174
+ > [ geospatial features] ( https://geospatial.navibyte.dev/v1/geobase/features/ )
175
+ > and [ GeoJSON] ( https://geospatial.navibyte.dev/v1/geobase/formats/#geojson ) in
176
+ > the [ geobase] ( https://geospatial.navibyte.dev/v1/geobase/ ) package
177
+ > documentation.
177
178
>
178
179
> 🚀 ** Samples** :
179
180
> The [ Geospatial demos for Dart] ( https://github.com/navibyte/geospatial_demos )
Original file line number Diff line number Diff line change 1
1
name : geodata
2
2
description : A geospatial client to read GeoJSON and OGC API Features data sources.
3
- version : 1.2.0
3
+ version : 1.2.1
4
4
repository : https://github.com/navibyte/geospatial
5
5
homepage : https://geospatial.navibyte.dev/
6
6
You can’t perform that action at this time.
0 commit comments