As a first step, can I ask that you try switching to exhibit 3
(api.simile-widget.org/exhibit3)? That's the codebase we're mostly
working on now, and we've added some switches to make it easier to debug
problems.
On 01/02/2014 11:02 AM, Werner Stangl wrote:
Hi,
I have previously managed to visualize data from google spreadsheets
with Simile. This time, however, I can't get my data into Simile -
what am I missing? It seems as if I were blind.
Here's my spreadsheet data:
https://spreadsheets.google.com/feeds/list/0AuZ4ZpnXKrCGdFRnR2Q1T1JubHhoVGxOMnowSE9wZ0E/od7/public/basic
and here is HTML (please, don't mind the non-existing style, I rather
get my data to load first).
<html>
<head>
<title>Búsqueda temporal-espacial</title>
<meta http-equiv="Content-Type" content="text/html; " />
<link rel="exhibit/data"
type="application/jsonp"
href="https://spreadsheets.google.com/feeds/list/0AuZ4ZpnXKrCGdFRnR2Q1T1JubHhoVGxOMnowSE9wZ0E/od7/public/basic?alt=json-in-script"
ex:converter="googleSpreadsheets" />
<script
src="http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js?locale=es"
type="text/javascript"></script>
<script
src="http://api.simile-widgets.org/exhibit/2.2.0/extensions/map/map-extension.js?gmapkey=AIzaSyCbuXCR4dnasTV962ujiOqdNySFxNW8Tpc"
type="text/javascript"></script>
<style>
table.cartas {
border: 2px solid #ddd;
padding: 0.5em;
margin: 10px;
background-color: #EFEFEF;
}
</style>
</head>
<body>
<h1>Búsqueda espacial</h1>
<table width="100%">
<tr valign="top">
<td ex:role="viewPanel">
<table ex:role="lens" class="cartas">
<tr>
<td><div><img src="images/carta.jpg" /></div></td>
<td>
<div class="carta">
<span ex:content=".autor" class="autor"></span>
<span ex:content=".destinatario"
class="destinatario"></span>
.<span ex:content=".signatura" class="signatura"></span>
</div>
<div class="carta2">
<span ex:content=".lugar" class="lugar"></span>,
<span ex:content=".fecha" class="fecha"></span>
</div>
</div>
</td>
</tr>
</table>
<div ex:role="view" ex:label="Mapa"
ex:viewClass="Map"
ex:latlng=".latlng"
ex:colorKey=".placeid"
ex:center="0, -79"
ex:zoom="2"
ex:mapHeight="500"
ex:showHeader="false"
>
</div>
<div ex:role="view" ex:label="Lista" ex:orders=".fecha"
ex:grouped="false" ex:possibleOrders=".autor">
</div>
</td>
</table>
</body>
</html>
--
You received this message because you are subscribed to the Google
Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "SIMILE
Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.