You can't rename existing attributes, but you can add a new computed attribute with any name you want. Then there is also an option to hide attributes using ui.hidePositionAttributes
parameter. This allows essentially to get the same result as with aliases; it's a bit more work, but it's much more flexible.
Anton, do I need to create a new row for each attribute I want to hide?
For if I add more than one, they are nullified.
<entry key='ui.hidePositionAttributes'>Potência Válido</entry>
Another thing, the configuration below is correct? It did not work!
<entry key = 'geocoder.format'>%h %r %u %t %d %s %c </entry>
For "hidePositionAttributes" parameter you should use attribute key, not translation.
Address format configuration seems correct, except you have space after slash which makes it invalid XML.
thank you!
Hi, could anyone help me with a sample of the attribute handling?
The example below did not work
<entry key='ui.hidePositionAttributes'>{type versionVw index out1 altitude}</ entry>
Why do you have curly brackets there?
The line should have the following formatting!
<entry key='ui.hidePositionAttributes'>XXXXXXXX</entry>
I used the same way to hide the ignition, but it keeps appearing
<entry key='ui.hidePositionAttributes'>iginition</entry>
https://www.dropbox.com/s/78e81jdz3bel6rw/attributes.png?dl=0
<entry key='ui.hidePositionAttributes'>ignition</entry>
"ignition"
Wait, ui.hidePositionAttributes
is a user attribute, not a configuration option.
unfortunately did not work, "ignition" also with "altitude"
Any other ideas?
I suggest you do it through the web interface, click on the gear + server + attributes + "+" and choose to hide attributes of positions. Once chosen, enter the values you want to hide:
Example: in1 && in2 && in3 && out1 && out2
https://www.dropbox.com/s/ve72ycuq4ezosdw/Captura%20de%20tela%20de%202018-01-10%2019-32-03.png?dl=0
Note, some attributes are not possible to hide!
Please read my comment!!!
You don't need &&
in there.
Anton, in the previous version it was possible to rename some attributes, however in this version 3.15 this possibility does not exist. If you have some way to do it using the computed attributes, I'd like an example.
Thank you!