ADD a custom Krpano Maps Plugin 1.23.3 in Panotour.
(fixed austria json references from maps.xml file seen in console)
Code with comments for easy understand and custom the way you like. This map was based on krpano example´s. You can replace the deprecated panotour map
I will share google maps in a next thread. Klaus comment "I would recommend using 'krpanomaps' instead, that's more flexible and customizable and with fewer external dependencies."
DEMO HERE
A1 Quick test
1 - Download panotour project zip file in attachment (Krpano Maps Pantour.zip)
2 - Open and Build (don´t preview)
3 - Copy "Plugins" Folder and files to build folder "indexdata/plugins"
In this plugin folder :
Close Button png
Expand Button png
Pin 1 Button png
Pin 2 Button png
Plugin Krpanomaps.xml ( taken from krpano \1.23.3\viewer\plugins\Krpanomaps.xml )
Plugin Combobox.xml ( taken from krpano \1.23.3\viewer\plugins\combobox.xml)
4 - Preview ( you will see this image )

A2 Edit maps.xml
1 In PTP, the includexml plugin you load maps.xml. Here you can setup your maps and spot´s. You can build, will replace with your last edit.
Button Plugin > call custom code (to open the map) > toggle_mapbox();
2 I will not be extensive explaining all the code, but you will see what is what. You can experiment in your way, it´s the best way to learn. Even without any code knowledge, but reading the "puzzle" you can get there and make your custom map, add more spot´s, different tooltips etcc
3 Quick setup for your map ( you can get coordinates in google maps, just righ click in the place, will show the lat and lng coordinates
KRPANO Maps Setting´s Location
Tooltips style, you can add another
Pin Spot White / Blue
style=pinone ( whitebutton)
Onhover / Out Show White Tooltip Action
Onclick ( Go to you pano ID, in this case pano12)
Tooltip Style
Tooltip Style Show Hide, you can setup the position over the spot
Expand / CLose Button Position
Hope this can be usefull in your next project.
Enjoy