From 335442608a9cbb38bc56e0c385ce5d39d4286cf9 Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 15 Jan 2010 23:19:02 +0100 Subject: [PATCH] refining some details --- README | 12 ++++++++++++ index.html | 7 ++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README b/README index e69de29..8708aaf 100644 --- a/README +++ b/README @@ -0,0 +1,12 @@ + ----====---- ISOCHRONE ----====---- + +DEMO: http://sandropaganotti.com/wp-content/goodies/demos/isochrone/index.html + +This script uses Google Maps API to generate a isochrone (http://en.wikipedia.org/wiki/Contour_line#Social_sciences); +it firstly invoke Geocoding service on a desired location (eg: Paris) +and then it cycles on some rays (you can decide how many) of the +conference centered on that location. + +For each ray then the script marks a point corresponding to +the distance (by car) in minutes specified as input (eg: 10 minutes) +from the inputted location. diff --git a/index.html b/index.html index a2b943d..c0d94e7 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,9 @@ -Google Maps JavaScript API v3 Example: Map Language - +Generate an isochrone with Google Map API + +