Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Advanced users: here is how to generate an up-to-date map whenever you want.
Post Body

This guide is for advanced users; you don't need to be a developer but you should understand how your file system works and a bit about the command line.

You will need two downloads:

http://xml.apache.org/xalan-j/
http://xmlgraphics.apache.org/batik/

Xalan is used to turn the map.xml and map.xslt files into a map.svg file for viewing. Batik turns the SVG file into a PNG file for sharing.

Extract both of these downloads to their own folders somewhere next to each other. Assuming you put them in My Documents, you could set up a script like this:

@echo off
cd xalan
java -jar xalan.jar -OUT map.svg -IN https://raw.github.com/hpoom/Nether-Roads-Map/master/map.xml -XSL https://raw.github.com/hpoom/Nether-Roads-Map/master/map.xslt
cd ..\batik
java -jar batik-rasterizer.jar -d .. ..\xalan\map.svg
cd ..
start map.png

Note that you may need to change "xalan" and "batik" to folders that match where you extracted the files. If there are any errors the file may not be produced and may not look right at all.

Now you can have an up-to-date map instantly whenever you want!

Author
Account Strength
100%
Account Age
14 years
Verified Email
Yes
Verified Flair
No
Total Karma
8,328
Link Karma
578
Comment Karma
7,600
Profile updated: 1 hour ago
Posts updated: 8 months ago
Retired

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
12 years ago