-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Web Resource doesnt work due jQuery #130
Comments
This issue doesn't make any sense other than "remove Ajax use jQuery" What is this issue actually about? |
It does make sense. I also said "MAYBE" - not that we should. Back to the issue exactly will fix it and commit a change on that later on.
|
|
Also OpenLayers should be removed or jQuery should be added because it uses jQuery internally. After resolving the above issue, theres another error (from OpenLayers.js): // Edit: @qaisjp i've used document.getElementById("map") for that which should also be fine.
|
Thats what i'm also get - working on it atm.
|
Hi Guys! I trying preparing the webmaps, but the http://code.opencoding.net/ waiting a float variable, and i make a float var, set the "An error occurred: invalid literal for int() with base 10: '7.0'" error message. How i can prepare? Thanx. $() usage error fixing:
replace the: do no't use jquery, because OpenLayers.Map first prefix is a div id param, doesn't a jquery element id. #ZotyaDesign |
I wrote this resource initially, many years ago. I wasn't aware it has a dependency on opencoding.net (which I still own, but has changed significantly since then). If there are particular files that are missing let me know - happy to re-host them at code.opencoding.net, if we can't work out what they are and find them. I have most of that stuff backed up, but I can't see immediately what files are missing. |
@eAi A quick search of the code shows that webmap and element browser are looking for the following assets from code.opencoding.net:
One thing to consider, especially if the above assets cannot be recovered from backup: do we want to continue maintaining these web-based interfaces? My experience has been that they are not commonly used anymore and are ready for retirement. |
This is fixed in #281 |
Fixed in #281 |
Which resource(s) have this problem?
(Please do not include the resource in the title as we will assign a label)
webmap
Describe the bug
Whenever you open your webbrowser and access the resource / html file, you're getting the following error:
To Reproduce
Steps to reproduce the behavior:
Additional context
Maybe we should remove ajax resource and make use of jquery - we're not living in the past...
The text was updated successfully, but these errors were encountered: