Skip to content

Commit

Permalink
Remove reference to previous behaviour/limitation of substitution tokens
Browse files Browse the repository at this point in the history
Closes #493
  • Loading branch information
rochoa committed Aug 22, 2016
1 parent eb7631c commit 649f579
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions doc/MapConfig-1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ Layergroup files use the JSON format as described in [RFC 4627](http://www.ietf.
// It should select at least the columns specified in ``geom_column``,
// ``interactivity`` and ``attributes`` configurations below.
//
// For ``mapnik`` and ``torque`` layers it can contain substitution tokens !bbox!,
// !pixel_width!, !scale_denominator!, and !pixel_height!, see implication of that in the
// ``attributes`` configuration below.
// For ``mapnik`` and ``torque`` layers it can contain substitution tokens `!bbox!`,
// `!pixel_width!`, `!scale_denominator!`, and `!pixel_height!`.
//
sql: 'select * from table',

Expand Down
5 changes: 2 additions & 3 deletions doc/MapConfig-1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ Layergroup files use the JSON format as described in [RFC 4627](http://www.ietf.
// It should select at least the columns specified in ``geom_column``,
// ``interactivity`` and ``attributes`` configurations below.
//
// For ``mapnik`` and ``torque`` layers it can contain substitution tokens !bbox!,
// !pixel_width!, !scale_denominator!, and !pixel_height!, see implication of that in the
// ``attributes`` configuration below.
// For ``mapnik`` and ``torque`` layers it can contain substitution tokens `!bbox!`,
// `!pixel_width!`, `!scale_denominator!`, and `!pixel_height!`.
//
sql: 'select * from table',

Expand Down
4 changes: 2 additions & 2 deletions doc/MapConfig-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Layergroup files use the JSON format as described in [RFC 4627](http://www.ietf.
// It should select at least the columns specified in ``geom_column``,
// ``interactivity`` and ``attributes`` configurations below.
//
// It can contain substitution tokens !bbox!, !pixel_width!, !scale_denominator!,
// and !pixel_height!, see implication of that in the ``attributes`` configuration below.
// It can contain substitution tokens `!bbox!`, `!pixel_width!`, `!scale_denominator!`,
// and `!pixel_height!`.
//
sql: 'select * from table',

Expand Down
4 changes: 2 additions & 2 deletions doc/MapConfig-1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Layergroup files use the JSON format as described in [RFC 4627](http://www.ietf.
// It should select at least the columns specified in ``geom_column``,
// ``interactivity`` and ``attributes`` configurations below.
//
// It can contain substitution tokens !bbox!, !pixel_width!, !scale_denominator!,
// and !pixel_height!, see implication of that in the ``attributes`` configuration below.
// It can contain substitution tokens `!bbox!`, `!pixel_width!`, `!scale_denominator!`,
// and `!pixel_height!`.
//
sql: 'select * from table',

Expand Down
4 changes: 2 additions & 2 deletions doc/MapConfig-1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Layergroup files use the JSON format as described in [RFC 4627](http://www.ietf.
// It should select at least the columns specified in ``geom_column``,
// ``interactivity`` and ``attributes`` configurations below.
//
// It can contain substitution tokens !bbox!, !pixel_width!, !scale_denominator!,
// and !pixel_height!, see implication of that in the ``attributes`` configuration below.
// It can contain substitution tokens `!bbox!`, `!pixel_width!`, `!scale_denominator!`,
// and `!pixel_height!`.
//
sql: 'select * from table',

Expand Down

0 comments on commit 649f579

Please sign in to comment.