Skip to content

Instantly share code, notes, and snippets.

@artemp
Created January 25, 2012 13:34
Show Gist options
  • Select an option

  • Save artemp/1676275 to your computer and use it in GitHub Desktop.

Select an option

Save artemp/1676275 to your computer and use it in GitHub Desktop.
text symboliser logic
...
while (!placement_found && placement_options->next())
{
...
BOOST_FOREACH( geometry_type * geom, geometries_to_process )
{
...
while (!placement_found && placement_options->next_position_only())
{
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment