clodion

Results 8 comments of clodion

Hi! what a great work, congratulations. I have found the perfect complementary code for your code, which could answer the problem of softechinfo2020 : https://github.com/highkite This librairy saves the annotations...

Thanks for this quick answer. I will try to be clearer I would like to use the UI. When clicking on my own button "save" of the UI, thanks to...

Hi Ondras, thanks to this quick answer. With your advices, here is what i've made, as a complement to the #137 post. It creates a class wich allows a button...

Thanks so much for this detailed process description. Just one more thing to be very clear : does the merge function get ALL the map data to do its comparison...

In fact it seems to be in the json saved file, the status is saved with 'true' but does not saves for 'false', here the saved map in json (native...

Hi, the answer is : in // .js/ui/backend/file.js, change the **FileUI class** with adding the function : ``` async load_from_txt(txt) { // txt is the json txt file of the...

I had same kind of problem, I don't know if it will help, I just changed one line in the **map.css**: I removed the relative position of the item content...

Yes, iit is exactly related. Thanks SimonErm.