geojs 1.6.3 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.6.4
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fix the priority of styles used for tracks ([#1169](../../pull/1169))
8
+
9
+ ## Version 1.6.3
10
+
11
+ ### Improvements
12
+
13
+ - Update option for addAnnotation ([#1161](../../pull/1161))
14
+
3
15
  ## Version 1.6.2
4
16
 
5
17
  ### Bug Fixes
package/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  [![Build Status](https://github.com/opengeoscience/geojs/actions/workflows/main.yml/badge.svg)](https://github.com/opengeoscience/geojs/actions)
4
4
  [![codecov.io](https://codecov.io/github/OpenGeoscience/geojs/coverage.svg?branch=master)](https://codecov.io/github/OpenGeoscience/geojs?branch=master)
5
5
  [![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.15459-blue)](https://dx.doi.org/10.5281/zenodo.15459)
6
- [![Gitter](https://badges.gitter.im/OpenGeoscience/geojs.svg)](https://gitter.im/OpenGeoscience/geojs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
6
+ [![npm published version](https://img.shields.io/npm/v/geojs.svg)](https://www.npmjs.com/package/geojs)
7
+ [![Gitter](https://badges.gitter.im/OpenGeoscience/geojs.svg)](https://gitter.im/OpenGeoscience/geojs)
7
8
 
8
9
  GeoJS is intended to bridge the gap between
9
10
  [GIS](https://en.wikipedia.org/wiki/Geographic_information_system),[Scientific Visualization](https://en.wikipedia.org/wiki/Scientific_visualization), and
@@ -38,15 +39,19 @@ Documentation
38
39
  =============
39
40
  You can find more information on GeoJS installation and usage in our [Documentation](https://geojs.readthedocs.org/en/latest/index.html).
40
41
 
42
+ There are some additional resources:
43
+
44
+ - [Quick-Start Guide](docs/quickstart.rst)
45
+ - [Provisioning for Development](docs/provisioning.rst)
46
+ - [Developer's Guide](docs/developers.rst)
47
+ - [User's Guide](docs/users.rst)
48
+ - [Examples](https://opengeoscience.github.io/geojs/examples)
49
+ - [Tutorials](https://opengeoscience.github.io/geojs/tutorials)
50
+ - [API Documentation](https://opengeoscience.github.io/geojs/apidocs)
41
51
 
42
52
  Support
43
53
  =======
44
- We would love to get your feedback and bug reports. Please send us an email at
45
- [geojs-developers](https://public.kitware.com/mailman/listinfo/geojs-developers)
46
- for questions related to feature requests, roadmap or in-depth
47
- technical discussions. Use [geojs-users](https://public.kitware.com/mailman/listinfo/geojs-users)
48
- if you have general questions or bug reports on GeoJS.
49
-
54
+ We would love to get your feedback and bug reports. Please use GitHub issues.
50
55
 
51
56
  Get Involved
52
57
  ============
@@ -56,5 +61,5 @@ source software.
56
61
 
57
62
  Related Efforts
58
63
  ===============
59
- GeoJS has been used in various Girder [girder] (https://github.com/girder) based applications such
60
- as [Dansfield-App](https://github.com/Kitware/Danesfield-App) and [DIVE] (https://github.com/Kitware/dive).
64
+ GeoJS has been used in various Girder [girder](https://github.com/girder) based applications such
65
+ as [Dansfield-App](https://github.com/Kitware/Danesfield-App) and [DIVE](https://github.com/Kitware/dive).