Skip to content

Commit

Permalink
cache_features: false for geojson in mapnik
Browse files Browse the repository at this point in the history
  • Loading branch information
rclark committed Mar 10, 2015
1 parent da819c9 commit 078881b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/geojson.js
Expand Up @@ -11,7 +11,8 @@ function GeoJSON(filepath) {
this.filepath = filepath;
this.datasource = new mapnik.Datasource({
type: 'geojson',
file: filepath
file: filepath,
cache_features: false
});
this.extent = this.datasource.extent();
this.center = [
Expand Down

0 comments on commit 078881b

Please sign in to comment.