remove unused headers and codex
This commit is contained in:
parent
f50111d979
commit
d5eb6c8ddf
1 changed files with 0 additions and 6 deletions
|
@ -1,13 +1,10 @@
|
||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <mapnik/wkb.hpp>
|
#include <mapnik/wkb.hpp>
|
||||||
#include <mapnik/feature.hpp>
|
|
||||||
#include <mapnik/geometry_is_valid.hpp>
|
#include <mapnik/geometry_is_valid.hpp>
|
||||||
#include <mapnik/geometry_is_simple.hpp>
|
#include <mapnik/geometry_is_simple.hpp>
|
||||||
#include <mapnik/geometry_correct.hpp>
|
#include <mapnik/geometry_correct.hpp>
|
||||||
#include <mapnik/feature_factory.hpp>
|
|
||||||
#include <boost/version.hpp>
|
#include <boost/version.hpp>
|
||||||
|
|
||||||
TEST_CASE("geometry formats") {
|
TEST_CASE("geometry formats") {
|
||||||
|
@ -56,9 +53,6 @@ SECTION("wkb") {
|
||||||
unsigned char sq_invalid_blob[] = {
|
unsigned char sq_invalid_blob[] = {
|
||||||
0x23, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x40, 0x23 };
|
0x23, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x40, 0x23 };
|
||||||
|
|
||||||
mapnik::context_ptr ctx(new mapnik::context_type);
|
|
||||||
mapnik::feature_ptr feature = mapnik::feature_factory::create(ctx, 1);
|
|
||||||
|
|
||||||
// test of parsing wkb geometries
|
// test of parsing wkb geometries
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue