Blame view

datalets/leafletjs-datalet/demo/index.html 912 Bytes
5e6ba8af   isisadmin   datalet doc update
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <!DOCTYPE html>

  <html lang="en">

  <head>

      <meta charset="UTF-8">

      <title></title>

  

      <script>

      </script>

  

  </head>

  <body>

  

  <script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>

  <link rel="import" href="../leafletjs-datalet.html" />

  

b0b8a913   Andrea Petta   plugin update
16
17
  <leafletjs-datalet data-url="http://ckan.routetopa.eu/api/action/datastore_search?resource_id=73e02092-85a1-434e-85fe-0c9a43aa9a52&amp;limit=99999" selectedfields="[{&quot;field&quot;:&quot;Latitude&quot;,&quot;value&quot;:&quot;Lat&quot;,&quot;index&quot;:1},{&quot;field&quot;:&quot;Longitude&quot;,&quot;value&quot;:&quot;Lng&quot;,&quot;index&quot;:2},{&quot;field&quot;:&quot;BalloonContent&quot;,&quot;value&quot;:&quot;Link&quot;,&quot;index&quot;:3}]" filters="[]" aggregators="[]" orders="[]" data="" fields="[&quot;Lat&quot;,&quot;Lng&quot;,&quot;Link&quot;]">

      </leafletjs-datalet>

5e6ba8af   isisadmin   datalet doc update
18
19
20
21
  

  

  </body>

  </html>