You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, tryng to browse via the docs, seems a little trickt to get a simple working version
We have a simple geojson
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.631164,41.509982],[-81.65245,41.454192],[-81.574173,41.443244],[-81.553688,41.540399],[-81.631164,41.509982]]]},"properties":{"color":"#3388ff","fillColor":"blue"}}
Ani idea how i can out put it as a react compoenent and render to the DOM
The text was updated successfully, but these errors were encountered:
I've tried using this with React integration, but the return that the render() methods is a HTML String, I would like to use it without having to install some parser, but I didn't find a solution out of range of using the dangerouslySetInnerHTML prop from React.
Hello, tryng to browse via the docs, seems a little trickt to get a simple working version
We have a simple geojson
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.631164,41.509982],[-81.65245,41.454192],[-81.574173,41.443244],[-81.553688,41.540399],[-81.631164,41.509982]]]},"properties":{"color":"#3388ff","fillColor":"blue"}}
Ani idea how i can out put it as a react compoenent and render to the DOM
The text was updated successfully, but these errors were encountered: