Closed (fixed)
Project:
OpenAid
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Jun 2012 at 06:44 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent
Comments
Comment #1
mr.honeyfoot commentedFound solution to openlayers GIF 404s. It's on line 22-23 in 'openaid_projects.openlayers_maps.inc.
Currently openlayers path is:
'image_path' => 'sites/all/modules/contrib/openlayers/themes/default_dark/img/',
'css_path' => 'sites/all/modules/contrib/openlayers/themes/default_dark/style.css',
Change the path to:
'image_path' => 'profiles/openaid/modules/sites/all/modules/contrib/openlayers/themes/default_dark/img/',
'css_path' => 'profiles/openaid/modules/sites/all/modules/contrib/openlayers/themes/default_dark/style.css',
Still getting 404s for all Mapbox tiles. Any ideas?
Comment #2
sillygwailoI have a similar issue, which I've submitted to the MapBox project: #1648102: MapBox zoom level set to -1 when deployed with Features, tile URLs 404
Comment #3
mr.honeyfoot commentedProblem is with Mapbox World Glass settings. Not sure exactly what the problem is, but changing settings to Mapbox World Dark fixes the problem.
1. Just go here:
admin/structure/openlayers/maps/openaid_projects/edit
2. Click the layers and styles tab. Edit default map and enabled map settings, from glass to anything else.
So OpenAid devs, there's a problem with the Mapbox Glass settings specfically.
Comment #4
rballou commentedThanks for looking into this! Is this issue in addition to the "blank" tiles (caused by the background color of the map block)? I am working on a fix for the blank appearance of that block and that should be in dev soon.
Comment #5
rballou commentedComment #6
mr.honeyfoot commentedNo problem. In reply to your last question: I think you already solved that. It was an additional issue. But I guess you already know that.
I love what you're doing on this distro. Thank you!!!
Comment #7
rballou commentedI have pushed a change to the dev branch that should put the files into a less-redundant location when using the make file! Please give that a try.