File tree 2 files changed +234
-96
lines changed
2 files changed +234
-96
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,11 @@ <h1><a href="index.html">Planimetria interattiva</a></h1>
84
84
<?xml-stylesheet href="css/svg.css" type="text/css"?>
85
85
86
86
Per combinare l'uso di stili interni ed esterni utilizzare una diversa specificità. -->
87
+
88
+
89
+ <!-- Structure - Struttura
90
+ Il file svg avere una specifica strtuttura per essere compatibile con lo script.
91
+ Osservarlo con l'ispector o aprirlo con Inkscape per scoprirla. -->
87
92
< object id ="sironi " data ="Floorplan.svg " width ="100% " class ="interfloorplan ">
88
93
89
94
@@ -102,7 +107,8 @@ <h1><a href="index.html">Planimetria interattiva</a></h1>
102
107
window . onload = function ( ) {
103
108
104
109
/* Configuration - Configurazione
105
- Creo la configurazione per gestire la mappa
110
+ Creo la configurazione per gestire la mappa.
111
+ La configurazione è un file json con la seguente struttura di esempio.
106
112
*/
107
113
var inlineConf = {
108
114
"name" : "External v5" , //Optional property, whatever name just for debug
You can’t perform that action at this time.
0 commit comments