react-openlayers
react-openlayers copied to clipboard
OpenLayer React Components
Has anyone got this working for OLv6.3.1 is there actively maintained resource for this please.
I simply followed along with the example you have published in the /app But somehow the heatmap layer has a different scale altogether. At first, the whole heatmap looks like...
Hello contributors, First of all, let me congratulate you for your work on this project! Even if you make proof of modesty by saying it's just a simple wrapper, it...
I get the error 'Unable to resolve "!!../node_modules/css-loader/index.js!./autocomplete.css" from "node_modules\react-openlayers\dist\react-openlayers.umd.js"' while running my app, what could be causing this?
Hi Allen, thanks for your work in this library. I'm trying to use this in a project but I've found some problems. For example I've found there is some problem...
I wanted to use tilewms to export map from wms servers, but couldn't find a way to do it using this wrapper. Can you please point me to an example...
Are there any plans to implement some kind of react-native-openlayers _wrapper_? I found a Webview-using solution but the implementation is not very user-friendly when it comes to handling custom tiles...
At this line https://github.com/allenhwkim/react-openlayers/blob/8d6130de34f88754713b08e0057c28053f85793d/src/map.tsx#L115 There is a wrapping div without class or id that is impossible to select using css. This makes it impossible to assign "height: 100%" to the...
Im trying to just follow the basic blueprint of the source files but still getting this error... Also found this [question](https://stackoverflow.com/questions/44759034/react-openlayers-4-not-working?newreg=41e071dbe28d454682502e050fc2f6a8) on stackoverflow ``` react-openlayers.umd.js:563 Uncaught TypeError: a.V is not...
I was having issues with placing a marker, like this: https://rawgit.com/allenhwkim/react-openlayers/master/app/index.html#/custom/marker-style I used the command `npm install openlayers` with no luck — map didn't show and I got an error...