Just "fixed" the BetaCreator software used to create rock climbing topo images, now working on modern web browsers
-
wrote on 13 Aug 2024, 16:23 last edited by devnullThis post is deleted!
-
-
wrote on 13 Aug 2024, 23:12 last edited by
@bohwaz@mamot.fr thanks for sharing! I saw your post on MP and now it's also shared with the OpenBeta forum.
-
@bohwaz@mamot.fr thanks for sharing! I saw your post on MP and now it's also shared with the OpenBeta forum.
wrote on 14 Aug 2024, 09:40 last edited byThis post is deleted! -
wrote on 6 Sept 2024, 18:40 last edited by
@bohwaz@mamot.fr that's still really cool, and worth doing. To my knowledge I think Viet from OpenBeta is actually working on a topo drawing tool as well (as indicated in his blog post from this past March)
I wonder if combining resources would be fruitful.
-
wrote on 5 Nov 2024, 21:28 last edited by
Hi @bohwaz@mamot.fr, I tried to use your version of the BetaCreator but I'm getting some errors client-side:
The image I loaded opens, but none of the buttons work. Excited to try it though! Let me know if I can help.
-
Hi @bohwaz@mamot.fr, I tried to use your version of the BetaCreator but I'm getting some errors client-side:
The image I loaded opens, but none of the buttons work. Excited to try it though! Let me know if I can help.
wrote on 6 Nov 2024, 12:24 last edited by@devnull Googling this error, it seems that you have exceeded the size of local storage allowed by your browser. This is probably because this app saves the image you are working on in localStorage. Try either a smaller image, or a different browser?
-
@devnull Googling this error, it seems that you have exceeded the size of local storage allowed by your browser. This is probably because this app saves the image you are working on in localStorage. Try either a smaller image, or a different browser?
wrote on 6 Nov 2024, 12:40 last edited by@devnull I just added a new error message in case this happens, and a check to reject loading the image if it's over 8 MB in size, as apparently most browsers limit the storage quota to 10 MB.
-
@devnull I just added a new error message in case this happens, and a check to reject loading the image if it's over 8 MB in size, as apparently most browsers limit the storage quota to 10 MB.
wrote on 6 Nov 2024, 12:58 last edited by@bohwaz@mamot.fr d'oh! That makes sense, thanks! I'll try with a smaller image.
-
@bohwaz@mamot.fr d'oh! That makes sense, thanks! I'll try with a smaller image.
wrote on 6 Nov 2024, 16:14 last edited by -
wrote on 6 Nov 2024, 16:57 last edited by
@devnull Ah! thanks! Fixed it!