geoverview icon indicating copy to clipboard operation
geoverview copied to clipboard

Quick geojson overview and summary

Results 4 geoverview issues
Sort by recently updated
recently updated
newest added

It could be interesting to offer another API that would allow to: - expose the [Map](https://github.com/neocarto/geoverview/blob/b4dce4ae60d234a41cddc34d88aa5d0b18802f28/src/view.js#L174) object for further configuration, - pass a container [instead of creating it](https://github.com/neocarto/geoverview/blob/b4dce4ae60d234a41cddc34d88aa5d0b18802f28/src/view.js#L165).

Works fine: Featurecollection like: [point, point, ...] Featurecollection like: [multipolygon, multipolygon, ...] Fails: Featurecollection like: [point, multipolygon, point, multipolygon] [c.txt](https://github.com/neocarto/geoverview/files/8860559/c.txt)

In [Quarto](https://quarto.org/), the rendering of the infoboxes is not good. Css problem?