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 problem is that in my language, that town is called as it is. I need the character " ' " inside the name so I have to escape it...but I don't know how to do it.
I have tried ' but it does not work.
Thanks
The text was updated successfully, but these errors were encountered:
Hi!
when I try to put some model letters I have to do some code like this:
<wayNodeModel matcher="-highway=motorway" filter='name="l'Albagés" "traffic_sign:forward"=* side=right' model="/models_ES/traffic_signs/name2Sign.obj" modelParameter="material.mat_sign.texture0=textures/content/black_l'Albagés.png" translate="vector(-0.01,2.1,1)" scale="height(1.5)" direction="270" offset="5" /> <wayNodeModel matcher="-highway=motorway" filter='name="l'Albagés" "traffic_sign:backward"=* side=left' model="/models_ES/traffic_signs/name2Sign.obj" modelParameter="material.mat_sign.texture0=textures/content/black_l'Albagés.png" translate="vector(0.01,2.1,-1)" scale="height(1.5)" direction="90" offset="-5" /> <wayNodeModel matcher="-highway=motorway" filter='name="l'Albagés" "traffic_sign:forward"=* side=left' model="/models_ES/traffic_signs/name2Sign.obj" modelParameter="material.mat_sign.texture0=textures/content/black_l'Albagés.png" translate="vector(-0.01,2.1,1)" scale="height(1.5)" direction="270" offset="-5" /> <wayNodeModel matcher="-highway=motorway" filter='name="l'Albagés" "traffic_sign:backward"=* side=right' model="/models_ES/traffic_signs/name2Sign.obj" modelParameter="material.mat_sign.texture0=textures/content/black_l'Albagés.png" translate="vector(0.01,2.1,-1)" scale="height(1.5)" direction="90" offset="-5" />
The problem is that in my language, that town is called as it is. I need the character " ' " inside the name so I have to escape it...but I don't know how to do it.
I have tried ' but it does not work.
Thanks
The text was updated successfully, but these errors were encountered: