Skip to content

Commit

Permalink
Update to the latest proj4.
Browse files Browse the repository at this point in the history
proj4 now uses rollup, which changes how it gets imported.

proj4 is now pickier about coordinates.  Before it accepted a string and
cast it to a float.  Now it must be cast before hand.
  • Loading branch information
manthey committed Jul 24, 2018
1 parent 2cee9bd commit 8843328
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 116 deletions.
2 changes: 1 addition & 1 deletion docs/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ list of libraries used by GeoJS.
+---------------------------+------------+---------------------------+
| Library | Version | Component |
+===========================+============+===========================+
| `proj4`_ | 2.3 | Core |
| `proj4`_ | 2.4 | Core |
+---------------------------+------------+---------------------------+
| `GL matrix`_ | 2.1 | Core, GL renderer |
+---------------------------+------------+---------------------------+
Expand Down
Loading

0 comments on commit 8843328

Please sign in to comment.