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: readme.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,7 @@ The library is able to recognize:
297
297
-`Shapefile`
298
298
-`Shapefile` inside `zip` archive
299
299
-`GeoTIFF`
300
+
-`GeoPackage` format version 1.2 (can contain both vector and raster data, but will be reported as vector)
300
301
- Styled Layer Descriptor `SLD` files for layer styles in XML format
301
302
302
303
You can check if a file is supported using
@@ -350,6 +351,10 @@ docker-compose -f ./tests/docker-compose.yml up -d
350
351
vendor/bin/phpunit
351
352
```
352
353
354
+
**Notes on testing files**
355
+
356
+
- The GeoPackage testing file was copied from [github.com/ngageoint/geopackage-js](https://github.com/ngageoint/geopackage-js/blob/master/test/fixtures/rivers.gpkg)
357
+
353
358
## Contributing
354
359
355
360
Hey, we're accepting Pull Requests. Please target your pull request to the `master` branch.
0 commit comments