From c9d6445c4504cacd476a189d1efe46444095374b Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 11 Nov 2013 15:43:37 +0100 Subject: [PATCH] Fix title of GeoJSON example, thanks @fredj --- examples/geojson.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/geojson.html b/examples/geojson.html index 1a2dc82bb4..30257babad 100644 --- a/examples/geojson.html +++ b/examples/geojson.html @@ -31,7 +31,7 @@
-

Simple example

+

GeoJSON example

Example of GeoJSON features.

See the geojson.js source to see how this is done.