I am trying to use a local SVG file for a marker icon in OpenLayers 10, but I can't seem to get it working. Both the options src
and img
don't accept the path to the asset (OL throws the error A defined and non-empty src or image must be provided
) and while I could copy the SVG and use it as data URI (as mentioned here for OL 6), I can't imagine it's the only way to accomplish this in OL 10. Also, I'd like users to be able to upload their own assets to my web application to use as custom markers, so this seems doubly cumbersome.
How to use a local asset as a OpenLayers 10 icon? - Stack Overflow
评论列表(0)
- 暂无评论