ambiorix icon indicating copy to clipboard operation
ambiorix copied to clipboard

Are there any forseen issues in serving a leaflet map via Ambiorix?

Open B-Nilson opened this issue 3 months ago • 2 comments

I use the R leaflet implementation and htmlwidgets to produce an html file that allows users to interact with spatial data.

This page has grown in complexity, to the point where using R to produce a .html that gets served is getting clunky. The solution I have been delaying implementing is re-writing it to a static html page that refers to layers produced by R.

But I stumbled on this package thanks to posit::conf - and this appears to be a nicer, R based, option. It would still require restructuring - but doing that in R sounds much nicer than raw HTML/JS.

Anyways - just curious if there are any caveats with serving something like Leaflet using ambiorix.

For reference if curious - here is the webpage: https://aqmap.ca/aqmap/

B-Nilson avatar Sep 16 '25 18:09 B-Nilson