formatting
This commit is contained in:
parent
ec8661b5d4
commit
d865555af2
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ wkb_buffer_ptr to_wkb(geometry_type const& g, wkbByteOrder byte_order )
|
||||||
|
|
||||||
switch (g.type())
|
switch (g.type())
|
||||||
{
|
{
|
||||||
case mapnik::Point :
|
case mapnik::Point:
|
||||||
wkb = to_point_wkb(g, byte_order);
|
wkb = to_point_wkb(g, byte_order);
|
||||||
break;
|
break;
|
||||||
case mapnik::LineString:
|
case mapnik::LineString:
|
||||||
|
|
Loading…
Add table
Reference in a new issue