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&limit=99999" selectedfields="[{"field":"Latitude","value":"Lat","index":1},{"field":"Longitude","value":"Lng","index":2},{"field":"BalloonContent","value":"Link","index":3}]" filters="[]" aggregators="[]" orders="[]" data="" fields="["Lat","Lng","Link"]">
</leafletjs-datalet>
|