Anshul Singhvi
Anshul Singhvi
Huh thanks for the report, I can replicate. Maybe some lines are being plotted accidentally or something? Will have to look into it
Oh that's the ticklines from GeoAxis 🤣 Not particularly good ticklines though. More of a GeoMakie issue. But you could turn them off anyway. Specifically, the improvement that needs to...
I'm presuming that they were written before `makedocs` if that's the case. What happens if you write the example files after `makedocs` but before `deploydocs`?
so the thing to do here is to place the assets in the `src/public` folder, then they will be deployed by Vitepress at the top level.
That's too specific IMO - best to try to call anything that doesn't have an explicit dispatch in a selector
Because if < works why not any fix, and why not `x -> x isa T`?
Ah yeah that's true, I probably forgot that when writing this :D
You can pass the geometry column of a dataframe to GeoMakie and it should just work.
ah yeah, somehow the type doesn't union to `GeoJSON.AbstractGeometry`, which is a bummer. In this case you can do something like this: https://github.com/MakieOrg/GeoMakie.jl/blob/3ba224449aea3c78d81931b5a9a177be360d1ec6/src/conversions.jl#L16 basically forcibly convert all of your geometries...
I'm not sure that GeoMakie would accept a geometrycollection, given that it has to go to multiple plot types. Perhaps after Makie v0.21 once we figure out this specapi thing......