You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Hi everybody,
this a post to inform of problem on synoptics that embedded thumbnails. This is not documented in the ReadMe Tutorial and can cause more problem than only the Thumbnails.
So the structure require for the svg layers is:
main
background
.. zoom0
.. zoom1
.. ...
ElementsGroup1
.. zoom0
.. zoom1
.. ...
...
But especially in inkscape when you name the different layers, it miss almost one import information. You have to add manually "class" attribute for layers (cited above). The attribute should appear in the xml of the svg file. These are the value you should defined if you want the synoptic works well:
Hi everybody,
this a post to inform of problem on synoptics that embedded thumbnails. This is not documented in the ReadMe Tutorial and can cause more problem than only the Thumbnails.
So the structure require for the svg layers is:
.. zoom0
.. zoom1
.. ...
.. zoom0
.. zoom1
.. ...
But especially in inkscape when you name the different layers, it miss almost one import information. You have to add manually "class" attribute for layers (cited above). The attribute should appear in the xml of the svg file. These are the value you should defined if you want the synoptic works well:
.. zoom0 [class: zoom level0]
.. zoom1 [class: zoom level1]
.. ...
.. zoom0 [class: zoom level0]
.. zoom1 [class: zoom level1]
.. ...
I hope this can help.
Best regards,
The text was updated successfully, but these errors were encountered: