GispoCoding / ipygis

GIS utils for Jupyter Notebook
MIT License
6 stars 0 forks source link

Fix geom_type crashing #11

Open Rikuoja opened 3 years ago

Rikuoja commented 3 years ago

Sometimes, a geodataframe in QueryResult will have its geometry column dtype mysteriously changed to object (instead of geometry). This will crash geom_type and generate_map. Will fix this one way or the other.

Rikuoja commented 3 years ago

Looks like KeplerGL will change column dtype from geometry to object when plotting map.

Only plot each query result once, or do some workaround here.