Hello everyone,
I'm actually using this library to show some machine on a map.
These machines are objects in JavaScript so right now, I'm just importing an array to imgNotes.
However, with an Ajax request to the server, I'm getting update for these machines which mean that the previous array needs to be updated with the new data.
When I make that, I also delete every node on the map and reimporting the new array. But this really something that slow my website.
I would like to know if there is a possibility to edit a previous node, or just to delete it so I can add a new one.
Thank you
Hello everyone,
I'm actually using this library to show some machine on a map.
These machines are objects in JavaScript so right now, I'm just importing an array to imgNotes.
However, with an Ajax request to the server, I'm getting update for these machines which mean that the previous array needs to be updated with the new data.
When I make that, I also delete every node on the map and reimporting the new array. But this really something that slow my website.
I would like to know if there is a possibility to edit a previous node, or just to delete it so I can add a new one.
Thank you