sinewave -> sinewave2
This commit is contained in:
parent
77f10525e2
commit
eb23a93e97
@ -54,11 +54,11 @@ sinewave%.gpkg: fig2layer.py
|
||||
rectangle.gpkg: fig2layer.py
|
||||
./fig2layer.py -o $@ rect --bounds $(CROSSING)
|
||||
|
||||
db/.faux_ready: zeimena.gpkg sinewave.gpkg managedb
|
||||
db/.faux_ready: zeimena.gpkg sinewave2.gpkg managedb
|
||||
-./managedb stop; rm -fr db
|
||||
./managedb init
|
||||
ogr2ogr -f PostgreSQL "PG:host=127.0.0.1 user=osm dbname=osm" zeimena.gpkg
|
||||
ogr2ogr -f PostgreSQL "PG:host=127.0.0.1 user=osm dbname=osm" sinewave.gpkg
|
||||
ogr2ogr -f PostgreSQL "PG:host=127.0.0.1 user=osm dbname=osm" sinewave2.gpkg
|
||||
touch $@
|
||||
|
||||
REF = $(shell git describe --tags)
|
||||
|
@ -240,7 +240,8 @@ table~\ref{tab:comparison-crossing} on page~\pageref{tab:comparison-crossing}.
|
||||
|
||||
Both {\VW} and {\DP} simplify "blunt" bends (a "blunt" bent looks like a cutout
|
||||
from a large circle, see figure~\ref{fig:blunt-bent} on
|
||||
page~\pageref{fig:blunt-bent}.
|
||||
page~\pageref{fig:blunt-bent}). This is not ideal, because large blunt bents
|
||||
should be retained.
|
||||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
|
Loading…
Reference in New Issue
Block a user