[GeoNode-users] Firefox thumbnail url access error in a windows geonode site
Miguel-Angel Manso-Callejo (UPM)
m.manso at upm.es
Mon Jun 22 16:11:02 PDT 2015
Dear,
After some time and effords to understand geonode code i have solve some
issues related to binary write file of thumbnail images of the layers.
It is possible that to ubuntu (w) attribute is enought to store image as
binary but in windows it do not work. You must indicate that use binary
option (wb) in oppenig file operation.
At this time i have another issue. In this case it only appear with
Firefox browser and layer list previews. The thumbnails urls do not work
fine.
The problem appear with url associated to <img src=.. > in the thumbnail.
One Slash joining public url path to thumbnails with the file name is
changed from / to \ and Firefox do not recognize
For example:
http://138.100.62.99/uploaded/thumbs%5Clayer-f08b7f8f-1798-11e5-9851-e0699572c022-thumb.png
where %5C (\) make that forefox do not show imagen.
My question is: where can i change the join url or slash?
Best regards,
Miguel A. Manso
More information about the geonode-users
mailing list