mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-08 03:50:25 +00:00
Upgrade to Clipper 9dfe779ed7a
This commit is contained in:
parent
f37eccafe6
commit
05ff656aba
4
Makefile
4
Makefile
@ -3,9 +3,9 @@ MANDIR ?= $(PREFIX)/share/man/man1/
|
|||||||
|
|
||||||
# inherit from env if set
|
# inherit from env if set
|
||||||
CC := $(CC)
|
CC := $(CC)
|
||||||
CXX := $(CXX) -std=c++11
|
CXX := $(CXX)
|
||||||
CFLAGS := $(CFLAGS)
|
CFLAGS := $(CFLAGS)
|
||||||
CXXFLAGS := $(CXXFLAGS)
|
CXXFLAGS := $(CXXFLAGS) -std=c++11
|
||||||
LDFLAGS := $(LDFLAGS)
|
LDFLAGS := $(LDFLAGS)
|
||||||
|
|
||||||
all: tippecanoe tippecanoe-enumerate tippecanoe-decode tile-join
|
all: tippecanoe tippecanoe-enumerate tippecanoe-decode tile-join
|
||||||
|
@ -4865,7 +4865,6 @@ void Clipper::DoSimplePolygons()
|
|||||||
while (i < m_PolyOuts.size())
|
while (i < m_PolyOuts.size())
|
||||||
{
|
{
|
||||||
OutRec* outrec = m_PolyOuts[i++];
|
OutRec* outrec = m_PolyOuts[i++];
|
||||||
FixHoleLinkage(*outrec);
|
|
||||||
OutPt* op = outrec->Pts;
|
OutPt* op = outrec->Pts;
|
||||||
if (!op || outrec->IsOpen) continue;
|
if (!op || outrec->IsOpen) continue;
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user