Hi've made a very minor update so the addon shows up in the correct place in Blender 2.8+. Don't know too much about pull requests so here is the modification in jv_panel.py
class JVPanel(Panel):
bl_idname = "OBJECT_PT_jv_panel"
bl_label = "JARCH Vis"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
# bl_region_type = "TOOLS"
bl_category="JARCH Vis"
Edit
Figured out how to create a pull request
Hi've made a very minor update so the addon shows up in the correct place in Blender 2.8+. Don't know too much about pull requests so here is the modification in jv_panel.py
Edit
Figured out how to create a pull request