Skip to content

Commit

Permalink
__id__ is buggy still, go back to named key from attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 28, 2011
1 parent 67791ca commit 53edd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/batch_seed.test.js
Expand Up @@ -17,7 +17,7 @@ exports['test batch rendering'] = function(beforeExit) {
var stylesheet = './examples/stylesheet.xml';
if (mapnik.supports.grid) {
var layer_name = "world";
var key_name = '__id__';
var key_name = 'FIPS';
} else {
var layer_name = 0;
var key_name = 'FIPS';
Expand Down

0 comments on commit 53edd4d

Please sign in to comment.