-
Notifications
You must be signed in to change notification settings - Fork 206
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
Front page map not loading #1263
Comments
My guess is that this is related to Leaflet Environmental Layers changes... that's likely where the |
Great, this seems to fix it:
Now i need to figure out why the route it's pointed at isn't working, 404: https://mapknitter.org/map/region/Gulf-Coast.json?minlon=-92.95532226562501&minlat=28.806173508854776&maxlon=-87.3907470703125&maxlat=30.949346915468563 |
This should be solved but can be double checked at https://stable.publiclab.org - it's solved if the interactive map loads properly! |
Noting I'm still seeing the front page map not completely load; error is on line 4 of this code segment, although I'm not sure if this is from a library or what because it's not in our codebase here??
|
So strange. The code is from publiclab/plots2#7086 but I don't see how it got pulled into mapknitter's application.js... |
Whoa it's in a direct reference to https://publiclab.org/assets/application-c9ad5ea707b1e200fb756fa08b081cc95ddc22c7c0a674c6c717f55e1fa04513.js how did we get that in here? |
Very mysterious. Possibly related to intermittent asset loading, waiting to see about that... |
So i think those are from our iframes; they shouldn't be affecting load of the maps: <iframe style="border:none;" width="90%" height="1000px" src="//publiclab.org/embed/grid/activity:balloon-mapping"></iframe> |
Gonna say i think this may be that a new setting was added to LEL so you have to set it to true before it'll show the map: 9f0d988 |
That was it! Fixed! |
Seeing this error on front page, which seems new!
Seems to be this line, not sure why!
mapknitter/app/views/front_ui/index.html.erb
Line 194 in 75c5f64
I also see:
Which seems more related to the login system but could be a follow-up bug affecting these lines:
The text was updated successfully, but these errors were encountered: