1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<!doctype html>
<html>
<head>
<title>iciBillets</title>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular-animate.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular-sanitize.js"></script>
<script src="http://opendatasoft.github.io/ods-widgets/dist/ods-widgets.js"></script>
<script src="http://opendatasoft.github.io/ods-widgets/docs-load-css.js"></script>
</head>
<body ng-app="ods-widgets" ng-init="cible='44.833328,-0.56667,5000'">
<h1>La cible <span ng-bind="cible"></span></h1>
<ods-dataset-context context="distrib"
distrib-domain="http://datanova.legroupe.laposte.fr"
distrib-dataset="laposte_poincont"
distrib-parameters="{'geofilter.distance': '{{cible}}', 'refine.distributeur_de_billets': 'Oui'}">
<ods-map ods-auto-resize="true" auto-geolocalisation="true"
noRefit="true" toolbar-drawing="false">
<ods-map-layer context="distrib">
<div>Distributeur de billets: {{record.fields.distributeur_de_billets}}</div>
<div>Libellé du site: {{record.fields.libelle_du_site}}</div>
</ods-map-layer>
</ods-map>
</ods-dataset-context>
</body>
</html> |
Partager