-
Notifications
You must be signed in to change notification settings - Fork 6
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
/marker-icon.png in wrong location (?) #751
Comments
Still not working version v1.11.6 @alextreme Thinking about switching to WP, status? |
@sjoerdie if you can fix this manually, it should be easy to fix in the Dockerfile right? |
@alextreme , sure symlinks ftw, but this wont be viable for k8s environments. I will have a look at the docker build. |
In Open Forms we collect these statics using the Django configuration: # Additional locations of static files
STATICFILES_DIRS = [
os.path.join(DJANGO_PROJECT_DIR, "static"),
# font-awesome fonts
(
"fonts",
os.path.join(
BASE_DIR, "node_modules", "@fortawesome", "fontawesome-free", "webfonts"
),
),
] Instead of the custom npm collect command used in OIP: Line 12 in 1edaef7
I guess we can move to the Open Forms method (probably needs some leaflet setting as well) or adjust the collect command above to copy it into |
Describe the bug
marker-icon.png and marker-shadow.png in wrong location resulting in 404 on the little map view and no marker shown.
To Reproduce
Steps to reproduce the behavior:
404 - static/bundles/images/marker-icon.png/
Refresh page:
Expected behavior
The text was updated successfully, but these errors were encountered: