mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-01 16:58:05 +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
|
||||
CC := $(CC)
|
||||
CXX := $(CXX) -std=c++11
|
||||
CXX := $(CXX)
|
||||
CFLAGS := $(CFLAGS)
|
||||
CXXFLAGS := $(CXXFLAGS)
|
||||
CXXFLAGS := $(CXXFLAGS) -std=c++11
|
||||
LDFLAGS := $(LDFLAGS)
|
||||
|
||||
all: tippecanoe tippecanoe-enumerate tippecanoe-decode tile-join
|
||||
|
@ -4865,7 +4865,6 @@ void Clipper::DoSimplePolygons()
|
||||
while (i < m_PolyOuts.size())
|
||||
{
|
||||
OutRec* outrec = m_PolyOuts[i++];
|
||||
FixHoleLinkage(*outrec);
|
||||
OutPt* op = outrec->Pts;
|
||||
if (!op || outrec->IsOpen) continue;
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user