From a98b1988c3cf1b0378c6a0941c26ead48f433f85 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 15 Jun 2015 19:37:05 +0200 Subject: [PATCH] Fix a small error (missing r in features) --- docs/kartograph.py/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kartograph.py/index.md b/docs/kartograph.py/index.md index 8308ee4..32fa125 100644 --- a/docs/kartograph.py/index.md +++ b/docs/kartograph.py/index.md @@ -104,7 +104,7 @@ Internally, Kartograph.py works with WGS84 coordinate system (EPSG:4326). It wil ### Filtering map features -Sometimes you don't want your entire shapefile to be added to the map but only some selected featues. You can use ``layer.filter`` to define which shapes you want. For instance, the following definition would add only those shapes that have the data attribute *ISO3* set to "*FRA*". +Sometimes you don't want your entire shapefile to be added to the map but only some selected features. You can use ``layer.filter`` to define which shapes you want. For instance, the following definition would add only those shapes that have the data attribute *ISO3* set to "*FRA*". "mylayer": { "src": "countries.shp",