Laura Vera

Results 6 comments of Laura Vera

I am having the same problem. When I select a feature and then I zoom in or out, the feature is rendered as it was not selected and then, when...

Thanks a lot! Is it possible to create the new operators with Julia? I have tried `mx.operator.CustomOp` and `mx.CustomOp` and none of them seem to exist.

Ohh, what a pity :( Thanks for your help @iblis17

Hi. Thanks for taking care of this problem. Here is an example of data file: ``` tower_1_latitude,tower_1_longitude,tower_1_height,tower_1_azimuth,tower_1_horizontal_beam_width,tower_1_vertical_beam_width,tower_1_pathloss,tower_2_latitude,tower_2_longitude,tower_2_height,tower_2_azimuth,tower_2_horizontal_beam_width,tower_2_vertical_beam_width,tower_3_latitude,tower_3_longitude,tower_3_height,tower_3_azimuth,tower_3_horizontal_beam_width,tower_3_vertical_beam_width,tower_4_latitude,tower_4_longitude,tower_4_height,tower_4_azimuth,tower_4_horizontal_beam_width,tower_4_vertical_beam_width 35.56638461303711,12.345677280273438,15.0,255,120,6,96.0,,,,,,,,,,,,,,,,,, 12.34567461303711,12.345677280273438,15.0,255,120,6,96.0,,,,,,,,,,,,,,,,,, ``` And labels file: ``` latitude,longitude 12.34567811594422,12.345671046080622 12.34567811594422,12.345671046080622 ```

Hi @pluskid . Did you manage to reproduce the problem with the files I gave you? Thanks