| | 1 | = ZOO CGAL Voronoi demo = |
| | 2 | |
| | 3 | {{{ |
| | 4 | #!html |
| | 5 | <div id="map" style="width=100%"></div> |
| | 6 | |
| | 7 | <input type="button" onclick="cgalProcessing('voronoi');" value="Voronoi"></input> |
| | 8 | |
| | 9 | <script type="text/javascript">init();</script> |
| | 10 | }}} |
| | 11 | |
| | 12 | == ZOO CGAL Voronoi demo userguide == |
| | 13 | |
| | 14 | * Press the Vornoi button at the bottom of the map to get the Vornoï diagram displayed. |
| | 15 | |
| | 16 | == Description == |
| | 17 | |
| | 18 | The ZOO CGAL Voronoï demo is based on the CGAL !ServicesProvider. The code is available in C language. |
| | 19 | |
| | 20 | * C version: http://zoo-project.org/trac/browser/trunk/zoo-services/cgal/ |
| | 21 | |
| | 22 | == Data Sources == |
| | 23 | |
| | 24 | * Mapnik tiles server |
| | 25 | |
| | 26 | * Paris Subway Dataset extracted from OSM. |