diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-09-24 22:11:35 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-09-24 22:11:35 +1200 |
commit | 6580116a3eebcb8ab6463d96e397b99690e31af0 (patch) | |
tree | 146a67b282b79d71eb8afe2bd6f6b6f63d249131 /project/templates/sydneyrail.html | |
parent | 2119b433e9d62f14b8453c835d5b667351186142 (diff) |
Switched out rail map SVG for PNG
Diffstat (limited to 'project/templates/sydneyrail.html')
-rw-r--r-- | project/templates/sydneyrail.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/project/templates/sydneyrail.html b/project/templates/sydneyrail.html index 3577f35..7c12117 100644 --- a/project/templates/sydneyrail.html +++ b/project/templates/sydneyrail.html @@ -29,8 +29,8 @@ websearch with your favourite search engine. This is my contribution to that pile of pictures.</p> <div class="figure"> - <a href="/img/sydney_rail_map_full.svg"> - <img src="/img/sydney_rail_map_full.svg" + <a href="/img/sydney_rail_map_full.png"> + <img src="/img/sydney_rail_map_preview.png" alt="Hypothetical Sydney rail map" height="700" width="750" /> @@ -39,9 +39,10 @@ pile of pictures.</p> </div> <p>The above map represents a lot of proposals actually implemented and opportunities taken instead -of missed. The file is a 3000x2800 SVG so zoom can be increased several times over without loss of -detail, or you can click to open the map by itself. Since emphasis is on a "what if" for heavy rail -lines, no grid, index, light rail, or other transport services have been included.</p> +of missed. The map was constructed as a 3000x2800 SVG, but due to rendering consistency issues it +has been exported into PNG format here. Click it to open a full scale version. Since emphasis is on +a "what if" for heavy rail lines, no grid, index, light rail, or other transport services have been +included.</p> <h5>Line Differences and Notes</h5> |