PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas
MIT License
878 stars 112 forks source link

Fix longitude and latitude values checking #115

Closed vroger11 closed 2 years ago

vroger11 commented 3 years ago

Minimum values for latitude and longitude must be included in possible values. For example, the North Pole has a latitude of 90 degrees and South Pole of -90 degrees.

PatrikHlobil commented 2 years ago

Thanks for the fix. looks good. I will merge it and release it soon.