procedural-gl-react icon indicating copy to clipboard operation
procedural-gl-react copied to clipboard

React component for the Procedural GL JS library

Results 2 procedural-gl-react issues
Sort by recently updated
recently updated
newest added

Is going to be possible to configure the controls of the map? https://www.procedural.eu/module-Controls.html If so, how do I configure the initial zoom / camera distance of the map?

Hi, Using create-react-app with hooks. Map loads well, but calling addOverlay doesn't seem to work. The blue-fot.png is on public folder root. ``` const aref = useRef(); const featureCollection =...