-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unmaintained project? I'm upgrading it! #43
Comments
@SirMcPotato please do. I do keep this repo. open because there are still many users who think this is useful, but not maintaining actively because React/OpenLayers is not my daily job. |
Hi @allenhwkim, glad you responded, I wasn't sure if you remained active on this repo! Actually, I've achieved all the major milestones set for this refactoring. Here's the npm test package link for reference : https://www.npmjs.com/package/@sirmcpotato/react-openlayers |
Heya, happy new year! 🎉 Here's some updates on the progress of the upgrade. |
Hi @SirMcPotato! Great to see this project being worked on! Do you have any updates on how work is progressing? |
Hello, I'm in the process of switching from ESRI to this for Epi Info Maps. (https://www.cdc.gov/epiinfo/index.html) Would you recommend me forking from here? Thank you, |
Hi @Pansarvarg! Hello @cdc-dpbrown. Thanks for your patience. |
Hello SirMcPotato, Thank you. I'll gladly go work on something else and circle back to react-openlayers. Thank you. David Brown |
@SirMcPotato Are there any tasks that you can carve off for someone else to pick up? Anything you need assistance with? I'd like to help get this to a releasable state, so I can use it with an upcoming project. |
Same, push your current state :) |
Any updates? Would love to try this out! |
@SirMcPotato , any updates? Would also love to help you finish this if you can push where you're at. |
@SirMcPotato , any updates. if you need any help. let me know i can help you. |
Im currently using this fork: https://github.com/lobaro/react-openlayers |
@SirMcPotato Any update on this project? |
I've worked through a number of forks of this and none seem to work. Bummer! Well I guess its time to check out https://www.npmjs.com/package/react-leaflet and forget openlayers. Actually https://github.com/AlexJPotter/react-openlayers seems to start (and then show something) without errors. Mmmm, it runs as https://github.com/lobaro/react-openlayers is working as reported (however it didn't at first for me - I must have been doing something wacky before). A PR should be done for this back to the parent project (allenhwkim). Especially given that this project is listed as the React library (https://openlayers.org/3rd-party/). (Apologies if anyone has been reading this note as it evolved). |
What needs to be done to just Simply copying the entire project in to your app's
Edit App.js and add
I'll see how far I get. Yep, after including the sample code from the README and fixing for missing values, the map appears. Now we're cooking! |
@oehm-smith Have you tried https://github.com/lobaro/react-openlayers or https://github.com/ealgis/react-openlayers ? I am running that fork in production successfully. It includes a fix of mine that is required to make the module work with minified code. |
Yeah thanks @jwgmeligmeyling I discovered it works. On-wards and upwards! |
@allenhwkim Are we able to use the package that @SirMcPotato uploaded to npm? |
@SirMcPotato, did you give up on this? I give it a try on your project and it seems to have the same height issue. |
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 remains a great react library that make using OpenLayers with React a real pleasure by its concise syntax!
I'm actually in the need in this exact tool, but can you imagine my face when I tried to add it to my brand new React + Typescript project? Yes, like the pain when you strikes your pinky on a door.
Back to the Github repo, I saw that the last commit was two years ago. Damn, I understand now why it won't work.
But I really want to use it, so I forked it and I'm doing a general upgrade.
Here's my todo-list :
@types/ol
&@types/openlayers
packages from DefinitivelyTyped for missing definition ofol/interaction/extent
Does @allenhwkim or someone else still manage react-openlayers?
I want the original repo staying up to date, so I'll send a PR once I estimate the refactor done, hoping it'll be accepted!
In the case I got no response to the PR, I'm thinking about a complete overhaul once OpenLayers 5 is typescript ready, on a brand new dedicated project, but I hope not!
Thanks for reading!
The text was updated successfully, but these errors were encountered: