sinewave -> sinewave2

This commit is contained in:
Motiejus Jakštys 2020-05-27 14:05:21 +03:00
parent 77f10525e2
commit eb23a93e97
2 changed files with 4 additions and 3 deletions

View File

@ -54,11 +54,11 @@ sinewave%.gpkg: fig2layer.py
rectangle.gpkg: fig2layer.py rectangle.gpkg: fig2layer.py
./fig2layer.py -o $@ rect --bounds $(CROSSING) ./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 stop; rm -fr db
./managedb init ./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" 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 $@ touch $@
REF = $(shell git describe --tags) REF = $(shell git describe --tags)

View File

@ -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 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 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] \begin{figure}[h]
\centering \centering