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
The style sheets that is produced skips the attribute used for the actual labeling in text-name in the css style sheets, ie
<Style name="road_test-label">
[type]
becomes:
#road_test-label{
text-name:"";
text-face-name:"DejaVu Sans Book";
text-size:8;
text-spacing:150;
text-halo-radius:1.0;
text-avoid-edges:true;
text-min-distance:150.0;
text-placement:line;
}
This is tiring in terms of having to go through the whole document replacing the text-name with the actual attribute to be used.
The text was updated successfully, but these errors were encountered:
The style sheets that is produced skips the attribute used for the actual labeling in text-name in the css style sheets, ie
<Style name="road_test-label"> [type] becomes: #road_test-label{ text-name:""; text-face-name:"DejaVu Sans Book"; text-size:8; text-spacing:150; text-halo-radius:1.0; text-avoid-edges:true; text-min-distance:150.0; text-placement:line; } This is tiring in terms of having to go through the whole document replacing the text-name with the actual attribute to be used.The text was updated successfully, but these errors were encountered: