JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
165 stars 54 forks source link

Hook up vectors of Points and vectors of those to GeoInterface #194

Open asinghvi17 opened 1 year ago

asinghvi17 commented 1 year ago

Vector{Point} is a LineString Vector{Vector{Point}} is a MultiLineString

Need this for the generic datashader thing :)

rafaqz commented 1 year ago

Isn't it ambiguous what a vector of points is though? It could be a MultiPoint or a LineString or a LinearRing...

Why not just wrap them before use?

SimonDanisch commented 1 year ago

If we implement the bin counting with OpenGL, we could just use all of the normal rendering pipeline

rafaqz commented 1 year ago

Also this is directly clashing with my other PR... I was removing vectors completely as geometries :sweat_smile: