From 1ad4d346cc7365877182e824d83c01bce56cb397 Mon Sep 17 00:00:00 2001 From: tyr Date: Thu, 2 Jan 2014 16:38:23 +0100 Subject: [PATCH] update links in description to reflect more recent code structure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 978dc34..274ce40 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Converts OSM data into GeoJSON. * `data`: the OSM data. Either as a XML DOM or in [OSM JSON](http://overpass-api.de/output_formats.html#json). * `options`: optional. The following options can be used: * `flatProperties`: If true, the resulting GeoJSON feature's properties won't be a structured json object rather than a simple key-value list. - * `uninterestingTags`: Either a [blacklist](https://github.com/tyrasd/osmtogeojson/blob/5d8684dc80712c3dc44d7a72692a2df3c7253cb1/osmtogeojson.js#L12-L22) of tag keys or a callback function. Will be used to decide if a feature is *interesting* enough for its own GeoJSON feature. - * `polygonFeatures`: Either a [json object](https://github.com/tyrasd/osmtogeojson/blob/5d8684dc80712c3dc44d7a72692a2df3c7253cb1/osmtogeojson.js#L23-L103) or callback function that is used to determine if a closed way should be treated as a Polygon or LineString. [read more](https://wiki.openstreetmap.org/wiki/Overpass_turbo/Polygon_Features) + * `uninterestingTags`: Either a [blacklist](https://github.com/tyrasd/osmtogeojson/blob/2.0.0/index.js#L14-L24) of tag keys or a callback function. Will be used to decide if a feature is *interesting* enough for its own GeoJSON feature. + * `polygonFeatures`: Either a [json object](https://github.com/tyrasd/osmtogeojson/blob/2.0.0/polygon_features.json) or callback function that is used to determine if a closed way should be treated as a Polygon or LineString. [read more](https://wiki.openstreetmap.org/wiki/Overpass_turbo/Polygon_Features) The result is a javascript object of GeoJSON data: