-
-
Notifications
You must be signed in to change notification settings - Fork 38
Not export images icons on map #31
Comments
@mahmoudadel54 Did you add icons after loading style.json? This plugin will create an image style.json which you have loaded. So it will not be able to export other layers not from style.json such as FeatureState. If possible, it might be better to provide us your source code. So we can know what is the reason. |
this is the piece of code that I added icons on it: `// map loading
` |
@mahmoudadel54 You are using additional GeoJSON source and icons apart from style.json. Currently, this plugin does not consider any layers and icons which are not defined in style.json. This issue is also related to #2 's feature state problem. |
I tried to print (export map as pdf) and my map has some images icons like this :
if you check this images, you will see a vector (polygon) feature + 2 image, one in SVG format and the other one in PNG format
when I printed it, it just shows the vector without the 2 images
Hope to get a solution for that
The text was updated successfully, but these errors were encountered: