Factual / geo

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

Rename proj4-string? to proj4-str? for API consistency #42

Closed willcohen closed 6 years ago

willcohen commented 6 years ago

The CRS namespace has a naming convention of epsg-str? and create-crs-int, so proj4-string? would need to be named proj4-str? for consistency. We can (def proj4-string? proj4-str?) so existing code doesn't break, but it may also be good to consider that function name deprecated until at least the next breaking major version.

worace commented 6 years ago

works for me