Closed (fixed)
Project:
Openlayers
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2012 at 07:09 UTC
Updated:
10 Mar 2015 at 11:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
knalstaaf commentedI noticed that the current path of the marker is domain.com/nl/sites/all/modules/openlayers/themes/default_dark/img/marker-red.png.
Apparently the i18n module is throwing a language variable in the image url.
Comment #2
knalstaaf commentedI could manually fix it by going to structure » openlayers » styles.
There I clicked the "Clone" (as there is no "Edit" link) link next to the red marker. I saw the path was editable over there and removed the nl/ that slipped in.
Comment #2.0
knalstaaf commentedlink
Comment #3
pixelsweatshop commentedThe Red marker style preset is provided by the OpenLayers module, not the OpenLayers Locator module. Moving the issue to the correct queue.
Comment #4
b-prod commentedThis has been fixed in the DEV version.
Awaiting the next release, please find attached a patch against 7.x-2.0-beta1 (today current) release.
Comment #5.0
(not verified) commentedremove link
Comment #6
basvredelingIssue was back in an old feature exported layer style. Fixed it by adding a / at the beginning of the path.