Skip to content

Commit 8e5ca95

Browse files
committed
Refact - Public functions
1 parent 34faba8 commit 8e5ca95

File tree

2 files changed

+234
-96
lines changed

2 files changed

+234
-96
lines changed

index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ <h1><a href="index.html">Planimetria interattiva</a></h1>
8484
<?xml-stylesheet href="css/svg.css" type="text/css"?>
8585
8686
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. -->
8792
<object id="sironi" data="Floorplan.svg" width="100%" class="interfloorplan">
8893

8994

@@ -102,7 +107,8 @@ <h1><a href="index.html">Planimetria interattiva</a></h1>
102107
window.onload = function(){
103108

104109
/* 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.
106112
*/
107113
var inlineConf = {
108114
"name": "External v5", //Optional property, whatever name just for debug

0 commit comments

Comments
 (0)