Factual / geo

Clojure library for working with geohashes, polygons, and other world geometry
Eclipse Public License 1.0
301 stars 17 forks source link

H3 3.6, proj4j 1.1.0, and prep for 3.0 release #61

Closed willcohen closed 5 years ago

willcohen commented 5 years ago

This bumps h3 to 3.6, and modifies the protocol and adds functions to accommodate the new functionality available upstream. It also modifies travis to use jdk13 versus jdk12 now that jdk13 is the latest non-lts release.

proj4j's release date for 1.1.0 now looks like it may be pushed back to October 15. Whenever it releases I'll add a PR from that and we can get 3.0 out the door.

willcohen commented 5 years ago

@worace Actually, looks like proj4j 1.1.0 got released later yesterday. Since this PR is still open I'm just adding it in here too.

willcohen commented 5 years ago

Yeah -- the diff is a little noisy, but doesn't seem so bad as long as the docs only get built for each release.